Skip to content

Commit 7666c44

Browse files
committed
chore: release trunk
1 parent f5e992c commit 7666c44

18 files changed

+101
-37
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "3.5.0",
3-
"packages/base91": "1.3.0",
4-
"packages/duckdb": "1.5.0",
5-
"packages/expat": "1.3.0",
6-
"packages/graphviz": "1.6.0",
7-
"packages/graphviz-cli": "1.2.4",
8-
"packages/zstd": "1.2.0",
9-
"packages/wasm": "2.22.2"
2+
".": "3.5.1",
3+
"packages/base91": "1.3.1",
4+
"packages/duckdb": "1.5.1",
5+
"packages/expat": "1.3.1",
6+
"packages/graphviz": "1.6.1",
7+
"packages/graphviz-cli": "1.2.5",
8+
"packages/zstd": "1.2.1",
9+
"packages/wasm": "2.22.3"
1010
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ _This changelog is now a summary of all changes across all packages in the mono
88

99
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
1010

11+
## [3.5.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.5.0...wasm-root-v3.5.1) (2024-09-29)
12+
13+
14+
### Bug Fixes
15+
16+
* Graphviz targetting wrong platform ([f5e992c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f5e992ce34d49b7db75ce6ac14a4bd43cacb2045))
17+
1118
## [3.5.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.4.0...wasm-root-v3.5.0) (2024-09-29)
1219

1320

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hpcc-js/wasm-root",
33
"private": true,
4-
"version": "3.5.0",
4+
"version": "3.5.1",
55
"description": "hpcc-js - WASM Libraries",
66
"keywords": [
77
"graphviz",

packages/base91/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.3.0...wasm-base91-v1.3.1) (2024-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Graphviz targetting wrong platform ([f5e992c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f5e992ce34d49b7db75ce6ac14a4bd43cacb2045))
9+
310
## [1.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.2.0...wasm-base91-v1.3.0) (2024-08-30)
411

512

packages/base91/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-base91",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "hpcc-js - WASM Base91",
55
"type": "module",
66
"exports": {

packages/duckdb/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.5.0...wasm-duckdb-v1.5.1) (2024-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Graphviz targetting wrong platform ([f5e992c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f5e992ce34d49b7db75ce6ac14a4bd43cacb2045))
9+
310
## [1.5.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.4.0...wasm-duckdb-v1.5.0) (2024-09-29)
411

512

packages/duckdb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-duckdb",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "hpcc-js - WASM DuckDB",
55
"type": "module",
66
"exports": {

packages/expat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.3.0...wasm-expat-v1.3.1) (2024-09-29)
4+
5+
6+
### Bug Fixes
7+
8+
* Graphviz targetting wrong platform ([f5e992c](https://github.com/hpcc-systems/hpcc-js-wasm/commit/f5e992ce34d49b7db75ce6ac14a4bd43cacb2045))
9+
310
## [1.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.2.0...wasm-expat-v1.3.0) (2024-08-30)
411

512

packages/expat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-expat",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "hpcc-js - WASM expat",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)