Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version changes 0.9.0 #147

Merged
merged 1 commit into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 --exclude packages/api-cli npm publish",
"publish-beta": "yarn workspaces foreach -Apt --exclude packages/api-cli --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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"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-1beta5",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
Loading