Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @hpcc-js/wc-core@0.4.7
 - @hpcc-js/wc-editor@0.4.7
 - @hpcc-js/wc-layout@0.4.7
 - @hpcc-js/wc-observable@0.1.13
 - @hpcc-js/wc-preview@0.5.7
 - @hpcc-js/demo-react-typescript@0.3.7
 - @hpcc-js/api@2.12.10
 - @hpcc-js/chart@2.81.5
 - @hpcc-js/codemirror-shim@2.34.4
 - @hpcc-js/codemirror@2.60.10
 - @hpcc-js/common@2.71.10
 - @hpcc-js/comms@2.84.0
 - @hpcc-js/composite@2.7.12
 - @hpcc-js/dataflow@8.1.5
 - @hpcc-js/ddl-shim@2.20.4
 - @hpcc-js/deck-shim@2.6.4
 - @hpcc-js/dgrid-shim@2.24.5
 - @hpcc-js/dgrid@2.32.11
 - @hpcc-js/dgrid2@2.3.10
 - @hpcc-js/eclwatch@2.73.23
 - @hpcc-js/form@2.10.10
 - @hpcc-js/graph@2.85.6
 - @hpcc-js/html@2.42.11
 - @hpcc-js/layout@2.49.10
 - @hpcc-js/loader@2.104.26
 - @hpcc-js/map-deck@2.7.10
 - @hpcc-js/map@2.77.9
 - @hpcc-js/marshaller@2.25.23
 - @hpcc-js/observable-md@2.54.11
 - @hpcc-js/observable-shim@2.5.1
 - @hpcc-js/observablehq-compiler@1.2.7
 - @hpcc-js/other@2.15.10
 - @hpcc-js/phosphor-shim@2.14.5
 - @hpcc-js/phosphor@2.16.10
 - @hpcc-js/preact-shim@2.16.5
 - @hpcc-js/react@2.53.7
 - @hpcc-js/requirejs-shim@2.1.4
 - @hpcc-js/timeline@2.51.13
 - @hpcc-js/tree@2.40.10
 - @hpcc-js/util@2.50.4
 - @hpcc-js/bundle@2.11.4
  • Loading branch information
GordonSmith committed Sep 14, 2023
1 parent 1ad52a6 commit 2a41c15
Show file tree
Hide file tree
Showing 84 changed files with 1,603 additions and 579 deletions.
8 changes: 8 additions & 0 deletions components/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-core@0.4.6...@hpcc-js/wc-core@0.4.7) (2023-09-14)

**Note:** Version bump only for package @hpcc-js/wc-core





## [0.4.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-core@0.4.5...@hpcc-js/wc-core@0.4.6) (2023-06-08)

**Note:** Version bump only for package @hpcc-js/wc-core
Expand Down
4 changes: 2 additions & 2 deletions components/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wc-core",
"version": "0.4.6",
"version": "0.4.7",
"description": "hpcc-systems web component core library",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -29,7 +29,7 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/util": "^2.50.3"
"@hpcc-js/util": "^2.50.4"
},
"devDependencies": {
"@types/react": "16.14.42",
Expand Down
8 changes: 8 additions & 0 deletions components/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-editor@0.4.6...@hpcc-js/wc-editor@0.4.7) (2023-09-14)

**Note:** Version bump only for package @hpcc-js/wc-editor





## [0.4.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-editor@0.4.5...@hpcc-js/wc-editor@0.4.6) (2023-06-08)

**Note:** Version bump only for package @hpcc-js/wc-editor
Expand Down
4 changes: 2 additions & 2 deletions components/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wc-editor",
"version": "0.4.6",
"version": "0.4.7",
"description": "hpcc-systems web component editor library",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@codemirror/state": "6.2.1",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.13.0",
"@hpcc-js/wc-core": "^0.4.6",
"@hpcc-js/wc-core": "^0.4.7",
"tslib": "2.4.1"
},
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions components/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-layout@0.4.6...@hpcc-js/wc-layout@0.4.7) (2023-09-14)

**Note:** Version bump only for package @hpcc-js/wc-layout





## [0.4.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-layout@0.4.5...@hpcc-js/wc-layout@0.4.6) (2023-06-08)

**Note:** Version bump only for package @hpcc-js/wc-layout
Expand Down
4 changes: 2 additions & 2 deletions components/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wc-layout",
"version": "0.4.6",
"version": "0.4.7",
"description": "hpcc-systems web component layout library",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -29,7 +29,7 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/wc-core": "^0.4.6",
"@hpcc-js/wc-core": "^0.4.7",
"@lumino/dragdrop": "1.14.5",
"@lumino/messaging": "1.10.3",
"@lumino/widgets": "1.37.2",
Expand Down
8 changes: 8 additions & 0 deletions components/observable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.13](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-observable@0.1.12...@hpcc-js/wc-observable@0.1.13) (2023-09-14)

**Note:** Version bump only for package @hpcc-js/wc-observable





## [0.1.12](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-observable@0.1.11...@hpcc-js/wc-observable@0.1.12) (2023-06-08)

**Note:** Version bump only for package @hpcc-js/wc-observable
Expand Down
6 changes: 3 additions & 3 deletions components/observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wc-observable",
"version": "0.1.12",
"version": "0.1.13",
"description": "hpcc-systems web component ObservableHQ library",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -29,8 +29,8 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/observable-md": "^2.54.10",
"@hpcc-js/wc-core": "^0.4.6",
"@hpcc-js/observable-md": "^2.54.11",
"@hpcc-js/wc-core": "^0.4.7",
"tslib": "2.4.1"
},
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions components/preview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-preview@0.5.6...@hpcc-js/wc-preview@0.5.7) (2023-09-14)

**Note:** Version bump only for package @hpcc-js/wc-preview





## [0.5.6](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/wc-preview@0.5.5...@hpcc-js/wc-preview@0.5.6) (2023-06-08)

**Note:** Version bump only for package @hpcc-js/wc-preview
Expand Down
8 changes: 4 additions & 4 deletions components/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/wc-preview",
"version": "0.5.6",
"version": "0.5.7",
"description": "hpcc-systems web component preview library",
"sideEffects": false,
"type": "module",
Expand Down Expand Up @@ -29,9 +29,9 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/wc-core": "^0.4.6",
"@hpcc-js/wc-editor": "^0.4.6",
"@hpcc-js/wc-layout": "^0.4.6",
"@hpcc-js/wc-core": "^0.4.7",
"@hpcc-js/wc-editor": "^0.4.7",
"@hpcc-js/wc-layout": "^0.4.7",
"tslib": "2.4.1"
},
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions demos/react/typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.3.7](https://github.com/GordonSmith/Visualization/compare/@hpcc-js/demo-react-typescript@0.3.6...@hpcc-js/demo-react-typescript@0.3.7) (2023-09-14)


### Bug Fixes

* NodeJS v18 fetch + rejectUnauthorization = false ([d01d23f](https://github.com/GordonSmith/Visualization/commit/d01d23f5a5f8ed31b233800144be047d7c5f1495))





## [0.3.6](https://github.com/GordonSmith/Visualization/compare/@hpcc-js/demo-react-typescript@0.3.5...@hpcc-js/demo-react-typescript@0.3.6) (2023-06-08)

**Note:** Version bump only for package @hpcc-js/demo-react-typescript
Expand Down
8 changes: 4 additions & 4 deletions demos/react/typescript/package-lock.json

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

6 changes: 3 additions & 3 deletions demos/react/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@hpcc-js/demo-react-typescript",
"version": "0.3.6",
"version": "0.3.7",
"private": true,
"dependencies": {
"@hpcc-js/wc-layout": "^0.4.6",
"@hpcc-js/wc-layout": "^0.4.7",
"@lit-labs/react": "^1.2.0",
"@types/react": "^17.0.60",
"@types/react-dom": "^17.0.20",
Expand Down Expand Up @@ -45,4 +45,4 @@
"last 1 safari version"
]
}
}
}
Loading

0 comments on commit 2a41c15

Please sign in to comment.