Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 12.0.2 #688

Merged
merged 31 commits into from
Feb 28, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
0e97ea6
Explain why .tooltipped should be used sparingly
muan Feb 13, 2019
df00424
Apply suggested copy changes
dgraham Feb 14, 2019
b2048cf
docs: add redirectTrailingSlash helper
shawnbot Feb 19, 2019
3da7c50
docs: add custom _error page w/trailing slash fix
shawnbot Feb 19, 2019
0988e6e
chore: lint
shawnbot Feb 19, 2019
1f89295
docs: do one thing well in redirectTrailingSlash()
shawnbot Feb 19, 2019
5bed002
docs: get props the right way in error handler
shawnbot Feb 19, 2019
ed34ad1
chore: lint
shawnbot Feb 19, 2019
96fc429
add comment to rebuild for Now timeout
shawnbot Feb 19, 2019
efefc3c
deps: bump to @primer/components@10.0.1, sc@4.1.2
shawnbot Feb 19, 2019
80197c7
docs(error): add default statusCode (500)
shawnbot Feb 19, 2019
cdda740
docs: add static/ to "files" in now.json
shawnbot Feb 21, 2019
6b87688
Merge branch 'fix-trailing-slash' into release-12.0.2
shawnbot Feb 21, 2019
2808122
internal: remove postversion script, update release docs
shawnbot Feb 21, 2019
aefa90d
chore: v12.0.2
shawnbot Feb 21, 2019
3dd48ca
Merge remote-tracking branch 'origin/master' into tooltip
shawnbot Feb 21, 2019
91649d4
Merge pull request #676 from primer/tooltip
shawnbot Feb 21, 2019
4d8a533
new header image! :tada:
shawnbot Feb 21, 2019
f4d2cba
docs: make the README flashy, like Components’
shawnbot Feb 21, 2019
7924798
docs: add static/readme.png
shawnbot Feb 21, 2019
75b5cbe
updated README image with current version
ashygee Feb 21, 2019
045941a
Merge pull request #689 from primer/image-updates
shawnbot Feb 21, 2019
ced8730
chore: 12.0.2 changelog
shawnbot Feb 22, 2019
c2bef41
fix(marketing/utilities): add back padding utils
shawnbot Feb 27, 2019
472b2c5
Merge pull request #695 from primer/fix-marketing-utilities
shawnbot Feb 27, 2019
c57c920
update InterUI name to Inter, and update font files
gladwearefriends Feb 27, 2019
562bdf5
Merge branch 'master' into release-12.0.2
shawnbot Feb 27, 2019
ebcb391
Merge remote-tracking branch 'origin/release-12.0.2' into update-inte…
shawnbot Feb 27, 2019
e02c187
chore: update 12.0.2 changelog again
shawnbot Feb 27, 2019
5991168
Merge pull request #696 from primer/update-inter-font
shawnbot Feb 27, 2019
d93019e
chore: bump @primer/components to 11.0.0
shawnbot Feb 27, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
internal: remove postversion script, update release docs
  • Loading branch information
shawnbot committed Feb 21, 2019
commit 280812229f96fd3f4a3fd8280651621c2c8f7b13
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
### Ship checklist

- [ ] Update `CHANGELOG.md`
- [ ] Update the version in `package.json` with `npm version <version>`
- [ ] Update the `version` field in `package.json` to match the release version
- [ ] [Create a new release](https://github.com/primer/css/releases/new)
- [ ] [Update github/github](https://github.com/primer/css/blob/master/RELEASING.md#in-githubgithub)
- [ ] Create a new pull request for the next release
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"lint-js": "eslint lib docs",
"now-build": "next build",
"now-start": "next start",
"postversion": "git commit -m \"chore: v$npm_package_version\" package*.json",
"now-test": "npm-run-all -s now-build now-start",
"postpublish": "script/postpublish",
"prepare": "npm run dist",
Expand Down