Skip to content

Commit 24bab8f

Browse files
committed
Bump version to 0.11.0
1 parent 221deef commit 24bab8f

31 files changed

+49
-49
lines changed

examples/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cashscript-examples",
33
"private": true,
4-
"version": "0.11.0-next.4",
4+
"version": "0.11.0",
55
"description": "Usage examples of the CashScript SDK",
66
"main": "p2pkh.js",
77
"type": "module",
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@bitauth/libauth": "^3.1.0-next.2",
1515
"@types/node": "^22.10.7",
16-
"cashc": "^0.11.0-next.4",
17-
"cashscript": "^0.11.0-next.4",
16+
"cashc": "^0.11.0",
17+
"cashscript": "^0.11.0",
1818
"eslint": "^8.56.0",
1919
"typescript": "^5.7.3"
2020
}

examples/testing-suite/artifacts/example.artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default {
4141
},
4242
compiler: {
4343
name: 'cashc',
44-
version: '0.11.0-next.3',
44+
version: '0.11.0',
4545
},
4646
updatedAt: '2025-04-11T09:08:09.750Z',
4747
} as const;

examples/testing-suite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testing-suite",
3-
"version": "0.11.0-next.4",
3+
"version": "0.11.0",
44
"description": "Example project to develop and test CashScript contracts",
55
"main": "index.js",
66
"type": "module",
@@ -26,8 +26,8 @@
2626
},
2727
"dependencies": {
2828
"@bitauth/libauth": "^3.1.0-next.2",
29-
"cashc": "^0.11.0-next.4",
30-
"cashscript": "^0.11.0-next.4",
29+
"cashc": "^0.11.0",
30+
"cashscript": "^0.11.0",
3131
"url-join": "^5.0.0"
3232
},
3333
"devDependencies": {

packages/cashc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashc",
3-
"version": "0.11.0-next.4",
3+
"version": "0.11.0",
44
"description": "Compile Bitcoin Cash contracts to Bitcoin Cash Script or artifacts",
55
"keywords": [
66
"bitcoin",
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@bitauth/libauth": "^3.1.0-next.2",
55-
"@cashscript/utils": "^0.11.0-next.4",
55+
"@cashscript/utils": "^0.11.0",
5656
"antlr4": "^4.13.2",
5757
"commander": "^13.1.0",
5858
"semver": "^7.6.3"

packages/cashc/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export * from './Errors.js';
22
export * as utils from '@cashscript/utils';
33
export { compileFile, compileString } from './compiler.js';
44

5-
export const version = '0.11.0-next.4';
5+
export const version = '0.11.0';

packages/cashscript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cashscript",
3-
"version": "0.11.0-next.4",
3+
"version": "0.11.0",
44
"description": "Easily write and interact with Bitcoin Cash contracts",
55
"keywords": [
66
"bitcoin cash",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@bitauth/libauth": "^3.1.0-next.2",
49-
"@cashscript/utils": "^0.11.0-next.4",
49+
"@cashscript/utils": "^0.11.0",
5050
"@electrum-cash/network": "^4.1.1",
5151
"@mr-zwets/bchn-api-wrapper": "^1.0.1",
5252
"delay": "^6.0.0",

packages/cashscript/test/fixture/Bar.artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default {
6464
},
6565
compiler: {
6666
name: 'cashc',
67-
version: '0.11.0-next.4',
67+
version: '0.11.0',
6868
},
6969
updatedAt: '2025-06-16T15:05:54.204Z',
7070
} as const;

packages/cashscript/test/fixture/Bar.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"compiler": {
6666
"name": "cashc",
67-
"version": "0.11.0-next.4"
67+
"version": "0.11.0"
6868
},
6969
"updatedAt": "2025-06-16T15:05:53.940Z"
70-
}
70+
}

packages/cashscript/test/fixture/Foo.artifact.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848
},
4949
compiler: {
5050
name: 'cashc',
51-
version: '0.11.0-next.4',
51+
version: '0.11.0',
5252
},
5353
updatedAt: '2025-06-16T15:05:54.732Z',
5454
} as const;

packages/cashscript/test/fixture/Foo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"compiler": {
5050
"name": "cashc",
51-
"version": "0.11.0-next.4"
51+
"version": "0.11.0"
5252
},
5353
"updatedAt": "2025-06-16T15:05:54.487Z"
54-
}
54+
}

0 commit comments

Comments
 (0)