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

Commit 3f253a6

Browse files
committed
v2020.11.3
1 parent de87dbf commit 3f253a6

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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.11.2"
5+
"version": "2020.11.3"
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.11.2",
3+
"version": "2020.11.3",
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.11.2",
3+
"version": "2020.11.3",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creativecommons/vue-vocabulary",
3-
"version": "2020.11.2",
3+
"version": "2020.11.3",
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,8 +13,8 @@
1313
"build:documentation": "npm run build && vue-cli-service storybook:build -s ./src/assets -o ./docs"
1414
},
1515
"dependencies": {
16-
"@creativecommons/fonts": "^2020.11.2",
17-
"@creativecommons/vocabulary": "^2020.11.2",
16+
"@creativecommons/fonts": "^2020.11.3",
17+
"@creativecommons/vocabulary": "^2020.11.3",
1818
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
1919
"@vue/babel-preset-jsx": "^1.1.2",
2020
"core-js": "^3.6.5",

0 commit comments

Comments
 (0)