Skip to content

Commit 42995fa

Browse files
release: jco v1.11.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14abe3f commit 42995fa

8 files changed

Lines changed: 23 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [jco-v1.11.0] - 2025-04-28
6+
7+
### 🚀 Features
8+
9+
* *(jco)* expose comoponentizejs's debugBuild option on command line (#633) by @pchickey in #633
10+
11+
12+
13+
## New Contributors
14+
* @tanishiking made their first contribution in [#631](https://github.com/bytecodealliance/jco/pull/631)
15+
* @marosset made their first contribution in [#609](https://github.com/bytecodealliance/jco/pull/609)
16+
* @MendyBerger made their first contribution in [#591](https://github.com/bytecodealliance/jco/pull/591)

examples/components/add/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"all": "npm run build && npm run transpile && npm run transpiled-js"
1010
},
1111
"dependencies": {
12-
"@bytecodealliance/jco": "^1.10.2",
12+
"@bytecodealliance/jco": "^1.11.0",
1313
"@bytecodealliance/componentize-js": "0.17.0"
1414
}
1515
}

examples/components/http-hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"all": "npm run build && npm run demo"
1111
},
1212
"dependencies": {
13-
"@bytecodealliance/jco": "^1.10.2",
13+
"@bytecodealliance/jco": "^1.11.0",
1414
"@bytecodealliance/componentize-js": "0.17.0"
1515
},
1616
"devDependencies": {

examples/components/node-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"all": "npm run build:component && npm run transpile && npm run demo"
1010
},
1111
"dependencies": {
12-
"@bytecodealliance/jco": "^1.10.2",
12+
"@bytecodealliance/jco": "^1.11.0",
1313
"@bytecodealliance/componentize-js": "0.17.0"
1414
}
1515
}

examples/components/string-reverse-upper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"all": "npm run build:dep ; npm run build ; npm run compose ; npm run transpile ; npm run transpiled-js"
1212
},
1313
"dependencies": {
14-
"@bytecodealliance/jco": "^1.10.2",
14+
"@bytecodealliance/jco": "^1.11.0",
1515
"@bytecodealliance/componentize-js": "0.17.0"
1616
}
1717
}

examples/components/string-reverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"all": "npm run build; npm run transpile; npm run transpiled-js"
1010
},
1111
"dependencies": {
12-
"@bytecodealliance/jco": "^1.10.2",
12+
"@bytecodealliance/jco": "^1.11.0",
1313
"@bytecodealliance/componentize-js": "0.17.0"
1414
}
1515
}

examples/components/webidl-book-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"all": "npm run generate:wit && npm run generate:types && npm run build && npm run transpile && node demo.js"
1111
},
1212
"devDependencies": {
13-
"@bytecodealliance/jco": "1.10.2",
13+
"@bytecodealliance/jco": "1.11.0",
1414
"@bytecodealliance/componentize-js": "0.17.0"
1515
}
1616
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bytecodealliance/jco",
3-
"version": "1.10.2",
3+
"version": "1.11.0",
44
"description": "JavaScript tooling for working with WebAssembly Components",
55
"author": "Guy Bedford",
66
"bin": {

0 commit comments

Comments
 (0)