Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Commit df6652e

Browse files
authored
Merge pull request #684 from creativecommons/release-2020.9.2
2 parents 80bfdfa + bb17fef commit df6652e

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/cd-vocabulary.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ jobs:
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3434

35+
- name: Repository Dispatch
36+
uses: peter-evans/repository-dispatch@v1
37+
with:
38+
token: ${{ secrets.GITHUB_TOKEN }}
39+
repository: creativecommons/vocabulary
40+
event-type: vocabulary-built
41+
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
42+
3543
deploy_gh:
3644
defaults:
3745
run:
@@ -54,11 +62,3 @@ jobs:
5462
run: bash deploy.sh
5563
env:
5664
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
58-
- name: Repository Dispatch
59-
uses: peter-evans/repository-dispatch@v1
60-
with:
61-
token: ${{ secrets.REPO_ACCESS_TOKEN }}
62-
repository: username/my-repo
63-
event-type: vocabulary-built
64-
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "2020.9.1"
5+
"version": "2020.9.2"
66
}

packages/fonts/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creativecommons/fonts",
3-
"version": "2020.9.1",
3+
"version": "2020.9.2",
44
"description": "Typefaces that lend personality to the web facing Creative Commons",
55
"author": "Creative Commons (https://creativecommons.org)",
66
"scripts": {

packages/vocabulary/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vocabulary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creativecommons/vocabulary",
3-
"version": "2020.9.1",
3+
"version": "2020.9.2",
44
"description": "A cohesive design system to unite the web facing Creative Commons",
55
"author": "Creative Commons (https://creativecommons.org)",
66
"scripts": {

packages/vue-vocabulary/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/vue-vocabulary/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creativecommons/vue-vocabulary",
3-
"version": "2020.9.1",
3+
"version": "2020.9.2",
44
"description": "Vue components implementing a cohesive design system to unite the web facing Creative Commons",
55
"author": "Creative Commons (https://creativecommons.org)",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"build:documentation": "npm run build && vue-cli-service storybook:build -s ./src/assets -o ./docs"
1414
},
1515
"dependencies": {
16-
"@creativecommons/vocabulary": "^2020.9.1",
16+
"@creativecommons/vocabulary": "^2020.9.2",
1717
"@fortawesome/fontawesome-svg-core": "^1.2.30",
1818
"@fortawesome/free-brands-svg-icons": "^5.14.0",
1919
"@fortawesome/free-regular-svg-icons": "^5.14.0",

0 commit comments

Comments
 (0)