Skip to content

Commit

Permalink
chore(release): publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 19, 2021
1 parent ec01868 commit ea7000e
Show file tree
Hide file tree
Showing 32 changed files with 207 additions and 41 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)


### Bug Fixes

* **build:** add DOM purify optional default import to fix rollup builds ([3bd335d](https://github.com/ghiscoding/slickgrid-universal/commit/3bd335dd62d0829c1581ca0fde560c93dcd84458))
* **resizer:** use autosize width when total width smaller than viewport ([555fb0c](https://github.com/ghiscoding/slickgrid-universal/commit/555fb0cb793c111de837ffe6e9f212fcbf5ed701))
* **translation:** add new UNFREEZE_COLUMNS to fix translation ([0010861](https://github.com/ghiscoding/slickgrid-universal/commit/001086165434f619f1e90f664e2185b77fb6a92e))
* **translation:** add new UNFREEZE_COLUMNS to fix translation ([22ed231](https://github.com/ghiscoding/slickgrid-universal/commit/22ed2313c45587f2ebdb279c9e47df881c6f83d6))






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)


Expand Down
12 changes: 12 additions & 0 deletions examples/webpack-demo-vanilla-bundle/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.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)


### Bug Fixes

* **translation:** add new UNFREEZE_COLUMNS to fix translation ([22ed231](https://github.com/ghiscoding/slickgrid-universal/commit/22ed2313c45587f2ebdb279c9e47df881c6f83d6))






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)


Expand Down
10 changes: 5 additions & 5 deletions examples/webpack-demo-vanilla-bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo-vanilla-bundle",
"version": "0.19.1",
"version": "0.19.2",
"private": true,
"description": "SlickGrid-Universal demo",
"directories": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1",
"@slickgrid-universal/excel-export": "^0.19.1",
"@slickgrid-universal/text-export": "^0.19.1",
"@slickgrid-universal/vanilla-bundle": "^0.19.1",
"@slickgrid-universal/common": "^0.19.2",
"@slickgrid-universal/excel-export": "^0.19.2",
"@slickgrid-universal/text-export": "^0.19.2",
"@slickgrid-universal/vanilla-bundle": "^0.19.2",
"bulma": "^0.9.3",
"moment-mini": "^2.24.0",
"whatwg-fetch": "^3.6.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.19.1",
"version": "0.19.2",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
12 changes: 12 additions & 0 deletions packages/binding/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.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)


### Bug Fixes

* **build:** add DOM purify optional default import to fix rollup builds ([3bd335d](https://github.com/ghiscoding/slickgrid-universal/commit/3bd335dd62d0829c1581ca0fde560c93dcd84458))






# [0.19.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.18.0...v0.19.0) (2021-10-28)

**Note:** Version bump only for package @slickgrid-universal/binding
Expand Down
2 changes: 1 addition & 1 deletion packages/binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/binding",
"version": "0.19.0",
"version": "0.19.2",
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down
15 changes: 15 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)


### Bug Fixes

* **build:** add DOM purify optional default import to fix rollup builds ([3bd335d](https://github.com/ghiscoding/slickgrid-universal/commit/3bd335dd62d0829c1581ca0fde560c93dcd84458))
* **resizer:** use autosize width when total width smaller than viewport ([555fb0c](https://github.com/ghiscoding/slickgrid-universal/commit/555fb0cb793c111de837ffe6e9f212fcbf5ed701))
* **translation:** add new UNFREEZE_COLUMNS to fix translation ([0010861](https://github.com/ghiscoding/slickgrid-universal/commit/001086165434f619f1e90f664e2185b77fb6a92e))
* **translation:** add new UNFREEZE_COLUMNS to fix translation ([22ed231](https://github.com/ghiscoding/slickgrid-universal/commit/22ed2313c45587f2ebdb279c9e47df881c6f83d6))






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/common",
"version": "0.19.1",
"version": "0.19.2",
"description": "SlickGrid-Universal Common Code",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/composite-editor-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/composite-editor-component






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)

**Note:** Version bump only for package @slickgrid-universal/composite-editor-component
Expand Down
4 changes: 2 additions & 2 deletions packages/composite-editor-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/composite-editor-component",
"version": "0.19.1",
"version": "0.19.2",
"description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1",
"@slickgrid-universal/common": "^0.19.2",
"assign-deep": "^1.0.1"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/custom-footer-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/custom-footer-component






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)

**Note:** Version bump only for package @slickgrid-universal/custom-footer-component
Expand Down
6 changes: 3 additions & 3 deletions packages/custom-footer-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/custom-footer-component",
"version": "0.19.1",
"version": "0.19.2",
"description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,8 +48,8 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/binding": "^0.19.0",
"@slickgrid-universal/common": "^0.19.1"
"@slickgrid-universal/binding": "^0.19.2",
"@slickgrid-universal/common": "^0.19.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/custom-tooltip-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)

**Note:** Version bump only for package @slickgrid-universal/custom-tooltip-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-tooltip-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/custom-tooltip-plugin",
"version": "0.19.1",
"version": "0.19.2",
"description": "A plugin to add Custom Tooltip when hovering a cell, it subscribes to the cell",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1",
"@slickgrid-universal/common": "^0.19.2",
"dompurify": "^2.3.3"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/empty-warning-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component
Expand Down
4 changes: 2 additions & 2 deletions packages/empty-warning-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/empty-warning-component",
"version": "0.19.1",
"version": "0.19.2",
"description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1"
"@slickgrid-universal/common": "^0.19.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/event-pub-sub/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/event-pub-sub






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)

**Note:** Version bump only for package @slickgrid-universal/event-pub-sub
Expand Down
4 changes: 2 additions & 2 deletions packages/event-pub-sub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/event-pub-sub",
"version": "0.19.1",
"version": "0.19.2",
"description": "Simple Vanilla Implementation of an Event PubSub Service to do simply publish/subscribe inter-communication while optionally providing data in the event",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1"
"@slickgrid-universal/common": "^0.19.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/excel-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/excel-export






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/excel-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/excel-export",
"version": "0.19.1",
"version": "0.19.2",
"description": "Excel Export (xls/xlsx) Service.",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1",
"@slickgrid-universal/common": "^0.19.2",
"excel-builder-webpacker": "^2.1.6",
"moment-mini": "^2.24.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/graphql






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)

**Note:** Version bump only for package @slickgrid-universal/graphql
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/graphql",
"version": "0.19.1",
"version": "0.19.2",
"description": "GraphQL Service to sync a grid with a GraphQL backend server",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1"
"@slickgrid-universal/common": "^0.19.2"
},
"devDependencies": {
"moment-mini": "^2.24.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/odata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.1...v0.19.2) (2021-11-19)

**Note:** Version bump only for package @slickgrid-universal/odata






## [0.19.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.19.0...v0.19.1) (2021-11-15)

**Note:** Version bump only for package @slickgrid-universal/odata
Expand Down
4 changes: 2 additions & 2 deletions packages/odata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/odata",
"version": "0.19.1",
"version": "0.19.2",
"description": "Grid OData Service to sync a grid with an OData backend server",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -48,6 +48,6 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.19.1"
"@slickgrid-universal/common": "^0.19.2"
}
}
Loading

0 comments on commit ea7000e

Please sign in to comment.