diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6020486..82fe12440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + + +### Bug Fixes + +* **editors:** styling issue found with input group and Bootstrap ([18a9d02](https://github.com/ghiscoding/slickgrid-universal/commit/18a9d020a5d0016643e6a2ab8dbd93f896dcbc8b)) + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) diff --git a/examples/webpack-demo-vanilla-bundle/CHANGELOG.md b/examples/webpack-demo-vanilla-bundle/CHANGELOG.md index 7fc3fa74e..9d6566ecc 100644 --- a/examples/webpack-demo-vanilla-bundle/CHANGELOG.md +++ b/examples/webpack-demo-vanilla-bundle/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package webpack-demo-vanilla-bundle + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package webpack-demo-vanilla-bundle diff --git a/examples/webpack-demo-vanilla-bundle/package.json b/examples/webpack-demo-vanilla-bundle/package.json index a1f0b75f6..b005ebf9d 100644 --- a/examples/webpack-demo-vanilla-bundle/package.json +++ b/examples/webpack-demo-vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "webpack-demo-vanilla-bundle", - "version": "0.11.1", + "version": "0.11.2", "private": true, "description": "SlickGrid-Universal demo", "directories": { @@ -24,10 +24,10 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1", - "@slickgrid-universal/excel-export": "^0.11.1", - "@slickgrid-universal/text-export": "^0.11.1", - "@slickgrid-universal/vanilla-bundle": "^0.11.1", + "@slickgrid-universal/common": "^0.11.2", + "@slickgrid-universal/excel-export": "^0.11.2", + "@slickgrid-universal/text-export": "^0.11.2", + "@slickgrid-universal/vanilla-bundle": "^0.11.2", "bulma": "^0.9.2", "moment-mini": "^2.24.0", "whatwg-fetch": "^3.6.1" diff --git a/lerna.json b/lerna.json index 28076caca..b0df766ff 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.11.1", + "version": "0.11.2", "command": { "publish": { "conventionalCommits": true diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 2da2c88ce..f08bb0733 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + + +### Bug Fixes + +* **editors:** styling issue found with input group and Bootstrap ([18a9d02](https://github.com/ghiscoding/slickgrid-universal/commit/18a9d020a5d0016643e6a2ab8dbd93f896dcbc8b)) + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) diff --git a/packages/common/package.json b/packages/common/package.json index 32f21f82e..5029ac881 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/common", - "version": "0.11.1", + "version": "0.11.2", "description": "SlickGrid-Universal Common Code", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/composite-editor-component/CHANGELOG.md b/packages/composite-editor-component/CHANGELOG.md index cd205c400..b80ae9f1a 100644 --- a/packages/composite-editor-component/CHANGELOG.md +++ b/packages/composite-editor-component/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package @slickgrid-universal/composite-editor-component + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package @slickgrid-universal/composite-editor-component diff --git a/packages/composite-editor-component/package.json b/packages/composite-editor-component/package.json index 13fb4fec9..8677c7802 100644 --- a/packages/composite-editor-component/package.json +++ b/packages/composite-editor-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/composite-editor-component", - "version": "0.11.1", + "version": "0.11.2", "description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -39,7 +39,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1", + "@slickgrid-universal/common": "^0.11.2", "dompurify": "^2.2.6" }, "devDependencies": { diff --git a/packages/empty-warning-component/CHANGELOG.md b/packages/empty-warning-component/CHANGELOG.md index 961006d0a..1dab16f59 100644 --- a/packages/empty-warning-component/CHANGELOG.md +++ b/packages/empty-warning-component/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package @slickgrid-universal/empty-warning-component + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package @slickgrid-universal/empty-warning-component diff --git a/packages/empty-warning-component/package.json b/packages/empty-warning-component/package.json index 287abf58b..a9779b03d 100644 --- a/packages/empty-warning-component/package.json +++ b/packages/empty-warning-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/empty-warning-component", - "version": "0.11.1", + "version": "0.11.2", "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -39,7 +39,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1", + "@slickgrid-universal/common": "^0.11.2", "dompurify": "^2.2.6" }, "devDependencies": { diff --git a/packages/excel-export/CHANGELOG.md b/packages/excel-export/CHANGELOG.md index 19066ce82..f6b1958a1 100644 --- a/packages/excel-export/CHANGELOG.md +++ b/packages/excel-export/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package @slickgrid-universal/excel-export + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package @slickgrid-universal/excel-export diff --git a/packages/excel-export/package.json b/packages/excel-export/package.json index 1c6971a68..b3c9ca5c7 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/excel-export", - "version": "0.11.1", + "version": "0.11.2", "description": "Excel Export (xls/xlsx) Service.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -39,7 +39,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1", + "@slickgrid-universal/common": "^0.11.2", "excel-builder-webpacker": "^2.1.0", "moment-mini": "^2.24.0" }, diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index 4836113c7..cae76f226 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package @slickgrid-universal/graphql + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package @slickgrid-universal/graphql diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 52471eb35..c6d1991d9 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/graphql", - "version": "0.11.1", + "version": "0.11.2", "description": "GraphQL Service to sync a grid with a GraphQL backend server", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -39,7 +39,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1" + "@slickgrid-universal/common": "^0.11.2" }, "devDependencies": { "moment-mini": "^2.24.0" diff --git a/packages/odata/CHANGELOG.md b/packages/odata/CHANGELOG.md index 9d6663864..641dfc68f 100644 --- a/packages/odata/CHANGELOG.md +++ b/packages/odata/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package @slickgrid-universal/odata + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package @slickgrid-universal/odata diff --git a/packages/odata/package.json b/packages/odata/package.json index 9586733f3..86794e35a 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/odata", - "version": "0.11.1", + "version": "0.11.2", "description": "Grid OData Service to sync a grid with an OData backend server", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -39,6 +39,6 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1" + "@slickgrid-universal/common": "^0.11.2" } } diff --git a/packages/text-export/CHANGELOG.md b/packages/text-export/CHANGELOG.md index c25d77dfb..f5ad994e6 100644 --- a/packages/text-export/CHANGELOG.md +++ b/packages/text-export/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package @slickgrid-universal/text-export + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package @slickgrid-universal/text-export diff --git a/packages/text-export/package.json b/packages/text-export/package.json index 745e8abc7..9c3951131 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/text-export", - "version": "0.11.1", + "version": "0.11.2", "description": "Export to Text File (csv/txt) Service.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -39,7 +39,7 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1", + "@slickgrid-universal/common": "^0.11.2", "text-encoding-utf-8": "^1.0.2" }, "devDependencies": { diff --git a/packages/vanilla-bundle/CHANGELOG.md b/packages/vanilla-bundle/CHANGELOG.md index 793e46f71..6bab1216f 100644 --- a/packages/vanilla-bundle/CHANGELOG.md +++ b/packages/vanilla-bundle/CHANGELOG.md @@ -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.11.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.1...v0.11.2) (2021-02-27) + +**Note:** Version bump only for package @slickgrid-universal/vanilla-bundle + + + + + ## [0.11.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.11.0...v0.11.1) (2021-02-27) **Note:** Version bump only for package @slickgrid-universal/vanilla-bundle diff --git a/packages/vanilla-bundle/package.json b/packages/vanilla-bundle/package.json index 852e7da3d..e9daa495b 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-bundle", - "version": "0.11.1", + "version": "0.11.2", "description": "Vanilla Slick Grid Bundle - Framework agnostic the output is to be used in vanilla JS/TS - Written in TypeScript and we also use WebPack to bundle everything into 1 JS file.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -46,11 +46,11 @@ "not dead" ], "dependencies": { - "@slickgrid-universal/common": "^0.11.1", - "@slickgrid-universal/composite-editor-component": "^0.11.1", - "@slickgrid-universal/empty-warning-component": "^0.11.1", - "@slickgrid-universal/excel-export": "^0.11.1", - "@slickgrid-universal/text-export": "^0.11.1", + "@slickgrid-universal/common": "^0.11.2", + "@slickgrid-universal/composite-editor-component": "^0.11.2", + "@slickgrid-universal/empty-warning-component": "^0.11.2", + "@slickgrid-universal/excel-export": "^0.11.2", + "@slickgrid-universal/text-export": "^0.11.2", "dompurify": "^2.2.6", "whatwg-fetch": "^3.6.1" },