Skip to content

Commit

Permalink
Merge pull request #510 from primer/release-10.6.2
Browse files Browse the repository at this point in the history
[WIP] Patch release 10.6.2
  • Loading branch information
jonrohan authored Jun 26, 2018
2 parents fc8203f + 550018f commit 7933a5c
Show file tree
Hide file tree
Showing 4 changed files with 26,046 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

1. Create a new branch

2. Update the primer version in your terminal `npm install primer@<version>`.
2. Update the primer version in your terminal `bin/npm install primer@<version>`.

3. Update `stylelint-config-primer` in your terminal to the appropriate version `npm install stylelint-config-primer@latest`.
3. Update `stylelint-config-primer` in your terminal to the appropriate version `bin/npm install stylelint-config-primer@latest`.

4. If you need to make changes to github/github due to the Primer release, make a separate branch. When ready, merge that branch into your release branch.

Expand Down
2 changes: 1 addition & 1 deletion modules/primer-marketing-buttons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"primer-support": "4.5.4"
},
"peerDependencies": {
"primer-buttons": ">=2.5.0"
"primer-buttons": "2.5.5"
},
"keywords": [
"css",
Expand Down
2 changes: 1 addition & 1 deletion modules/primer-popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"primer-support": "4.5.4"
},
"peerDependencies": {
"primer-box": ">=2.5.0"
"primer-box": "2.5.7"
},
"keywords": [
"github",
Expand Down
Loading

0 comments on commit 7933a5c

Please sign in to comment.