Skip to content

Commit

Permalink
chore: release trunk (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith authored Aug 15, 2024
1 parent 11fd7e7 commit 7c8edd5
Show file tree
Hide file tree
Showing 18 changed files with 158 additions and 37 deletions.
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "3.1.0",
"packages/base91": "1.1.0",
"packages/duckdb": "1.1.0",
"packages/expat": "1.1.0",
"packages/graphviz": "1.1.0",
"packages/graphviz-cli": "1.1.0",
"packages/zstd": "1.1.0",
"packages/wasm": "2.19.0"
".": "3.1.1",
"packages/base91": "1.2.0",
"packages/duckdb": "1.2.0",
"packages/expat": "1.2.0",
"packages/graphviz": "1.2.0",
"packages/graphviz-cli": "1.2.0",
"packages/zstd": "1.1.1",
"packages/wasm": "2.20.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.1.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.1.0...wasm-root-v3.1.1) (2024-08-15)


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* Release Please Publish ([#250](https://github.com/hpcc-systems/hpcc-js-wasm/issues/250)) ([ca67fa1](https://github.com/hpcc-systems/hpcc-js-wasm/commit/ca67fa1a7a36650f7e3406db624c12965a3e514c))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))

## [3.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.0.0...wasm-root-v3.1.0) (2024-08-14)


Expand Down
30 changes: 15 additions & 15 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.1.0",
"version": "3.1.1",
"description": "hpcc-js - WASM Libraries",
"keywords": [
"graphviz",
Expand Down
15 changes: 15 additions & 0 deletions packages/base91/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.1.0...wasm-base91-v1.2.0) (2024-08-15)


### Features

* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))

## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-base91-v1.0.2...wasm-base91-v1.1.0) (2024-08-14)


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

## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.1.0...wasm-duckdb-v1.2.0) (2024-08-15)


### Features

* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))

## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.0.1...wasm-duckdb-v1.1.0) (2024-08-14)


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

## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.1.0...wasm-expat-v1.2.0) (2024-08-15)


### Features

* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))

## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.0.1...wasm-expat-v1.1.0) (2024-08-14)


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

## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.1.0...wasm-graphviz-cli-v1.2.0) (2024-08-15)


### Features

* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))


### Dependencies

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

## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.0.4...wasm-graphviz-cli-v1.1.0) (2024-08-14)


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.1.0",
"version": "1.2.0",
"description": "hpcc-js - WASM Graphviz Cli",
"type": "module",
"bin": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"update-major": "npx -y npm-check-updates -u"
},
"dependencies": {
"@hpcc-js/wasm-graphviz": "1.1.0",
"@hpcc-js/wasm-graphviz": "1.2.0",
"yargs": "17.7.2"
},
"devDependencies": {},
Expand Down
14 changes: 14 additions & 0 deletions packages/graphviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.1.0...wasm-graphviz-v1.2.0) (2024-08-15)


### Features

* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))

## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.0.3...wasm-graphviz-v1.1.0) (2024-08-14)


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.1.0",
"version": "1.2.0",
"description": "hpcc-js - WASM Graphviz",
"type": "module",
"exports": {
Expand Down
26 changes: 26 additions & 0 deletions packages/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [2.20.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.19.0...wasm-v2.20.0) (2024-08-15)


### Features

* Bump Versions ([#241](https://github.com/hpcc-systems/hpcc-js-wasm/issues/241)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* Release Please fails to publish ([#246](https://github.com/hpcc-systems/hpcc-js-wasm/issues/246)) ([fccd582](https://github.com/hpcc-systems/hpcc-js-wasm/commit/fccd58255035da8f1755809dcb29c4b4736443a4))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @hpcc-js/wasm-base91 bumped from 1.1.0 to 1.2.0
* @hpcc-js/wasm-duckdb bumped from 1.1.0 to 1.2.0
* @hpcc-js/wasm-expat bumped from 1.1.0 to 1.2.0
* @hpcc-js/wasm-graphviz bumped from 1.1.0 to 1.2.0
* @hpcc-js/wasm-zstd bumped from 1.1.0 to 1.1.1

## [2.19.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.18.3...wasm-v2.19.0) (2024-08-14)


Expand Down
12 changes: 6 additions & 6 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.19.0",
"version": "2.20.0",
"description": "hpcc-js - WASM Libraries",
"type": "module",
"exports": {
Expand Down Expand Up @@ -78,11 +78,11 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@hpcc-js/wasm-base91": "1.1.0",
"@hpcc-js/wasm-duckdb": "1.1.0",
"@hpcc-js/wasm-expat": "1.1.0",
"@hpcc-js/wasm-graphviz": "1.1.0",
"@hpcc-js/wasm-zstd": "1.1.0",
"@hpcc-js/wasm-base91": "1.2.0",
"@hpcc-js/wasm-duckdb": "1.2.0",
"@hpcc-js/wasm-expat": "1.2.0",
"@hpcc-js/wasm-graphviz": "1.2.0",
"@hpcc-js/wasm-zstd": "1.1.1",
"esbuild-plugin-umd-wrapper": "3.0.0"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/zstd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-zstd-v1.1.0...wasm-zstd-v1.1.1) (2024-08-15)


### Bug Fixes

* Graphviz not including html table support ([#252](https://github.com/hpcc-systems/hpcc-js-wasm/issues/252)) ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))
* UMD files were not backward compatible ([11fd7e7](https://github.com/hpcc-systems/hpcc-js-wasm/commit/11fd7e7d20b2b8fa7a0d3832775aedb4cd7e9bd3))

## [1.1.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-zstd-v1.0.2...wasm-zstd-v1.1.0) (2024-08-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/zstd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wasm-zstd",
"version": "1.1.0",
"version": "1.1.1",
"description": "hpcc-js - WASM zstd",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7c8edd5

Please sign in to comment.