Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @hpcc-js/[email protected]
 - @hpcc-js/[email protected]
 - @hpcc-js/[email protected]
 - @hpcc-js/[email protected]
 - @hpcc-js/[email protected]
  • Loading branch information
GordonSmith committed Jun 25, 2024
1 parent 5c9226c commit 1fff8fb
Show file tree
Hide file tree
Showing 11 changed files with 164 additions and 22 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

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

87 changes: 87 additions & 0 deletions packages/codemirror-shim/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,93 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.35.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-25)


### Features

* Add SQL support to codemirror ([e66a715](https://github.com/hpcc-systems/Visualization/commit/e66a715ff3e378e393d2eef03e78f81b0cbd2472))



## 2.105.10 (2024-06-19)



## 2.105.9 (2024-05-24)



## 2.105.8 (2024-04-24)



## 2.105.7 (2024-04-22)



## 2.105.6 (2024-04-17)



## 2.105.5 (2024-03-28)



## 2.105.4 (2024-03-21)



## 2.105.3 (2024-03-19)



## 2.105.2 (2024-03-15)



## 2.105.1 (2024-03-15)



# 2.105.0 (2024-03-08)



## 2.104.42 (2024-02-28)



## 2.104.41 (2024-02-16)



## 2.104.40 (2024-02-15)



## 2.104.39 (2024-02-06)



## 2.104.38 (2024-02-06)



## 2.104.37 (2024-01-25)



## 2.104.36 (2024-01-23)



## 2.104.35 (2024-01-18)





## [2.34.7](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-01-18)


Expand Down
2 changes: 1 addition & 1 deletion packages/codemirror-shim/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/codemirror-shim",
"version": "2.34.7",
"version": "2.35.0",
"description": "hpcc-js - codemirror shim",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down
19 changes: 19 additions & 0 deletions packages/codemirror/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.62.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-25)


### Features

* Add SQL support to codemirror ([e66a715](https://github.com/hpcc-systems/Visualization/commit/e66a715ff3e378e393d2eef03e78f81b0cbd2472))



## 2.105.10 (2024-06-19)



## 2.105.9 (2024-05-24)





## [2.61.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-05-24)


Expand Down
4 changes: 2 additions & 2 deletions packages/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/codemirror",
"version": "2.61.4",
"version": "2.62.0",
"description": "hpcc-js - Viz Code Mirror",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@hpcc-js/bundle": "^2.11.5",
"@hpcc-js/codemirror-shim": "^2.34.7",
"@hpcc-js/codemirror-shim": "^2.35.0",
"tslib": "2.6.2"
},
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.74.5](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-25)



## 2.105.10 (2024-06-19)

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





## [2.74.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/eclwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "2.74.4",
"version": "2.74.5",
"description": "hpcc-js - ECL Watch",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -38,7 +38,7 @@
"update": "npx --yes npm-check-updates -u -t minor"
},
"dependencies": {
"@hpcc-js/codemirror": "^2.61.4",
"@hpcc-js/codemirror": "^2.62.0",
"@hpcc-js/common": "^2.71.17",
"@hpcc-js/comms": "^2.92.2",
"@hpcc-js/dgrid": "^2.32.20",
Expand Down
12 changes: 12 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.105.11](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-25)



## 2.105.10 (2024-06-19)

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





## [2.105.10](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-19)


Expand Down
8 changes: 4 additions & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/loader",
"version": "2.105.10",
"version": "2.105.11",
"description": "hpcc-js - Loader",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -40,20 +40,20 @@
"dependencies": {
"@hpcc-js/api": "^2.12.17",
"@hpcc-js/chart": "^2.83.3",
"@hpcc-js/codemirror": "^2.61.4",
"@hpcc-js/codemirror": "^2.62.0",
"@hpcc-js/common": "^2.71.17",
"@hpcc-js/comms": "^2.92.2",
"@hpcc-js/composite": "^2.7.27",
"@hpcc-js/dgrid": "^2.32.20",
"@hpcc-js/dgrid2": "^2.3.19",
"@hpcc-js/eclwatch": "^2.74.4",
"@hpcc-js/eclwatch": "^2.74.5",
"@hpcc-js/form": "^2.10.20",
"@hpcc-js/graph": "^2.85.15",
"@hpcc-js/html": "^2.42.20",
"@hpcc-js/layout": "^2.49.22",
"@hpcc-js/map": "^2.77.21",
"@hpcc-js/map-deck": "^2.7.19",
"@hpcc-js/marshaller": "^2.25.49",
"@hpcc-js/marshaller": "^2.25.50",
"@hpcc-js/observablehq-compiler": "^1.2.12",
"@hpcc-js/other": "^2.15.22",
"@hpcc-js/phosphor": "^2.18.8",
Expand Down
12 changes: 12 additions & 0 deletions packages/marshaller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.25.50](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-25)



## 2.105.10 (2024-06-19)

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





## [2.25.49](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/[email protected]...@hpcc-js/[email protected]) (2024-06-19)


Expand Down
4 changes: 2 additions & 2 deletions packages/marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/marshaller",
"version": "2.25.49",
"version": "2.25.50",
"description": "hpcc-js - Viz Marshaller",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@hpcc-js/chart": "^2.83.3",
"@hpcc-js/codemirror": "^2.61.4",
"@hpcc-js/codemirror": "^2.62.0",
"@hpcc-js/common": "^2.71.17",
"@hpcc-js/comms": "^2.92.2",
"@hpcc-js/composite": "^2.7.27",
Expand Down

0 comments on commit 1fff8fb

Please sign in to comment.