Skip to content

Commit 34f6575

Browse files
author
bot
committed
v0.30.0
1 parent 43b00c8 commit 34f6575

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.29.4",
2+
"version": "0.30.0",
33
"useWorkspaces": true,
44
"npmClient": "yarn",
55
"ignoreChanges": [

packages/ocap-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arcblock/ocap-js",
33
"description": "Javascript SDK for OCAP Service by ArcBlock",
4-
"version": "0.29.4",
4+
"version": "0.30.0",
55
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)",
66
"bugs": {
77
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues",
@@ -14,8 +14,8 @@
1414
"wangshijun <[email protected]> (https://ocap.arcblock.io)"
1515
],
1616
"dependencies": {
17-
"@arcblock/ocap-schema": "^0.29.0",
18-
"@arcblock/sdk-util": "^0.29.4",
17+
"@arcblock/ocap-schema": "0.30.0",
18+
"@arcblock/sdk-util": "0.30.0",
1919
"babel-polyfill": "^6.26.0",
2020
"blueimp-md5": "^2.10.0",
2121
"phoenix": "^1.3.4",

packages/ocap-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arcblock/ocap-schema",
33
"description": "Schema for OCAP service",
4-
"version": "0.29.0",
4+
"version": "0.30.0",
55
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)",
66
"bugs": {
77
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues",

packages/sdk-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@arcblock/sdk-util",
33
"description": "Helpers and utilities shared across ArcBlock Javascript SDK",
4-
"version": "0.29.4",
4+
"version": "0.30.0",
55
"author": "wangshijun <[email protected]> (https://ocap.arcblock.io)",
66
"bugs": {
77
"url": "https://github.com/ArcBlock/ocap-javascript-sdk/issues",

0 commit comments

Comments
 (0)