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

Commit 5d2b9c8

Browse files
committed
v2020.9.1
1 parent d26aaa2 commit 5d2b9c8

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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.8.7"
5+
"version": "2020.9.1"
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.8.1",
3+
"version": "2020.9.1",
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.8.7",
3+
"version": "2020.9.1",
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": "1.0.0-beta.10",
3+
"version": "2020.9.1",
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.8.7",
16+
"@creativecommons/vocabulary": "^2020.9.1",
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)