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 Dec 22, 2020
1 parent 90dcb97 commit f3768f0
Show file tree
Hide file tree
Showing 20 changed files with 141 additions and 33 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)


### Bug Fixes

* **core:** change moment/lodash imports so it works with ES6 module ([#210](https://github.com/ghiscoding/slickgrid-universal/issues/210)) ([2d25d3b](https://github.com/ghiscoding/slickgrid-universal/commit/2d25d3b99f7be93f2bc69f006fb67a39cf39ce7c))
* **core:** use regular imports instead of require to load plugins ([#209](https://github.com/ghiscoding/slickgrid-universal/issues/209)) ([6816696](https://github.com/ghiscoding/slickgrid-universal/commit/6816696c98be0d2dd80c1ff49358bd49ee7caacb))


### Features

* **filters:** add Autocomplete/Select Filters collection observers ([#208](https://github.com/ghiscoding/slickgrid-universal/issues/208)) ([3b3b463](https://github.com/ghiscoding/slickgrid-universal/commit/3b3b4631e5d878ba72d5f2579c5a6b05cc1a7028))





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package slickgrid-universal
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)


### Features

* **filters:** add Autocomplete/Select Filters collection observers ([#208](https://github.com/ghiscoding/slickgrid-universal/issues/208)) ([3b3b463](https://github.com/ghiscoding/slickgrid-universal/commit/3b3b4631e5d878ba72d5f2579c5a6b05cc1a7028))





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package webpack-demo-vanilla-bundle
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.7.7",
"version": "0.8.0",
"private": true,
"description": "SlickGrid-Universal demo",
"directories": {
Expand All @@ -25,10 +25,10 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7",
"@slickgrid-universal/excel-export": "^0.7.7",
"@slickgrid-universal/text-export": "^0.7.7",
"@slickgrid-universal/vanilla-bundle": "^0.7.7",
"@slickgrid-universal/common": "^0.8.0",
"@slickgrid-universal/excel-export": "^0.8.0",
"@slickgrid-universal/text-export": "^0.8.0",
"@slickgrid-universal/vanilla-bundle": "^0.8.0",
"bulma": "^0.9.1",
"moment-mini": "^2.24.0"
},
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.7.7",
"version": "0.8.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
17 changes: 17 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)


### Bug Fixes

* **core:** change moment/lodash imports so it works with ES6 module ([#210](https://github.com/ghiscoding/slickgrid-universal/issues/210)) ([2d25d3b](https://github.com/ghiscoding/slickgrid-universal/commit/2d25d3b99f7be93f2bc69f006fb67a39cf39ce7c))
* **core:** use regular imports instead of require to load plugins ([#209](https://github.com/ghiscoding/slickgrid-universal/issues/209)) ([6816696](https://github.com/ghiscoding/slickgrid-universal/commit/6816696c98be0d2dd80c1ff49358bd49ee7caacb))


### Features

* **filters:** add Autocomplete/Select Filters collection observers ([#208](https://github.com/ghiscoding/slickgrid-universal/issues/208)) ([3b3b463](https://github.com/ghiscoding/slickgrid-universal/commit/3b3b4631e5d878ba72d5f2579c5a6b05cc1a7028))





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/common
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/common",
"version": "0.7.7",
"version": "0.8.0",
"description": "SlickGrid-Universal Common Code",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -91,4 +91,4 @@
"node": ">=12.0.0",
"npm": ">=6.14.0"
}
}
}
8 changes: 8 additions & 0 deletions packages/composite-editor-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)

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





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/composite-editor-component
Expand Down
6 changes: 3 additions & 3 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.7.7",
"version": "0.8.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 Expand Up @@ -38,7 +38,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7",
"@slickgrid-universal/common": "^0.8.0",
"dompurify": "^2.2.4"
},
"devDependencies": {
Expand All @@ -47,4 +47,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
8 changes: 8 additions & 0 deletions packages/empty-warning-component/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)

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





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component
Expand Down
6 changes: 3 additions & 3 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.7.7",
"version": "0.8.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 @@ -38,7 +38,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7",
"@slickgrid-universal/common": "^0.8.0",
"dompurify": "^2.2.4"
},
"devDependencies": {
Expand All @@ -47,4 +47,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
11 changes: 11 additions & 0 deletions packages/excel-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)


### Bug Fixes

* **core:** change moment/lodash imports so it works with ES6 module ([#210](https://github.com/ghiscoding/slickgrid-universal/issues/210)) ([2d25d3b](https://github.com/ghiscoding/slickgrid-universal/commit/2d25d3b99f7be93f2bc69f006fb67a39cf39ce7c))





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/excel-export
Expand Down
6 changes: 3 additions & 3 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.7.7",
"version": "0.8.0",
"description": "Excel Export (xls/xlsx) Service.",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7",
"@slickgrid-universal/common": "^0.8.0",
"excel-builder-webpacker": "^2.0.1",
"moment-mini": "^2.24.0"
},
Expand All @@ -47,4 +47,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
8 changes: 8 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)

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





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/graphql
Expand Down
6 changes: 3 additions & 3 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.7.7",
"version": "0.8.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 @@ -38,9 +38,9 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7"
"@slickgrid-universal/common": "^0.8.0"
},
"devDependencies": {
"moment-mini": "^2.24.0"
}
}
}
8 changes: 8 additions & 0 deletions packages/odata/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)

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





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/odata
Expand Down
6 changes: 3 additions & 3 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.7.7",
"version": "0.8.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 @@ -38,6 +38,6 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7"
"@slickgrid-universal/common": "^0.8.0"
}
}
}
8 changes: 8 additions & 0 deletions packages/text-export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)

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





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/text-export
Expand Down
6 changes: 3 additions & 3 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.7.7",
"version": "0.8.0",
"description": "Export to Text File (csv/txt) Service.",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7",
"@slickgrid-universal/common": "^0.8.0",
"text-encoding-utf-8": "^1.0.2"
},
"devDependencies": {
Expand All @@ -47,4 +47,4 @@
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}
}
12 changes: 12 additions & 0 deletions packages/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.8.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.7...v0.8.0) (2020-12-22)


### Bug Fixes

* **core:** change moment/lodash imports so it works with ES6 module ([#210](https://github.com/ghiscoding/slickgrid-universal/issues/210)) ([2d25d3b](https://github.com/ghiscoding/slickgrid-universal/commit/2d25d3b99f7be93f2bc69f006fb67a39cf39ce7c))
* **core:** use regular imports instead of require to load plugins ([#209](https://github.com/ghiscoding/slickgrid-universal/issues/209)) ([6816696](https://github.com/ghiscoding/slickgrid-universal/commit/6816696c98be0d2dd80c1ff49358bd49ee7caacb))





## [0.7.7](https://github.com/ghiscoding/slickgrid-universal/compare/v0.7.6...v0.7.7) (2020-12-20)

**Note:** Version bump only for package @slickgrid-universal/vanilla-bundle
Expand Down
14 changes: 7 additions & 7 deletions 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.7.7",
"version": "0.8.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 Expand Up @@ -46,11 +46,11 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.7.7",
"@slickgrid-universal/composite-editor-component": "^0.7.7",
"@slickgrid-universal/empty-warning-component": "^0.7.7",
"@slickgrid-universal/excel-export": "^0.7.7",
"@slickgrid-universal/text-export": "^0.7.7",
"@slickgrid-universal/common": "^0.8.0",
"@slickgrid-universal/composite-editor-component": "^0.8.0",
"@slickgrid-universal/empty-warning-component": "^0.8.0",
"@slickgrid-universal/excel-export": "^0.8.0",
"@slickgrid-universal/text-export": "^0.8.0",
"dompurify": "^2.2.4",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^3.0.0"
Expand All @@ -66,4 +66,4 @@
"ts-loader": "^8.0.12",
"webpack": "^4.44.2"
}
}
}

0 comments on commit f3768f0

Please sign in to comment.