Skip to content

Commit 6f97b7b

Browse files
authored
Merge pull request #272 from hpcc-systems/release-please--branches--trunk
chore: release trunk
2 parents 2fca2dd + b9217eb commit 6f97b7b

10 files changed

+49
-17
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
".": "3.3.0",
2+
".": "3.4.0",
33
"packages/base91": "1.3.0",
44
"packages/duckdb": "1.4.0",
55
"packages/expat": "1.3.0",
6-
"packages/graphviz": "1.4.0",
7-
"packages/graphviz-cli": "1.2.2",
6+
"packages/graphviz": "1.5.0",
7+
"packages/graphviz-cli": "1.2.3",
88
"packages/zstd": "1.2.0",
9-
"packages/wasm": "2.22.0"
9+
"packages/wasm": "2.22.1"
1010
}

CHANGELOG.md

+7
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.4.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.3.0...wasm-root-v3.4.0) (2024-09-17)
12+
13+
14+
### Features
15+
16+
* Add support for the `canon` output format ([66bc3bb](https://github.com/hpcc-systems/hpcc-js-wasm/commit/66bc3bb7f3d8b7b207766e80230fb86973db99e8))
17+
1118
## [3.3.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.2.1...wasm-root-v3.3.0) (2024-09-11)
1219

1320

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

packages/graphviz-cli/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.2.3](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.2.2...wasm-graphviz-cli-v1.2.3) (2024-09-17)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @hpcc-js/wasm-graphviz bumped from 1.4.0 to 1.5.0
11+
312
## [1.2.2](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.2.1...wasm-graphviz-cli-v1.2.2) (2024-09-11)
413

514

packages/graphviz-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-graphviz-cli",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "hpcc-js - WASM Graphviz Cli",
55
"type": "module",
66
"bin": {
@@ -36,7 +36,7 @@
3636
"update-major": "npx -y npm-check-updates -u"
3737
},
3838
"dependencies": {
39-
"@hpcc-js/wasm-graphviz": "1.4.0",
39+
"@hpcc-js/wasm-graphviz": "1.5.0",
4040
"yargs": "17.7.2"
4141
},
4242
"devDependencies": {},

packages/graphviz/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.4.0...wasm-graphviz-v1.5.0) (2024-09-17)
4+
5+
6+
### Features
7+
8+
* Add support for the `canon` output format ([66bc3bb](https://github.com/hpcc-systems/hpcc-js-wasm/commit/66bc3bb7f3d8b7b207766e80230fb86973db99e8))
9+
310
## [1.4.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.3.0...wasm-graphviz-v1.4.0) (2024-09-11)
411

512

packages/graphviz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm-graphviz",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "hpcc-js - WASM Graphviz",
55
"type": "module",
66
"exports": {

packages/wasm/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [2.22.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.22.0...wasm-v2.22.1) (2024-09-17)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* devDependencies
10+
* @hpcc-js/wasm-graphviz bumped from 1.4.0 to 1.5.0
11+
312
## [2.22.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.21.1...wasm-v2.22.0) (2024-09-11)
413

514

packages/wasm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/wasm",
3-
"version": "2.22.0",
3+
"version": "2.22.1",
44
"description": "hpcc-js - WASM Libraries",
55
"type": "module",
66
"exports": {
@@ -80,7 +80,7 @@
8080
"@hpcc-js/wasm-base91": "1.3.0",
8181
"@hpcc-js/wasm-duckdb": "1.4.0",
8282
"@hpcc-js/wasm-expat": "1.3.0",
83-
"@hpcc-js/wasm-graphviz": "1.4.0",
83+
"@hpcc-js/wasm-graphviz": "1.5.0",
8484
"@hpcc-js/wasm-zstd": "1.2.0",
8585
"esbuild-plugin-umd-wrapper": "3.0.0"
8686
},

0 commit comments

Comments
 (0)