Skip to content

Commit

Permalink
Merge pull request #271 from hpcc-systems/release-please--branches--t…
Browse files Browse the repository at this point in the history
…runk

chore: release trunk
  • Loading branch information
GordonSmith authored Sep 17, 2024
2 parents 7442997 + 3313615 commit 5f9c093
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 17 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "3.3.0",
".": "3.4.0",
"packages/base91": "1.3.0",
"packages/duckdb": "1.4.0",
"packages/expat": "1.3.0",
"packages/graphviz": "1.4.0",
"packages/graphviz-cli": "1.2.2",
"packages/graphviz": "1.5.0",
"packages/graphviz-cli": "1.2.3",
"packages/zstd": "1.2.0",
"packages/wasm": "2.22.0"
"packages/wasm": "2.22.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ _This changelog is now a summary of all changes across all packages in the mono

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.

## [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)


### Features

* Add support for the `canon` output format ([66bc3bb](https://github.com/hpcc-systems/hpcc-js-wasm/commit/66bc3bb7f3d8b7b207766e80230fb86973db99e8))

## [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)


Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hpcc-js/wasm-root",
"private": true,
"version": "3.3.0",
"version": "3.4.0",
"description": "hpcc-js - WASM Libraries",
"keywords": [
"graphviz",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphviz-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [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)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/wasm-graphviz bumped from 1.4.0 to 1.5.0

## [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/graphviz-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm-graphviz-cli",
"version": "1.2.2",
"version": "1.2.3",
"description": "hpcc-js - WASM Graphviz Cli",
"type": "module",
"bin": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"update-major": "npx -y npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/wasm-graphviz": "1.4.0",
"@hpcc-js/wasm-graphviz": "1.5.0",
"yargs": "17.7.2"
},
"devDependencies": {},
Expand Down
7 changes: 7 additions & 0 deletions packages/graphviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Features

* Add support for the `canon` output format ([66bc3bb](https://github.com/hpcc-systems/hpcc-js-wasm/commit/66bc3bb7f3d8b7b207766e80230fb86973db99e8))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/graphviz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm-graphviz",
"version": "1.4.0",
"version": "1.5.0",
"description": "hpcc-js - WASM Graphviz",
"type": "module",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.22.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.22.0...wasm-v2.22.1) (2024-09-17)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @hpcc-js/wasm-graphviz bumped from 1.4.0 to 1.5.0

## [2.22.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.21.1...wasm-v2.22.0) (2024-09-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm",
"version": "2.22.0",
"version": "2.22.1",
"description": "hpcc-js - WASM Libraries",
"type": "module",
"exports": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"@hpcc-js/wasm-base91": "1.3.0",
"@hpcc-js/wasm-duckdb": "1.4.0",
"@hpcc-js/wasm-expat": "1.3.0",
"@hpcc-js/wasm-graphviz": "1.4.0",
"@hpcc-js/wasm-graphviz": "1.5.0",
"@hpcc-js/wasm-zstd": "1.2.0",
"esbuild-plugin-umd-wrapper": "3.0.0"
},
Expand Down

0 comments on commit 5f9c093

Please sign in to comment.