Skip to content

Commit

Permalink
v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxooo committed May 30, 2024
1 parent 47dbac7 commit 8fc1da6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.13.0"
"version": "1.13.1"
}
4 changes: 2 additions & 2 deletions packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-js/browser",
"version": "1.13.0",
"version": "1.13.1",
"description": "",
"license": "Apache License 2.0",
"source": "./src/index.ts",
Expand All @@ -18,7 +18,7 @@
"@qubic-js/core": "*"
},
"devDependencies": {
"@qubic-js/core": "^1.13.0",
"@qubic-js/core": "^1.13.1",
"@types/is-url": "^1.2.30",
"@types/react": "^16.9.35",
"copyfiles": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-js/core",
"version": "1.13.0",
"version": "1.13.1",
"description": "",
"license": "Apache License 2.0",
"source": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/utils/version.js

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qubic-js/react",
"version": "1.13.0",
"version": "1.13.1",
"description": "",
"license": "Apache License 2.0",
"source": "./src/index.ts",
Expand All @@ -21,7 +21,7 @@
"@qubic-js/browser": "*"
},
"devDependencies": {
"@qubic-js/browser": "^1.13.0",
"@qubic-js/browser": "^1.13.1",
"@types/react": "^16.9.35",
"typescript": "4.9.4"
},
Expand Down

0 comments on commit 8fc1da6

Please sign in to comment.