Skip to content

Commit

Permalink
release(workspace): v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton committed Jan 2, 2025
1 parent d7063a5 commit 2adc36c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ in
# this workspace is a monorepo and all dependencies
# are resolved via the workspace root package.json
src = cleanSource ./.;
npmDepsHash = "sha256-S7IetVc9X1enM5SclL7USMsgGJ+LQ9CXQNb5h8DmSbM=";
npmDepsHash = "sha256-7UHYublsyhucuvf7CSaoOAy6AEH22I39TnLvVQ0lmKw=";

# dont run the build scripts when rebuilding
# npm dependencies as node-keytar will fail
Expand Down
10 changes: 5 additions & 5 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 package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.1",
"version": "3.5.0",
"generators": "./generators.json",
"executors": "./executors.json",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arc-web/components",
"description": "Web-components built on the ARC design system",
"version": "3.4.1",
"version": "3.5.0",
"author": "Arup (https://www.arup.com)",
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions packages/material/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@arc-web/material",
"description": "Material UI theme around the web-components built on the ARC design system",
"version": "3.4.1",
"version": "3.5.0",
"author": "Arup (https://www.arup.com)",
"repository": {
"type": "git",
"url": "https://github.com/arup-group/arc-components.git",
"directory": "packages/material"
},
"type": "module",
"dependencies": {
"@mui/material": "6.3.0",
"@emotion/styled": "11.14.0",
"@emotion/react": "11.4.0"
},
"peerDependencies": {
"@arc-web/components": "3.4.1",
"@arc-web/components": "3.5.0",
"@arc-web/react": "3.5.0",
"@mui/material": "6.3.0",
"react": "17.0.2"
},
"dependencies": {
"@emotion/styled": "11.14.0",
"@emotion/react": "11.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arc-web/react",
"description": "React wrapper around the web-components built on the ARC design system",
"version": "3.4.1",
"version": "3.5.0",
"author": "Arup (https://www.arup.com)",
"repository": {
"type": "git",
Expand All @@ -10,7 +10,7 @@
},
"type": "module",
"peerDependencies": {
"@arc-web/components": "3.4.1",
"@arc-web/components": "3.5.0",
"react": "^18.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 2adc36c

Please sign in to comment.