Skip to content

Commit 5518d7b

Browse files
author
Emily
authored
Merge pull request #224 from primer/release-2.0.1-beta
[WIP] 2.0.1-beta release tracking
2 parents 383f68c + 20bdd4b commit 5518d7b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+2299
-2130
lines changed

.github/pull_request_template.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
// Describe your changes
1+
Describe your changes here.
22

3-
Closes #:
3+
Closes # (type the issue number after # if applicable; otherwise remove this line)
44

5+
#### If development process was changed
6+
Description of changes
57

6-
#### If development process was changed:
7-
Description of changes:
8-
- [ ] Updated README?
8+
- [ ] Updated README
99

10-
11-
#### Merge Checklist:
10+
#### Merge checklist
1211
- [ ] Changed base branch to release branch
13-
- [ ] Updated Kit (`npm run build:docs)
14-
- [ ] Enabled GH Pages for testing
15-
- [ ] Tested in Chrome [(BrowserStack)](https://www.browserstack.com/)
16-
- [ ] Tested in Firefox [(BrowserStack)](https://www.browserstack.com/)
17-
- [ ] Tested in Safari [(BrowserStack)](https://www.browserstack.com/)
18-
- [ ] Tested in Edge [(BrowserStack)](https://www.browserstack.com/)
12+
- [ ] Tested in Chrome
13+
- [ ] Tested in Firefox
14+
- [ ] Tested in Safari
15+
- [ ] Tested in Edge

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
.DS_Store
33
coverage/
44
dist/
5+
docs/
56
node_modules
67
npm-debug.log

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ node_js:
66
script:
77
- npm run lint
88
- npm test
9+
- npm run dist
910
- npm run build
10-
- npm run build:docs
1111

1212
notifications:
1313
slack: github:4OisIoqZYyMlWcw3hFtZgbmh

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ To run `primer-react` locally when adding or updating components:
5656

5757
1. Clone this repo: `git clone https://github.com/primer/primer-react`
5858
1. Install dependencies: `npm install`
59-
1. Run the dev app: `npm start`
60-
61-
Remember to build the documentation before publishing with `npm run build:docs`
59+
1. Run the dev app: `npm run dev`
6260

6361
> 👉 See [the contributing docs](contributing.md) for more info on code style, testing, and coverage.
6462

docs/404.html

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/bundle.js

Lines changed: 0 additions & 202 deletions
This file was deleted.

docs/components/index.html

Lines changed: 0 additions & 303 deletions
This file was deleted.

docs/demos/index.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

docs/index.html

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)