Skip to content

Commit

Permalink
chore(publish): Bump versions and build all
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Apr 21, 2020
1 parent cf444f0 commit c0355a5
Show file tree
Hide file tree
Showing 47 changed files with 272 additions and 73 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hpcc-js",
"version": "2.15.10",
"version": "2.15.11",
"description": "HPCC Visualization Framework",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/api";
export const PKG_VERSION = "2.8.18";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/chart/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/chart";
export const PKG_VERSION = "2.27.10";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/codemirror-shim/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/codemirror-shim";
export const PKG_VERSION = "2.14.0";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/codemirror/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/codemirror";
export const PKG_VERSION = "2.14.0";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/common/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/common";
export const PKG_VERSION = "2.24.0";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/comms/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/comms";
export const PKG_VERSION = "2.13.8";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
20 changes: 20 additions & 0 deletions packages/composite/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.29](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/composite@2.5.23...@hpcc-js/composite@2.5.29) (2020-04-21)



## 2.15.10 (2020-04-21)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)

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





## [2.5.28](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/composite@2.5.23...@hpcc-js/composite@2.5.28) (2020-04-21)


Expand Down
10 changes: 5 additions & 5 deletions packages/composite/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/composite",
"version": "2.5.28",
"version": "2.5.29",
"description": "hpcc-js - Viz Composite",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -30,12 +30,12 @@
"@hpcc-js/api": "^2.8.18",
"@hpcc-js/chart": "^2.27.10",
"@hpcc-js/common": "^2.24.0",
"@hpcc-js/dgrid": "^2.8.13",
"@hpcc-js/dgrid": "^2.8.14",
"@hpcc-js/form": "^2.8.21",
"@hpcc-js/html": "^2.8.12",
"@hpcc-js/layout": "^2.16.24",
"@hpcc-js/other": "^2.13.27",
"@hpcc-js/phosphor": "^2.14.7"
"@hpcc-js/layout": "^2.16.25",
"@hpcc-js/other": "^2.13.28",
"@hpcc-js/phosphor": "^2.14.8"
},
"devDependencies": {
"@hpcc-js/bundle": "^2.10.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/composite/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/composite";
export const PKG_VERSION = "2.5.28";
export const BUILD_VERSION = "2.15.10";
export const PKG_VERSION = "2.5.29";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/ddl-shim/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/ddl-shim";
export const PKG_VERSION = "2.17.6";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/dgrid-shim/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/dgrid-shim";
export const PKG_VERSION = "2.11.12";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
33 changes: 33 additions & 0 deletions packages/dgrid/CHANGELOG.md
Expand Up @@ -3,6 +3,39 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.14](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/dgrid@2.8.8...@hpcc-js/dgrid@2.8.14) (2020-04-21)


### Bug Fixes

* **dgrid:** Formatter cell renderer regression ([58f7c1d](https://github.com/hpcc-systems/Visualization/commit/58f7c1d8b94dafd5ee9b900dcf66a8352bdd402b))



## 2.15.10 (2020-04-21)


### Bug Fixes

* **dgrid:** Allow embedding of html by default ([75157f1](https://github.com/hpcc-systems/Visualization/commit/75157f19685c77b31780c0d77ea1072f4c5879aa)), closes [#3573](https://github.com/hpcc-systems/Visualization/issues/3573)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)


### Bug Fixes

* **dgrid:** Nested tables not rendering correctly ([4e92090](https://github.com/hpcc-systems/Visualization/commit/4e92090fc98f76a99a14b135090f91ebe2ca4bc3))





## [2.8.13](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/dgrid@2.8.8...@hpcc-js/dgrid@2.8.13) (2020-04-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/dgrid/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/dgrid",
"version": "2.8.13",
"version": "2.8.14",
"description": "hpcc-js - Viz DGrid",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down
4 changes: 2 additions & 2 deletions packages/dgrid/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/dgrid";
export const PKG_VERSION = "2.8.13";
export const BUILD_VERSION = "2.15.10";
export const PKG_VERSION = "2.8.14";
export const BUILD_VERSION = "2.15.11";
23 changes: 23 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.24](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/eclwatch@2.8.18...@hpcc-js/eclwatch@2.8.24) (2020-04-21)



## 2.15.10 (2020-04-21)


### Bug Fixes

* **dgrid:** Allow embedding of html by default ([75157f1](https://github.com/hpcc-systems/Visualization/commit/75157f19685c77b31780c0d77ea1072f4c5879aa)), closes [#3573](https://github.com/hpcc-systems/Visualization/issues/3573)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)





## [2.8.23](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/eclwatch@2.8.18...@hpcc-js/eclwatch@2.8.23) (2020-04-21)


Expand Down
8 changes: 4 additions & 4 deletions packages/eclwatch/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "2.8.23",
"version": "2.8.24",
"description": "hpcc-js - ECL Watch",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -30,10 +30,10 @@
"@hpcc-js/codemirror": "^2.14.0",
"@hpcc-js/common": "^2.24.0",
"@hpcc-js/comms": "^2.13.8",
"@hpcc-js/dgrid": "^2.8.13",
"@hpcc-js/dgrid": "^2.8.14",
"@hpcc-js/graph": "^2.17.0",
"@hpcc-js/layout": "^2.16.24",
"@hpcc-js/phosphor": "^2.14.7",
"@hpcc-js/layout": "^2.16.25",
"@hpcc-js/phosphor": "^2.14.8",
"@hpcc-js/timeline": "^2.7.21",
"@hpcc-js/tree": "^2.12.9",
"@hpcc-js/util": "^2.12.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eclwatch/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/eclwatch";
export const PKG_VERSION = "2.8.23";
export const BUILD_VERSION = "2.15.10";
export const PKG_VERSION = "2.8.24";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/form/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/form";
export const PKG_VERSION = "2.8.21";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/graph/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/graph";
export const PKG_VERSION = "2.17.0";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/html/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/html";
export const PKG_VERSION = "2.8.12";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
20 changes: 20 additions & 0 deletions packages/layout/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.16.25](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/layout@2.16.19...@hpcc-js/layout@2.16.25) (2020-04-21)



## 2.15.10 (2020-04-21)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)

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





## [2.16.24](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/layout@2.16.19...@hpcc-js/layout@2.16.24) (2020-04-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/layout",
"version": "2.16.24",
"version": "2.16.25",
"description": "hpcc-js - Viz Layout",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@hpcc-js/api": "^2.8.18",
"@hpcc-js/common": "^2.24.0",
"@hpcc-js/dgrid": "^2.8.13"
"@hpcc-js/dgrid": "^2.8.14"
},
"devDependencies": {
"@hpcc-js/bundle": "^2.10.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/layout/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/layout";
export const PKG_VERSION = "2.16.24";
export const BUILD_VERSION = "2.15.10";
export const PKG_VERSION = "2.16.25";
export const BUILD_VERSION = "2.15.11";
23 changes: 23 additions & 0 deletions packages/loader/CHANGELOG.md
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.15.11](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/loader@2.15.5...@hpcc-js/loader@2.15.11) (2020-04-21)



## 2.15.10 (2020-04-21)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)


### Bug Fixes

* **wasm:** Bump wasm version to resolve folder override issue. ([6c53c18](https://github.com/hpcc-systems/Visualization/commit/6c53c182f01357445e2f2955d6f36ac8d500afc7))





## [2.15.10](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/loader@2.15.5...@hpcc-js/loader@2.15.10) (2020-04-21)


Expand Down
18 changes: 9 additions & 9 deletions packages/loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/loader",
"version": "2.15.10",
"version": "2.15.11",
"description": "hpcc-js - Loader",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -32,19 +32,19 @@
"@hpcc-js/codemirror": "^2.14.0",
"@hpcc-js/common": "^2.24.0",
"@hpcc-js/comms": "^2.13.8",
"@hpcc-js/composite": "^2.5.28",
"@hpcc-js/dgrid": "^2.8.13",
"@hpcc-js/eclwatch": "^2.8.23",
"@hpcc-js/composite": "^2.5.29",
"@hpcc-js/dgrid": "^2.8.14",
"@hpcc-js/eclwatch": "^2.8.24",
"@hpcc-js/form": "^2.8.21",
"@hpcc-js/graph": "^2.17.0",
"@hpcc-js/html": "^2.8.12",
"@hpcc-js/layout": "^2.16.24",
"@hpcc-js/map": "^2.14.27",
"@hpcc-js/layout": "^2.16.25",
"@hpcc-js/map": "^2.14.28",
"@hpcc-js/map-deck": "^2.5.15",
"@hpcc-js/marshaller": "^2.23.15",
"@hpcc-js/marshaller": "^2.23.16",
"@hpcc-js/observable-md": "^2.2.6",
"@hpcc-js/other": "^2.13.27",
"@hpcc-js/phosphor": "^2.14.7",
"@hpcc-js/other": "^2.13.28",
"@hpcc-js/phosphor": "^2.14.8",
"@hpcc-js/react": "^2.9.9",
"@hpcc-js/timeline": "^2.7.21",
"@hpcc-js/tree": "^2.12.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/loader/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/loader";
export const PKG_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.10";
export const PKG_VERSION = "2.15.11";
export const BUILD_VERSION = "2.15.11";
2 changes: 1 addition & 1 deletion packages/map-deck/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/map-deck";
export const PKG_VERSION = "2.5.15";
export const BUILD_VERSION = "2.15.10";
export const BUILD_VERSION = "2.15.11";
20 changes: 20 additions & 0 deletions packages/map/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.14.28](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/map@2.14.22...@hpcc-js/map@2.14.28) (2020-04-21)



## 2.15.10 (2020-04-21)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)

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





## [2.14.27](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/map@2.14.22...@hpcc-js/map@2.14.27) (2020-04-21)


Expand Down

0 comments on commit c0355a5

Please sign in to comment.