Skip to content

Commit

Permalink
chore(build): bump version manually for GA prep
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
ghiscoding committed Dec 11, 2021
1 parent acbc512 commit 1e5df55
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.0.0",
"private": true,
"description": "SlickGrid-Universal demo",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.0.0",
"command": {
"publish": {
"conventionalCommits": true
Expand All @@ -13,4 +13,4 @@
"message": "chore(release): publish new version"
}
}
}
}
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.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",
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.2",
"version": "1.0.0",
"description": "SlickGrid-Universal Common Code",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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.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",
Expand Down
4 changes: 2 additions & 2 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.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",
Expand Down Expand Up @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion 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.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",
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.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",
Expand Down Expand Up @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
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.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",
Expand Down Expand Up @@ -55,4 +55,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
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.2",
"version": "1.0.0",
"description": "Excel Export (xls/xlsx) Service.",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -57,4 +57,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
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.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",
Expand Down Expand Up @@ -53,4 +53,4 @@
"devDependencies": {
"moment-mini": "^2.24.0"
}
}
}
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.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",
Expand Down Expand Up @@ -50,4 +50,4 @@
"dependencies": {
"@slickgrid-universal/common": "^0.19.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/pagination-component/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -61,4 +61,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/rxjs-observable/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -56,4 +56,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/text-export/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -57,4 +57,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/vanilla-bundle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla-force-bundle/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1e5df55

Please sign in to comment.