Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
".": "2.18.2",
"packages/base91": "1.0.2",
"packages/duckdb": "1.0.1",
"packages/expat": "1.0.1",
"packages/graphviz": "1.0.3",
"packages/graphviz-cli": "1.0.4",
"packages/wasm": "3.0.0",
"packages/zstd": "1.0.2"
".": "3.0.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/wasm": "3.1.0",
"packages/zstd": "1.1.0"
}
125 changes: 125 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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

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


### Features

* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
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.0.2",
"version": "1.1.0",
"description": "hpcc-js - WASM Base91",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/duckdb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
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.0.1",
"version": "1.1.0",
"description": "hpcc-js - WASM DuckDB",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/expat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
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.0.1",
"version": "1.1.0",
"description": "hpcc-js - WASM expat",
"type": "module",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions packages/graphviz-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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


### Features

* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/wasm-graphviz bumped from 1.0.2 to 1.1.0
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.0.4",
"version": "1.1.0",
"description": "hpcc-js - WASM Graphviz Cli",
"type": "module",
"bin": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"lint": "run-p lint-eslint lint-skypack"
},
"dependencies": {
"@hpcc-js/wasm-graphviz": "1.0.2",
"@hpcc-js/wasm-graphviz": "1.1.0",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/graphviz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
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.0.3",
"version": "1.1.0",
"description": "hpcc-js - WASM Graphviz",
"type": "module",
"exports": {
Expand Down
19 changes: 19 additions & 0 deletions packages/wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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


### Features

* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @hpcc-js/wasm-base91 bumped from 1.0.2 to 1.1.0
* @hpcc-js/wasm-duckdb bumped from 1.0.1 to 1.1.0
* @hpcc-js/wasm-expat bumped from 1.0.1 to 1.1.0
* @hpcc-js/wasm-graphviz bumped from 1.0.2 to 1.1.0
* @hpcc-js/wasm-zstd bumped from 1.0.2 to 1.1.0
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": "3.0.0",
"version": "3.1.0",
"description": "hpcc-js - WASM Libraries",
"type": "module",
"exports": {
Expand Down Expand Up @@ -77,11 +77,11 @@
},
"devDependencies": {
"@hpcc-js/esbuild-plugins": "1.0.7",
"@hpcc-js/wasm-base91": "1.0.2",
"@hpcc-js/wasm-duckdb": "1.0.1",
"@hpcc-js/wasm-expat": "1.0.1",
"@hpcc-js/wasm-graphviz": "1.0.2",
"@hpcc-js/wasm-zstd": "1.0.2",
"@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",
"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
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* Convert to monorepo ([5e20bbd](https://github.com/hpcc-systems/hpcc-js-wasm/commit/5e20bbdaa32a4ae304e79cabe22a9bf1a38a482b))
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.0.2",
"version": "1.1.0",
"description": "hpcc-js - WASM zstd",
"type": "module",
"exports": {
Expand Down