Skip to content

Commit

Permalink
release(workspace): v3.2.0 (#262)
Browse files Browse the repository at this point in the history
* chore(workspace): remove workspace key from package.json

* chore(workspace): add checkbox component to bug report

* ci(workspace): update to use nix develop --command

* release(workspace): v3.2.0
  • Loading branch information
dominicegginton authored Jun 4, 2024
1 parent 6d8bd10 commit 9fc4daa
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 24 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ body:
- label: 'bottombar'
- label: 'button'
- label: 'card'
- label: 'checkbox'
- label: 'chip'
- label: 'container'
- label: 'drawer'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- uses: nrwl/nx-set-shas@v3
- run: nix develop --command npm ci --legacy-peer-deps
- run: nix develop --command npx nx run-many --target lint,test
- run: nix develop --command npx nx run-many --target build --projects=components,react
- run: nix develop --command npx nx run-many --target build,storybook:build --projects=components,react,documentation
2 changes: 1 addition & 1 deletion build-arc-package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with pkgs.lib;
;

src = sources.cleanSource ./.;
npmDepsHash = "sha256-BzSjmtT7/sNZ4Hd4KT/SYZ3kTnKzMI42LiJcLvKA3gY=";
npmDepsHash = "sha256-isXDhfCDggMIy4hZ3uwGC2i3QpoWsWXCi5Yi/YEWtL8=";

npmInstallFlags = [
# ignore legacy peer dependencies
Expand Down
40 changes: 24 additions & 16 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"name": "@arc-web/components",
"workspaces": [
"packages/*"
],
"generators": "./generators.json",
"generators": "./generators.json",
"executors": "./executors.json",
"devDependencies": {
"@angular-devkit/build-angular": "16.2.0",
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.1.1",
"version": "3.2.0",
"author": "Arup (https://www.arup.com)",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"peerDependencies": {
"@arc-web/components": "3.1.1",
"@arc-web/components": "3.2.0",
"react": "^18.0.0"
},
"dependencies": {
Expand Down

0 comments on commit 9fc4daa

Please sign in to comment.