Skip to content

Commit 6b3038a

Browse files
smrz2001Github Automation
andauthored
chore(sdk): version v0.5.0 (#702)
Co-authored-by: Github Automation <github@3box.io>
1 parent 91755f1 commit 6b3038a

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

sdk/packages/events/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/events",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "3Box Labs",
55
"license": "(Apache-2.0 OR MIT)",
66
"keywords": ["ceramic", "events"],

sdk/packages/flight-sql-client/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/flight-sql-client-darwin-arm64",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"os": ["darwin"],
55
"cpu": ["arm64"],
66
"main": "flight-sql-client.darwin-arm64.node",

sdk/packages/flight-sql-client/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/flight-sql-client-darwin-x64",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"os": ["darwin"],
55
"cpu": ["x64"],
66
"main": "flight-sql-client.darwin-x64.node",

sdk/packages/flight-sql-client/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/flight-sql-client-linux-x64-gnu",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"os": ["linux"],
55
"cpu": ["x64"],
66
"main": "flight-sql-client.linux-x64-gnu.node",

sdk/packages/flight-sql-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/flight-sql-client",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A FlightSQL client. Currently only supports Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

sdk/packages/http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/http-client",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "3Box Labs",
55
"license": "(Apache-2.0 OR MIT)",
66
"keywords": ["ceramic", "http", "client"],

sdk/packages/identifiers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/identifiers",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "3Box Labs",
55
"license": "(Apache-2.0 OR MIT)",
66
"keywords": ["ceramic", "identifiers"],

sdk/packages/model-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/model-client",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "3Box Labs",
55
"license": "(Apache-2.0 OR MIT)",
66
"keywords": ["ceramic", "stream", "model", "client"],

sdk/packages/model-instance-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/model-instance-client",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "3Box Labs",
55
"license": "(Apache-2.0 OR MIT)",
66
"keywords": ["ceramic", "stream", "model", "document", "client"],

sdk/packages/model-instance-protocol/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ceramic-sdk/model-instance-protocol",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"author": "3Box Labs",
55
"license": "(Apache-2.0 OR MIT)",
66
"keywords": ["ceramic", "stream", "model", "document"],

0 commit comments

Comments
 (0)