Skip to content

Commit f8c284a

Browse files
authored
Merge pull request #310 from hpcc-systems/release-please--branches--trunk
chore: release trunk
2 parents 3587833 + 082b6e9 commit f8c284a

18 files changed

+124
-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.7.1",
3-
"packages/base91": "1.3.1",
4-
"packages/duckdb": "1.6.0",
5-
"packages/expat": "1.3.2",
6-
"packages/graphviz": "1.8.0",
7-
"packages/graphviz-cli": "1.3.0",
8-
"packages/zstd": "1.2.1",
9-
"packages/wasm": "2.23.0"
2+
".": "3.8.0",
3+
"packages/base91": "1.4.0",
4+
"packages/duckdb": "1.7.0",
5+
"packages/expat": "1.4.0",
6+
"packages/graphviz": "1.9.0",
7+
"packages/graphviz-cli": "1.4.0",
8+
"packages/zstd": "1.3.0",
9+
"packages/wasm": "2.24.0"
1010
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ _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.8.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.7.1...wasm-root-v3.8.0) (2025-07-04)
12+
13+
14+
### Features
15+
16+
* Bump versions ([dac0326](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dac032608c36ef27eb5b2a09e7b4e3e4d5f2c79a))
17+
* Bump versions ([93b90e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/93b90e223d1233b44a7b5cb55130b08cd3c28179))
18+
19+
20+
### Bug Fixes
21+
22+
* bump esbuild deps ([3587833](https://github.com/hpcc-systems/hpcc-js-wasm/commit/35878339ce229d1ef17e16a7c3b624af2d26a82f))
23+
1124
## [3.7.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.7.0...wasm-root-v3.7.1) (2025-07-02)
1225

1326

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.7.1",
4+
"version": "3.8.0",
55
"description": "hpcc-js - WASM Libraries",
66
"keywords": [
77
"graphviz",

packages/base91/CHANGELOG.md

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

3+
## [1.4.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.3.1...wasm-base91-v1.4.0) (2025-07-04)
4+
5+
6+
### Features
7+
8+
* Bump versions ([dac0326](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dac032608c36ef27eb5b2a09e7b4e3e4d5f2c79a))
9+
* Bump versions ([93b90e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/93b90e223d1233b44a7b5cb55130b08cd3c28179))
10+
311
## [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)
412

513

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.1",
3+
"version": "1.4.0",
44
"description": "hpcc-js - WASM Base91",
55
"type": "module",
66
"exports": {

packages/duckdb/CHANGELOG.md

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

3+
## [1.7.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.6.0...wasm-duckdb-v1.7.0) (2025-07-04)
4+
5+
6+
### Features
7+
8+
* Bump versions ([dac0326](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dac032608c36ef27eb5b2a09e7b4e3e4d5f2c79a))
9+
* Bump versions ([93b90e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/93b90e223d1233b44a7b5cb55130b08cd3c28179))
10+
311
## [1.6.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.5.1...wasm-duckdb-v1.6.0) (2024-12-10)
412

513

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.6.0",
3+
"version": "1.7.0",
44
"description": "hpcc-js - WASM DuckDB",
55
"type": "module",
66
"exports": {

packages/expat/CHANGELOG.md

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

3+
## [1.4.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.3.2...wasm-expat-v1.4.0) (2025-07-04)
4+
5+
6+
### Features
7+
8+
* Bump versions ([dac0326](https://github.com/hpcc-systems/hpcc-js-wasm/commit/dac032608c36ef27eb5b2a09e7b4e3e4d5f2c79a))
9+
* Bump versions ([93b90e2](https://github.com/hpcc-systems/hpcc-js-wasm/commit/93b90e223d1233b44a7b5cb55130b08cd3c28179))
10+
311
## [1.3.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.3.1...wasm-expat-v1.3.2) (2024-12-10)
412

513

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.2",
3+
"version": "1.4.0",
44
"description": "hpcc-js - WASM expat",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)