Skip to content

Commit

Permalink
v0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed Sep 26, 2023
1 parent 811cbdd commit 09d0f9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.34.1",
"version": "0.34.2",
"npmClient": "yarn",
"ignoreChanges": [
"**/tools/**",
Expand Down
6 changes: 3 additions & 3 deletions packages/ocap-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/ocap-js",
"description": "Javascript SDK for OCAP Service by ArcBlock",
"version": "0.34.1",
"version": "0.34.2",
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues",
Expand All @@ -14,8 +14,8 @@
"wangshijun <[email protected]> (https://ocap.arcblock.io)"
],
"dependencies": {
"@arcblock/ocap-schema": "0.34.1",
"@arcblock/sdk-util": "0.34.1",
"@arcblock/ocap-schema": "0.34.2",
"@arcblock/sdk-util": "0.34.2",
"babel-polyfill": "^6.26.0",
"blueimp-md5": "^2.19.0",
"phoenix": "^1.6.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/ocap-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/ocap-schema",
"description": "Schema for OCAP service",
"version": "0.34.1",
"version": "0.34.2",
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@arcblock/sdk-util",
"description": "Helpers and utilities shared across ArcBlock Javascript SDK",
"version": "0.34.1",
"version": "0.34.2",
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)",
"bugs": {
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues",
Expand Down

0 comments on commit 09d0f9c

Please sign in to comment.