From 1e5df55308ddc4e58c6f3de23e975a01afded185 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Fri, 10 Dec 2021 19:00:07 -0500 Subject: [PATCH] chore(build): bump version manually for GA prep - Conventional Commits won't bump to v1.0.0 due to a conventional commit bug in Lerna, so we are bumping manually in preparation for the release --- examples/webpack-demo-vanilla-bundle/package.json | 2 +- lerna.json | 4 ++-- packages/binding/package.json | 2 +- packages/common/package.json | 2 +- packages/composite-editor-component/package.json | 2 +- packages/custom-footer-component/package.json | 4 ++-- packages/custom-tooltip-plugin/package.json | 2 +- packages/empty-warning-component/package.json | 4 ++-- packages/event-pub-sub/package.json | 4 ++-- packages/excel-export/package.json | 4 ++-- packages/graphql/package.json | 4 ++-- packages/odata/package.json | 4 ++-- packages/pagination-component/package.json | 4 ++-- packages/rxjs-observable/package.json | 4 ++-- packages/text-export/package.json | 4 ++-- packages/vanilla-bundle/package.json | 2 +- packages/vanilla-force-bundle/package.json | 2 +- 17 files changed, 27 insertions(+), 27 deletions(-) diff --git a/examples/webpack-demo-vanilla-bundle/package.json b/examples/webpack-demo-vanilla-bundle/package.json index 31d7b9645..88b0e8135 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.19.2", + "version": "1.0.0", "private": true, "description": "SlickGrid-Universal demo", "directories": { diff --git a/lerna.json b/lerna.json index 51477c5f7..a8c56f2b5 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.19.2", + "version": "1.0.0", "command": { "publish": { "conventionalCommits": true @@ -13,4 +13,4 @@ "message": "chore(release): publish new version" } } -} +} \ No newline at end of file diff --git a/packages/binding/package.json b/packages/binding/package.json index b7afa70e6..96e2debca 100644 --- a/packages/binding/package.json +++ b/packages/binding/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/binding", - "version": "0.19.2", + "version": "1.0.0", "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", diff --git a/packages/common/package.json b/packages/common/package.json index 726b3d5ef..c4e0bbe51 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/common", - "version": "0.19.2", + "version": "1.0.0", "description": "SlickGrid-Universal Common Code", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/composite-editor-component/package.json b/packages/composite-editor-component/package.json index 9000e3dae..8306d3f29 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.19.2", + "version": "1.0.0", "description": "Slick Composite Editor Component - Vanilla Implementation of a Composite Editor Modal Window Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", diff --git a/packages/custom-footer-component/package.json b/packages/custom-footer-component/package.json index 6a1fd3851..804411f1c 100644 --- a/packages/custom-footer-component/package.json +++ b/packages/custom-footer-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/custom-footer-component", - "version": "0.19.2", + "version": "1.0.0", "description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -56,4 +56,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/custom-tooltip-plugin/package.json b/packages/custom-tooltip-plugin/package.json index 5e822dfc9..ddd9b044b 100644 --- a/packages/custom-tooltip-plugin/package.json +++ b/packages/custom-tooltip-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/custom-tooltip-plugin", - "version": "0.19.2", + "version": "1.0.0", "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", diff --git a/packages/empty-warning-component/package.json b/packages/empty-warning-component/package.json index 63e812db4..bd4981863 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.19.2", + "version": "1.0.0", "description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -55,4 +55,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/event-pub-sub/package.json b/packages/event-pub-sub/package.json index 18e9b6edd..32e0d6659 100644 --- a/packages/event-pub-sub/package.json +++ b/packages/event-pub-sub/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/event-pub-sub", - "version": "0.19.2", + "version": "1.0.0", "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", @@ -55,4 +55,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/excel-export/package.json b/packages/excel-export/package.json index a5934f227..018658832 100644 --- a/packages/excel-export/package.json +++ b/packages/excel-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/excel-export", - "version": "0.19.2", + "version": "1.0.0", "description": "Excel Export (xls/xlsx) Service.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -57,4 +57,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 73f377d9e..9f5497fdb 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/graphql", - "version": "0.19.2", + "version": "1.0.0", "description": "GraphQL Service to sync a grid with a GraphQL backend server", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -53,4 +53,4 @@ "devDependencies": { "moment-mini": "^2.24.0" } -} +} \ No newline at end of file diff --git a/packages/odata/package.json b/packages/odata/package.json index 548828eee..5b003f3a8 100644 --- a/packages/odata/package.json +++ b/packages/odata/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/odata", - "version": "0.19.2", + "version": "1.0.0", "description": "Grid OData Service to sync a grid with an OData backend server", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -50,4 +50,4 @@ "dependencies": { "@slickgrid-universal/common": "^0.19.2" } -} +} \ No newline at end of file diff --git a/packages/pagination-component/package.json b/packages/pagination-component/package.json index 1d6a056b6..0e9bbc469 100644 --- a/packages/pagination-component/package.json +++ b/packages/pagination-component/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/pagination-component", - "version": "0.19.2", + "version": "1.0.0", "description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -61,4 +61,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/rxjs-observable/package.json b/packages/rxjs-observable/package.json index 638e0cf59..e76276294 100644 --- a/packages/rxjs-observable/package.json +++ b/packages/rxjs-observable/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/rxjs-observable", - "version": "0.19.2", + "version": "1.0.0", "description": "RxJS Observable Wrapper", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -56,4 +56,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/text-export/package.json b/packages/text-export/package.json index 4f6708707..61ae87a78 100644 --- a/packages/text-export/package.json +++ b/packages/text-export/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/text-export", - "version": "0.19.2", + "version": "1.0.0", "description": "Export to Text File (csv/txt) Service.", "main": "dist/commonjs/index.js", "browser": "src/index.ts", @@ -57,4 +57,4 @@ "npm-run-all": "^4.1.5", "rimraf": "^3.0.2" } -} +} \ No newline at end of file diff --git a/packages/vanilla-bundle/package.json b/packages/vanilla-bundle/package.json index 73cf935e6..0c18bf80e 100644 --- a/packages/vanilla-bundle/package.json +++ b/packages/vanilla-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-bundle", - "version": "0.19.2", + "version": "1.0.0", "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", diff --git a/packages/vanilla-force-bundle/package.json b/packages/vanilla-force-bundle/package.json index f7c159636..ed887897f 100644 --- a/packages/vanilla-force-bundle/package.json +++ b/packages/vanilla-force-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@slickgrid-universal/vanilla-force-bundle", - "version": "0.19.2", + "version": "1.0.0", "description": "Vanilla Slick Grid Bundle (mostly exist for our Salesforce implementation) - Similar to Vanilla Bundle, the only difference is that it adds extra packages within its bundle (CustomTooltip, CompositeEditor & TextExport)", "main": "dist/commonjs/index.js", "browser": "src/index.ts",