Skip to content

Commit 809cd38

Browse files
committed
Bump version
1 parent 76003ef commit 809cd38

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"ts-jest": "^26.5.1",
3737
"typescript": "4.6.x"
3838
},
39-
"version": "0.8.11"
39+
"version": "0.8.12"
4040
}

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/api",
3-
"version": "0.8.11",
3+
"version": "0.8.12",
44
"description": "JavaScript API for Subsocial blockchain.",
55
"author": "DappForce contributors",
66
"license": "GPL-3.0-only",

packages/definitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/definitions",
3-
"version": "0.8.11",
3+
"version": "0.8.12",
44
"description": "Subsocial definitions using @polkadot/typegen to generate type definitions",
55
"main": "index.js",
66
"repository": "https://github.com/dappforce/subsocial-js/packages/definitions",

packages/elasticsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/elasticsearch",
3-
"version": "0.8.11",
3+
"version": "0.8.12",
44
"description": "Elasticsearch API for Subsocial blockchain.",
55
"author": "DappForce contributors",
66
"license": "GPL-3.0-only",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subsocial/utils",
3-
"version": "0.8.11",
3+
"version": "0.8.12",
44
"description": "JavaScript utils for Subsocial blockchain.",
55
"author": "DappForce contributors",
66
"main": "index.js",

0 commit comments

Comments
 (0)