Skip to content

Commit

Permalink
feat(card): set default value of withoutShadow to true(#638)
Browse files Browse the repository at this point in the history
* bump pnpm `v9.0.0` -> `v9.1.2`

* feat(card): set default value for withoutShadow to `true`

* Update pnpm version in CI

* Update pnpm-lock
  • Loading branch information
ehsan-github authored May 21, 2024
1 parent 7ab2276 commit 70c59da
Show file tree
Hide file tree
Showing 6 changed files with 4,363 additions and 4,879 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9.0.0
version: 9.1.2
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9.0.0
version: 9.1.2
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 9.0.0
version: 9.1.2
run_install: false

- name: Get pnpm store directory
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"packageManager": "pnpm@9.0.0",
"packageManager": "pnpm@9.1.2",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
Expand Down
Loading

0 comments on commit 70c59da

Please sign in to comment.