Skip to content

Commit

Permalink
v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Nov 28, 2022
1 parent 36fb93e commit 896a538
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"useWorkspaces": true,
"npmClient": "npm",
"version": "0.37.0"
"version": "0.38.0"
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/asc-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/Amsterdam/amsterdam-styled-components/issues"
},
"version": "0.37.0",
"version": "0.38.0",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/asc-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/Amsterdam/amsterdam-styled-components/issues"
},
"version": "0.37.0",
"version": "0.38.0",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"sideEffects": false,
"typings": "lib/index.d.ts",
"dependencies": {
"@amsterdam/asc-assets": "^0.37.0",
"@amsterdam/asc-assets": "^0.38.0",
"classnames": "^2.3.1",
"deepmerge": "^4.2.2",
"polished": "^4.2.2",
Expand Down
6 changes: 3 additions & 3 deletions stories/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stories",
"private": true,
"license": "MPL-2.0",
"version": "0.37.0",
"version": "0.38.0",
"author": "Gemeente Amsterdam",
"homepage": "https://github.com/Amsterdam/amsterdam-styled-components#readme",
"repository": {
Expand All @@ -26,8 +26,8 @@
"eslint-plugin-mdx": "^1.17.0"
},
"dependencies": {
"@amsterdam/asc-assets": "^0.37.0",
"@amsterdam/asc-ui": "^0.37.0",
"@amsterdam/asc-assets": "^0.38.0",
"@amsterdam/asc-ui": "^0.38.0",
"react": "^17.0.2",
"styled-components": "^5.3.0"
}
Expand Down

0 comments on commit 896a538

Please sign in to comment.