Skip to content

Commit 4ccf3d5

Browse files
author
Emily
authored
Merge pull request #531 from primer/release-10.8.0
Minor Release Tracking PR 10.8.0
2 parents 1417f12 + 3d3b4bb commit 4ccf3d5

File tree

44 files changed

+172
-140
lines changed

Some content is hidden

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

44 files changed

+172
-140
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ node_js:
44

55
env:
66
global:
7-
# npm
8-
- secure: "EZewKKWQXmtCwPtYrPZq4OQblv2OyXR61qBIl3pOxGNVG2BCjD6VOgSaiYqkA9Qbt+ihfwQkiiLvTB68gbvRSiBFV9i+XLzKzt4S8CDI5RhTLAxZB3eQFVZRYzldchzWI4sdNhTvYS1kYXmsXQZD6vJmPSnFvOI/ddfzqvnNL4M="
97
# github
108
- secure: "J+1oWjvvXjyrwkY/4IFWKdN/weFmQcPwlRuFG4R0Gb3rYe4nqtC9l68sJvmS8asc8dQMhOhcUZCH6sjvo7l2WD4NuK4umPSbs+rJNUsfbvH4pZjStQIj/3ll1OfQelGDWAYQWhIfciYY4F3Bp0ZWTfKOppLQ2AVIYu1fPVXDdlo="
119
# github changelog

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 10.8.0
2+
#### :rocket: Enhancement
3+
* [#525](https://github.com/primer/primer/pull/525) Add $spacer-0 alias. ([@AustinPaquette](https://github.com/AustinPaquette))
4+
* [#522](https://github.com/primer/primer/pull/522) Add .BtnGroup-parent, deprecate .BtnGroup-form. ([@muan](https://github.com/muan))
5+
* [#544](https://github.com/primer/primer/pull/544) Add lh-0 utility class. ([@shawnbot](https://github.com/shawnbot))
6+
* [#548](https://github.com/primer/primer/pull/548) Add text underline utility. ([@AustinPaquette](https://github.com/AustinPaquette))
7+
* [#549](https://github.com/primer/primer/pull/549) Add .user-select-none utility class. ([@AustinPaquette](https://github.com/AustinPaquette))
8+
9+
#### :memo: Documentation
10+
* [#528](https://github.com/primer/primer/pull/528) Update release docs. ([@emplums](https://github.com/emplums))
11+
12+
#### Committers: 3
13+
- Austin Paquette ([AustinPaquette](https://github.com/AustinPaquette))
14+
- Shawn Allen ([shawnbot](https://github.com/shawnbot))
15+
- Mu-An Chiou ([@muan](https://github.com/muan))
16+
- Emily Plummer ([@emplums](https://github.com/emplums))
17+
118
# 10.7.0
219

320
#### :nail_care: Polish

RELEASING.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33

44
### In `primer/primer`:
55

6-
1. Create a new release branch from `dev` and name it `release-<version>`.
76

8-
(CI will publish a release candidate version to npm for branches prefixed with `release`. These version numbers have a `rc.<number>` suffix on them)
7+
1. Go through the tracking PR and make sure everything that should be merged in is merged in.
8+
9+
2. To update the change log for your release, click on the details links for the continuous-integration/travis-ci/push build. Expand the `Deploying application` output and copy the change log content. Update the [CHANGELOG.md](https://github.com/primer/primer/blob/master/CHANGELOG.md) file with the change log content from the build.
910

10-
2. Go through the tracking issue and make sure everything that should be merged in is merged in.
11+
3. Run the version bump in your terminal: `npm run bump`.
1112

12-
3. Once your builds finish, click on the details links for the continuous-integration/travis-ci/push build. Expand the `Deploying application` output and you should be able to find an outputted change log here. Copy this and update the [CHANGELOG.md](https://github.com/primer/primer/blob/master/CHANGELOG.md) file.
13+
4. Test your changes with the latest release candidate version in the appropriate places (styleguide, storybook, github/github).
1314

14-
4. Run the version bump in your terminal: `npm run bump`.
15+
5. Once the release PR is approved and you've done necessary testing, merge to `master`. This will trigger a publish to npm.
1516

16-
5. Test your changes with the latest release candidate version in the appropriate places (styleguide, storybook, github/github).
17+
6. Create a new release branch for the next release from `master` and name it `release-<version>`.
1718

18-
6. Once the release PR is approved and you've done necessary testing, merge to `master`. This will trigger a publish to npm.
19+
(CI will publish a release candidate version to npm for branches prefixed with `release`. These version numbers have a `rc.<number>` suffix on them)
1920

2021

2122
### In `github/github`:
@@ -53,11 +54,6 @@
5354

5455
1. Edit [index.html](https://github.com/primer/primer.github.io/blob/master/index.html) to include the latest version.
5556

56-
#### Update Storybook
57-
58-
1. Pull the latest from master on primer/primer (after merging in release branch).
59-
60-
2. Run `npm run publish-storybook`.
6157

6258
#### Publish release tag
6359

modules/primer-alerts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.8",
2+
"version": "1.5.9",
33
"name": "primer-alerts",
44
"description": "Flash messages, or alerts, inform users of successful or pending actions.",
55
"homepage": "http://primer.github.io/",
@@ -33,7 +33,7 @@
3333
"publish": "../../script/notify success"
3434
},
3535
"dependencies": {
36-
"primer-support": "4.5.5"
36+
"primer-support": "4.6.0"
3737
},
3838
"keywords": [
3939
"alerts",

modules/primer-avatars/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.5",
2+
"version": "1.5.6",
33
"name": "primer-avatars",
44
"description": "Basic styles for user profile avatars.",
55
"homepage": "http://primer.github.io/",
@@ -30,7 +30,7 @@
3030
"publish": "../../script/notify success"
3131
},
3232
"dependencies": {
33-
"primer-support": "4.5.5"
33+
"primer-support": "4.6.0"
3434
},
3535
"keywords": [
3636
"avatars",

modules/primer-base/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.3",
2+
"version": "1.7.4",
33
"name": "primer-base",
44
"description": "CSS to reset the browsers default styles",
55
"homepage": "http://primer.github.io/",
@@ -34,7 +34,7 @@
3434
"publish": "../../script/notify success"
3535
},
3636
"dependencies": {
37-
"primer-support": "4.5.5"
37+
"primer-support": "4.6.0"
3838
},
3939
"keywords": [
4040
"primer",

modules/primer-blankslate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.4.8",
2+
"version": "1.4.9",
33
"name": "primer-blankslate",
44
"description": "Blankslates are for when there is a lack of content within a page or section.",
55
"homepage": "http://primer.github.io/",
@@ -30,7 +30,7 @@
3030
"publish": "../../script/notify success"
3131
},
3232
"dependencies": {
33-
"primer-support": "4.5.5"
33+
"primer-support": "4.6.0"
3434
},
3535
"keywords": [
3636
"primer",

modules/primer-box/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.5.8",
2+
"version": "2.5.9",
33
"name": "primer-box",
44
"description": "A module for creating rounded-corner boxes with options for headers, lists, and footers.",
55
"homepage": "http://primer.github.io/",
@@ -30,7 +30,7 @@
3030
"publish": "../../script/notify success"
3131
},
3232
"dependencies": {
33-
"primer-support": "4.5.5"
33+
"primer-support": "4.6.0"
3434
},
3535
"keywords": [
3636
"primer",

modules/primer-branch-name/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.6",
2+
"version": "1.0.7",
33
"name": "primer-branch-name",
44
"description": "A nice, consistent way to display branch names.",
55
"homepage": "http://primer.github.io/",
@@ -31,7 +31,7 @@
3131
"publish": "../../script/notify success"
3232
},
3333
"dependencies": {
34-
"primer-support": "4.5.5"
34+
"primer-support": "4.6.0"
3535
},
3636
"keywords": [
3737
"github",

modules/primer-breadcrumb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.4",
2+
"version": "1.5.5",
33
"name": "primer-breadcrumb",
44
"description": "Breadcrumb navigation for pages with parents / grandparents.",
55
"homepage": "http://primer.github.io/",
@@ -31,7 +31,7 @@
3131
"publish": "../../script/notify success"
3232
},
3333
"dependencies": {
34-
"primer-support": "4.5.5"
34+
"primer-support": "4.6.0"
3535
},
3636
"keywords": [
3737
"breadcrumb",

0 commit comments

Comments
 (0)