Skip to content

Commit

Permalink
Bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Sep 10, 2024
1 parent c5731c3 commit 59162f0
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 34 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cashscript-examples",
"private": true,
"version": "0.10.0-next.6",
"version": "0.10.0",
"description": "Usage examples of the CashScript SDK",
"main": "p2pkh.js",
"type": "module",
Expand All @@ -14,8 +14,8 @@
"@bitauth/libauth": "^3.0.0",
"@types/node": "^12.7.8",
"bip39": "^3.0.4",
"cashc": "^0.10.0-next.6",
"cashscript": "^0.10.0-next.6",
"cashc": "^0.10.0",
"cashscript": "^0.10.0",
"eslint": "^8.56.0",
"typescript": "^4.9.5"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/testing-suite/artifacts/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-08-06T09:59:35.164Z"
"updatedAt": "2024-09-10T09:55:42.448Z"
}
7 changes: 4 additions & 3 deletions examples/testing-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testing-suite",
"version": "0.10.0-next.6",
"version": "0.10.0",
"description": "Example project to develop and test CashScript contracts",
"main": "index.js",
"type": "module",
Expand All @@ -25,8 +25,9 @@
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest"
},
"dependencies": {
"cashc": "^0.10.0-next.6",
"cashscript": "^0.10.0-next.6"
"cashc": "^0.10.0",
"cashscript": "^0.10.0",
"url-join": "^5.0.0"
},
"devDependencies": {
"@jest/globals": "^29.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cashc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashc",
"version": "0.10.0-next.6",
"version": "0.10.0",
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
"keywords": [
"bitcoin",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"dependencies": {
"@bitauth/libauth": "^3.0.0",
"@cashscript/utils": "^0.10.0-next.6",
"@cashscript/utils": "^0.10.0",
"antlr4": "^4.13.1-patch-1",
"commander": "^7.1.0",
"semver": "^7.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/cashc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ export * from './Errors.js';
export * as utils from '@cashscript/utils';
export { compileFile, compileString } from './compiler.js';

export const version = '0.10.0-next.6';
export const version = '0.10.0';
4 changes: 2 additions & 2 deletions packages/cashscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cashscript",
"version": "0.10.0-next.6",
"version": "0.10.0",
"description": "Easily write and interact with Bitcoin Cash contracts",
"keywords": [
"bitcoin cash",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@bitauth/libauth": "^3.0.0",
"@cashscript/utils": "^0.10.0-next.6",
"@cashscript/utils": "^0.10.0",
"bip68": "^1.0.4",
"bitcoin-rpc-promise-retry": "^1.3.0",
"delay": "^5.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/announcement.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:22.357Z"
"updatedAt": "2024-09-10T09:54:01.248Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/bigint.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:22.095Z"
"updatedAt": "2024-09-10T09:54:00.989Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/bounded_bytes.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:23.083Z"
"updatedAt": "2024-09-10T09:54:01.995Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/hodl_vault.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:22.594Z"
"updatedAt": "2024-09-10T09:54:01.493Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/mecenas.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:24.222Z"
"updatedAt": "2024-09-10T09:54:03.279Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/p2palindrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:22.851Z"
"updatedAt": "2024-09-10T09:54:01.764Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/p2pkh.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:23.980Z"
"updatedAt": "2024-09-10T09:54:03.012Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/simple_covenant.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:23.302Z"
"updatedAt": "2024-09-10T09:54:02.299Z"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:23.764Z"
"updatedAt": "2024-09-10T09:54:02.765Z"
}
4 changes: 2 additions & 2 deletions packages/cashscript/test/fixture/transfer_with_timeout.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"compiler": {
"name": "cashc",
"version": "0.10.0-next.6"
"version": "0.10.0"
},
"updatedAt": "2024-09-05T13:25:23.528Z"
"updatedAt": "2024-09-10T09:54:02.536Z"
}
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": "@cashscript/utils",
"version": "0.10.0-next.6",
"version": "0.10.0",
"description": "CashScript utilities and types",
"keywords": [
"bitcoin cash",
Expand Down

0 comments on commit 59162f0

Please sign in to comment.