Skip to content

Commit

Permalink
version changes 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Amar Tumballi <[email protected]>
  • Loading branch information
amarts committed Dec 1, 2023
1 parent 97205d2 commit 2fd2a85
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ npmPublishAccess: public
npmPublishRegistry: "https://registry.npmjs.org"

yarnPath: .yarn/releases/yarn-4.0.2.cjs

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"clean:docs": "rimraf docs/api",
"func-test": "tsx --no-cache demo/src/func-test.ts",
"set:version": "yarn workspaces foreach -pt exec npm version --no-git-tag-version",
"prepublish": "yarn workspaces foreach -p --no-private exec cp -f ../../LICENSE .",
"publish": "yarn workspaces foreach -pt --no-private npm publish",
"publish-beta": "yarn workspaces foreach -pt --no-private npm publish --tag beta",
"prepublish": "yarn workspaces foreach -Apt exec cp -f ../../LICENSE .",
"publish": "yarn workspaces foreach -Apt --no-private npm publish",
"publish-beta": "yarn workspaces foreach -Apt --no-private npm publish --tag beta",
"lint": "eslint packages --format=codeframe",
"lint:fix": "yarn lint --fix",
"style": "prettier -l packages",
Expand Down Expand Up @@ -76,6 +76,6 @@
"@polkadot/rpc-core": "10.10.1",
"@polkadot/rpc-provider": "10.10.1"
},
"version": "0.8.0-7",
"version": "0.9.0_beta3",
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/augment-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/augment-api",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "",
"types": "./lib/index.d.ts",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-space/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/chain-space",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "CORD Chain Space",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/config",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "",
"type": "commonjs",
"main": "./lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/did/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/did",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/identifier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/identifier",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "CORD Identifier",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/network-score/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/network-score",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "CORD Network Score",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/network",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "",
"main": "./lib/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/schema",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "Schema Repository Management",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/sdk",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/statement/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/statement",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "CORD Statements",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/type-definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/type-definitions",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "Type definitions for CORD Network",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/types",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cord.network/utils",
"version": "0.8.0-3",
"version": "0.9.0_beta3",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit 2fd2a85

Please sign in to comment.