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 May 14, 2020
1 parent 0d04236 commit 1b2c7d8
Show file tree
Hide file tree
Showing 45 changed files with 405 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hpcc-js",
"version": "2.15.15",
"version": "2.15.16",
"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.19";
export const BUILD_VERSION = "2.15.15";
export const BUILD_VERSION = "2.15.16";
54 changes: 54 additions & 0 deletions packages/chart/CHANGELOG.md
Expand Up @@ -3,6 +3,60 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.31.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.31.0) (2020-05-14)


### Features

* **Axis:** Add label / icon mapping ([259c06a](https://github.com/hpcc-systems/Visualization/commit/259c06a2d999ddfc996804379cf26e4ace8da9ab))



## 2.15.15 (2020-05-12)



## 2.15.14 (2020-05-07)


### Features

* Add Column innerText and value font props ([a8ef440](https://github.com/hpcc-systems/Visualization/commit/a8ef4407b96689562ccd50c5ab3ce7c7100617b9)), closes [#3568](https://github.com/hpcc-systems/Visualization/issues/3568)



## 2.15.13 (2020-04-24)



## 2.15.12 (2020-04-22)


### Features

* Add __lparam to color callbacks ([ef920bd](https://github.com/hpcc-systems/Visualization/commit/ef920bd8c209f8475dbb18bd1a2d8cca482b2333))
* Add fontSize and fontFamily to Axis ([d84a62a](https://github.com/hpcc-systems/Visualization/commit/d84a62ad7a6d265839ab3213eff037181eb81b20)), closes [#3569](https://github.com/hpcc-systems/Visualization/issues/3569)



## 2.15.11 (2020-04-21)



## 2.15.10 (2020-04-21)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)





# [2.30.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.30.0) (2020-05-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/chart/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/chart",
"version": "2.30.0",
"version": "2.31.0",
"description": "hpcc-js - Viz Chart",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down
4 changes: 2 additions & 2 deletions packages/chart/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/chart";
export const PKG_VERSION = "2.30.0";
export const BUILD_VERSION = "2.15.15";
export const PKG_VERSION = "2.31.0";
export const BUILD_VERSION = "2.15.16";
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.15.0";
export const BUILD_VERSION = "2.15.15";
export const BUILD_VERSION = "2.15.16";
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.15.0";
export const BUILD_VERSION = "2.15.15";
export const BUILD_VERSION = "2.15.16";
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.25.0";
export const BUILD_VERSION = "2.15.15";
export const BUILD_VERSION = "2.15.16";
43 changes: 43 additions & 0 deletions packages/comms/CHANGELOG.md
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.12](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/comms@2.13.4...@hpcc-js/comms@2.13.12) (2020-05-14)


### Bug Fixes

* **WsStore:** Assume WsStore may not exist ([211cd84](https://github.com/hpcc-systems/Visualization/commit/211cd8410e0dd325736eb889015aff44533b34b5))



## 2.15.15 (2020-05-12)



## 2.15.14 (2020-05-07)



## 2.15.13 (2020-04-24)



## 2.15.12 (2020-04-22)



## 2.15.11 (2020-04-21)



## 2.15.10 (2020-04-21)



## 2.15.9 (2020-04-17)



## 2.15.7 (2020-04-11)





## [2.13.11](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/comms@2.13.4...@hpcc-js/comms@2.13.11) (2020-05-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/comms/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/comms",
"version": "2.13.11",
"version": "2.13.12",
"description": "hpcc-js - Communications",
"main": "dist/index.node.js",
"module": "dist/index.es6",
Expand Down
4 changes: 2 additions & 2 deletions packages/comms/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/comms";
export const PKG_VERSION = "2.13.11";
export const BUILD_VERSION = "2.15.15";
export const PKG_VERSION = "2.13.12";
export const BUILD_VERSION = "2.15.16";
40 changes: 40 additions & 0 deletions packages/composite/CHANGELOG.md
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.34](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/composite@2.5.23...@hpcc-js/composite@2.5.34) (2020-05-14)



## 2.15.15 (2020-05-12)



## 2.15.14 (2020-05-07)



## 2.15.13 (2020-04-24)



## 2.15.12 (2020-04-22)



## 2.15.11 (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.33](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/composite@2.5.23...@hpcc-js/composite@2.5.33) (2020-05-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/composite/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/composite",
"version": "2.5.33",
"version": "2.5.34",
"description": "hpcc-js - Viz Composite",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"dependencies": {
"@hpcc-js/api": "^2.8.19",
"@hpcc-js/chart": "^2.30.0",
"@hpcc-js/chart": "^2.31.0",
"@hpcc-js/common": "^2.25.0",
"@hpcc-js/dgrid": "^2.8.17",
"@hpcc-js/form": "^2.8.24",
"@hpcc-js/form": "^2.8.25",
"@hpcc-js/html": "^2.8.13",
"@hpcc-js/layout": "^2.16.28",
"@hpcc-js/other": "^2.13.31",
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.33";
export const BUILD_VERSION = "2.15.15";
export const PKG_VERSION = "2.5.34";
export const BUILD_VERSION = "2.15.16";
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.8";
export const BUILD_VERSION = "2.15.15";
export const BUILD_VERSION = "2.15.16";
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.13";
export const BUILD_VERSION = "2.15.15";
export const BUILD_VERSION = "2.15.16";
2 changes: 1 addition & 1 deletion packages/dgrid/src/__package__.ts
@@ -1,3 +1,3 @@
export const PKG_NAME = "@hpcc-js/dgrid";
export const PKG_VERSION = "2.8.17";
export const BUILD_VERSION = "2.15.15";
export const BUILD_VERSION = "2.15.16";
43 changes: 43 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Expand Up @@ -3,6 +3,49 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.29](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/eclwatch@2.8.18...@hpcc-js/eclwatch@2.8.29) (2020-05-14)



## 2.15.15 (2020-05-12)



## 2.15.14 (2020-05-07)



## 2.15.13 (2020-04-24)



## 2.15.12 (2020-04-22)



## 2.15.11 (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.28](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/eclwatch@2.8.18...@hpcc-js/eclwatch@2.8.28) (2020-05-12)


Expand Down
6 changes: 3 additions & 3 deletions packages/eclwatch/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "2.8.28",
"version": "2.8.29",
"description": "hpcc-js - ECL Watch",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"@hpcc-js/codemirror": "^2.15.0",
"@hpcc-js/common": "^2.25.0",
"@hpcc-js/comms": "^2.13.11",
"@hpcc-js/comms": "^2.13.12",
"@hpcc-js/dgrid": "^2.8.17",
"@hpcc-js/graph": "^2.20.0",
"@hpcc-js/layout": "^2.16.28",
"@hpcc-js/phosphor": "^2.14.11",
"@hpcc-js/timeline": "^2.7.24",
"@hpcc-js/timeline": "^2.7.25",
"@hpcc-js/tree": "^2.12.10",
"@hpcc-js/util": "^2.13.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.28";
export const BUILD_VERSION = "2.15.15";
export const PKG_VERSION = "2.8.29";
export const BUILD_VERSION = "2.15.16";
40 changes: 40 additions & 0 deletions packages/form/CHANGELOG.md
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.8.25](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/form@2.8.16...@hpcc-js/form@2.8.25) (2020-05-14)



## 2.15.15 (2020-05-12)



## 2.15.14 (2020-05-07)



## 2.15.13 (2020-04-24)



## 2.15.12 (2020-04-22)



## 2.15.11 (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/form





## [2.8.24](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/form@2.8.16...@hpcc-js/form@2.8.24) (2020-05-12)


Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/form",
"version": "2.8.24",
"version": "2.8.25",
"description": "hpcc-js - Viz Form",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@hpcc-js/api": "^2.8.19",
"@hpcc-js/chart": "^2.30.0",
"@hpcc-js/chart": "^2.31.0",
"@hpcc-js/common": "^2.25.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1b2c7d8

Please sign in to comment.