File tree 14 files changed +84
-27
lines changed
14 files changed +84
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 3.5.1 " ,
2
+ "." : " 3.6.0 " ,
3
3
"packages/base91" : " 1.3.1" ,
4
- "packages/duckdb" : " 1.5.1 " ,
5
- "packages/expat" : " 1.3.1 " ,
6
- "packages/graphviz" : " 1.6.1 " ,
7
- "packages/graphviz-cli" : " 1.2.5 " ,
4
+ "packages/duckdb" : " 1.6.0 " ,
5
+ "packages/expat" : " 1.3.2 " ,
6
+ "packages/graphviz" : " 1.7.0 " ,
7
+ "packages/graphviz-cli" : " 1.2.6 " ,
8
8
"packages/zstd" : " 1.2.1" ,
9
- "packages/wasm" : " 2.22.3 "
9
+ "packages/wasm" : " 2.22.4 "
10
10
}
Original file line number Diff line number Diff line change @@ -8,6 +8,20 @@ _This changelog is now a summary of all changes across all packages in the mono
8
8
9
9
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.
10
10
11
+ ## [ 3.6.0] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.5.1...wasm-root-v3.6.0 ) (2024-12-10)
12
+
13
+
14
+ ### Features
15
+
16
+ * Bump DuckDB version to 1.1.3 ([ 33d08e2] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/33d08e26736f71b58d109163bb9c885512c852f2 ) )
17
+ * Bump graphviz version to 12.2.0 ([ 0427987] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/0427987a317f478ef02f4101034728135d38732d ) )
18
+ * Bump versions ([ 2ae7438] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/2ae7438aa992b26044b43f7ee71753ff57b7c9e6 ) )
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * Ossar tests failing with new eslint file format ([ 1e753a3] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/1e753a3c05604bef98e5719d609cb72fa06d25fc ) )
24
+
11
25
## [ 3.5.1] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-root-v3.5.0...wasm-root-v3.5.1 ) (2024-09-29)
12
26
13
27
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/wasm-root" ,
3
3
"private" : true ,
4
- "version" : " 3.5.1 " ,
4
+ "version" : " 3.6.0 " ,
5
5
"description" : " hpcc-js - WASM Libraries" ,
6
6
"keywords" : [
7
7
" graphviz" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 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)
4
+
5
+
6
+ ### Features
7
+
8
+ * Bump DuckDB version to 1.1.3 ([ 33d08e2] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/33d08e26736f71b58d109163bb9c885512c852f2 ) )
9
+ * Bump versions ([ 2ae7438] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/2ae7438aa992b26044b43f7ee71753ff57b7c9e6 ) )
10
+
3
11
## [ 1.5.1] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-duckdb-v1.5.0...wasm-duckdb-v1.5.1 ) (2024-09-29)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/wasm-duckdb" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.6.0 " ,
4
4
"description" : " hpcc-js - WASM DuckDB" ,
5
5
"type" : " module" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 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)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Ossar tests failing with new eslint file format ([ 1e753a3] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/1e753a3c05604bef98e5719d609cb72fa06d25fc ) )
9
+
3
10
## [ 1.3.1] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-expat-v1.3.0...wasm-expat-v1.3.1 ) (2024-09-29)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/wasm-expat" ,
3
- "version" : " 1.3.1 " ,
3
+ "version" : " 1.3.2 " ,
4
4
"description" : " hpcc-js - WASM expat" ,
5
5
"type" : " module" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.6] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.2.5...wasm-graphviz-cli-v1.2.6 ) (2024-12-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @hpcc-js/wasm-graphviz bumped from ^1.6.1 to ^1.7.0
11
+
3
12
## [ 1.2.5] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-cli-v1.2.4...wasm-graphviz-cli-v1.2.5 ) (2024-09-29)
4
13
5
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/wasm-graphviz-cli" ,
3
- "version" : " 1.2.5 " ,
3
+ "version" : " 1.2.6 " ,
4
4
"description" : " hpcc-js - WASM Graphviz Cli" ,
5
5
"type" : " module" ,
6
6
"bin" : {
36
36
"update-major" : " npx -y npm-check-updates -u"
37
37
},
38
38
"dependencies" : {
39
- "@hpcc-js/wasm-graphviz" : " ^1.6.1 " ,
39
+ "@hpcc-js/wasm-graphviz" : " ^1.7.0 " ,
40
40
"yargs" : " 17.7.2"
41
41
},
42
42
"devDependencies" : {},
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.7.0] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.6.1...wasm-graphviz-v1.7.0 ) (2024-12-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * Bump graphviz version to 12.2.0 ([ 0427987] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/0427987a317f478ef02f4101034728135d38732d ) )
9
+ * Bump versions ([ 2ae7438] ( https://github.com/hpcc-systems/hpcc-js-wasm/commit/2ae7438aa992b26044b43f7ee71753ff57b7c9e6 ) )
10
+
3
11
## [ 1.6.1] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-graphviz-v1.6.0...wasm-graphviz-v1.6.1 ) (2024-09-29)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/wasm-graphviz" ,
3
- "version" : " 1.6.1 " ,
3
+ "version" : " 1.7.0 " ,
4
4
"description" : " hpcc-js - WASM Graphviz" ,
5
5
"type" : " module" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.22.4] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.22.3...wasm-v2.22.4 ) (2024-12-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * devDependencies
10
+ * @hpcc-js/wasm-duckdb bumped from 1.5.1 to 1.6.0
11
+ * @hpcc-js/wasm-expat bumped from 1.3.1 to 1.3.2
12
+ * @hpcc-js/wasm-graphviz bumped from 1.6.1 to 1.7.0
13
+
3
14
## [ 2.22.3] ( https://github.com/hpcc-systems/hpcc-js-wasm/compare/wasm-v2.22.2...wasm-v2.22.3 ) (2024-09-29)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hpcc-js/wasm" ,
3
- "version" : " 2.22.3 " ,
3
+ "version" : " 2.22.4 " ,
4
4
"description" : " hpcc-js - WASM Libraries" ,
5
5
"type" : " module" ,
6
6
"exports" : {
79
79
},
80
80
"devDependencies" : {
81
81
"@hpcc-js/wasm-base91" : " 1.3.1" ,
82
- "@hpcc-js/wasm-duckdb" : " 1.5.1 " ,
83
- "@hpcc-js/wasm-expat" : " 1.3.1 " ,
84
- "@hpcc-js/wasm-graphviz" : " 1.6.1 " ,
82
+ "@hpcc-js/wasm-duckdb" : " 1.6.0 " ,
83
+ "@hpcc-js/wasm-expat" : " 1.3.2 " ,
84
+ "@hpcc-js/wasm-graphviz" : " 1.7.0 " ,
85
85
"@hpcc-js/wasm-zstd" : " 1.2.1" ,
86
86
"esbuild-plugin-umd-wrapper" : " 3.0.0"
87
87
},
You can’t perform that action at this time.
0 commit comments