Skip to content

Commit

Permalink
Bump version to 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ngcha0 committed Oct 29, 2024
1 parent 8779a71 commit 11791e0
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.9.9",
"version": "0.9.10",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"name": "alephium-browser-extension-wallet",
"repository": "github:alephium/extension-wallet",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/dapp",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/manifest/v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/chrome-manifest.json",
"name": "Alephium Extension Wallet",
"description": "Alephium's official extension wallet with powerful features and a clean UI.",
"version": "0.9.9",
"version": "0.9.10",
"manifest_version": 2,
"browser_action": {
"default_icon": {
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/manifest/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/chrome-manifest.json",
"name": "Alephium Extension Wallet",
"description": "Alephium's official extension wallet with powerful features and a clean UI.",
"version": "0.9.9",
"version": "0.9.10",
"manifest_version": 3,
"action": {
"default_icon": {
Expand Down
6 changes: 3 additions & 3 deletions packages/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alephium/extension",
"version": "0.9.9",
"version": "0.9.10",
"main": "index.js",
"license": "MIT",
"devDependencies": {
Expand Down Expand Up @@ -81,8 +81,8 @@
"push-release-branch": "git push --set-upstream origin release/v$npm_package_version --follow-tags"
},
"dependencies": {
"@argent/stack-router": "^0.9.9",
"@argent/ui": "^0.9.9",
"@argent/stack-router": "^0.9.10",
"@argent/ui": "^0.9.10",
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "2.5.1",
"@extend-chrome/messages": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/stack-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/stack-router",
"version": "0.9.9",
"version": "0.9.10",
"license": "MIT",
"private": true,
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@argent/ui": "^0.9.9",
"@argent/ui": "^0.9.10",
"@types/lodash-es": "^4.17.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@argent-x/storybook",
"version": "0.9.9",
"version": "0.9.10",
"private": true,
"devDependencies": {
"@alephium/extension": "^0.9.9",
"@argent/ui": "^0.9.9",
"@alephium/extension": "^0.9.10",
"@argent/ui": "^0.9.10",
"@babel/core": "^7.18.5",
"@chakra-ui/storybook-addon": "^4.0.12",
"@storybook/addon-actions": "^6.5.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/ui",
"version": "0.9.9",
"version": "0.9.10",
"license": "MIT",
"private": true,
"files": [
Expand Down

0 comments on commit 11791e0

Please sign in to comment.