Skip to content

Commit

Permalink
chore(release): publish %
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 2, 2020
1 parent 36d272b commit 63a17aa
Show file tree
Hide file tree
Showing 16 changed files with 113 additions and 19 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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)


### Bug Fixes

* **core:** properly export Enums, Interfaces, Services & Utilities ([#184](https://github.com/ghiscoding/slickgrid-universal/issues/184)) ([0c23398](https://github.com/ghiscoding/slickgrid-universal/commit/0c233984a6e9d718659c119b65a95d6c38d36b0c))
* **core:** showing/hiding column shouldn't affect its freezing position ([#185](https://github.com/ghiscoding/slickgrid-universal/issues/185)) ([2a812ed](https://github.com/ghiscoding/slickgrid-universal/commit/2a812edb82c8004ab43df224c67ede228ab72c00))


### Features

* **core:** add enableMouseWheelScrollHandler grid option ([#170](https://github.com/ghiscoding/slickgrid-universal/issues/170)) ([53598d9](https://github.com/ghiscoding/slickgrid-universal/commit/53598d9bf36d26c41e7587dd74678687ba47fb3d))





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)


### Bug Fixes

* **core:** showing/hiding column shouldn't affect its freezing position ([#185](https://github.com/ghiscoding/slickgrid-universal/issues/185)) ([2a812ed](https://github.com/ghiscoding/slickgrid-universal/commit/2a812edb82c8004ab43df224c67ede228ab72c00))





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


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.2.15",
"version": "0.3.0",
"private": true,
"description": "SlickGrid-Universal demo",
"directories": {
Expand All @@ -25,10 +25,10 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.2.15",
"@slickgrid-universal/excel-export": "^0.2.15",
"@slickgrid-universal/file-export": "^0.2.15",
"@slickgrid-universal/vanilla-bundle": "^0.2.15",
"@slickgrid-universal/common": "^0.3.0",
"@slickgrid-universal/excel-export": "^0.3.0",
"@slickgrid-universal/file-export": "^0.3.0",
"@slickgrid-universal/vanilla-bundle": "^0.3.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.2.15",
"version": "0.3.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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)


### Bug Fixes

* **core:** properly export Enums, Interfaces, Services & Utilities ([#184](https://github.com/ghiscoding/slickgrid-universal/issues/184)) ([0c23398](https://github.com/ghiscoding/slickgrid-universal/commit/0c233984a6e9d718659c119b65a95d6c38d36b0c))
* **core:** showing/hiding column shouldn't affect its freezing position ([#185](https://github.com/ghiscoding/slickgrid-universal/issues/185)) ([2a812ed](https://github.com/ghiscoding/slickgrid-universal/commit/2a812edb82c8004ab43df224c67ede228ab72c00))


### Features

* **core:** add enableMouseWheelScrollHandler grid option ([#170](https://github.com/ghiscoding/slickgrid-universal/issues/170)) ([53598d9](https://github.com/ghiscoding/slickgrid-universal/commit/53598d9bf36d26c41e7587dd74678687ba47fb3d))





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


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.2.15",
"version": "0.3.0",
"description": "SlickGrid-Universal Common Code",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/excel-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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)

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





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


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.2.15",
"version": "0.3.0",
"description": "Excel Export (xls/xlsx) Service.",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.2.15",
"@slickgrid-universal/common": "^0.3.0",
"excel-builder-webpacker": "^2.0.1",
"moment-mini": "^2.24.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/file-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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)

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





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/file-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@slickgrid-universal/file-export",
"version": "0.2.15",
"version": "0.3.0",
"description": "Export to File (CSV/TXT) Service.",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.2.15",
"@slickgrid-universal/common": "^0.3.0",
"text-encoding-utf-8": "^1.0.2"
},
"devDependencies": {
Expand Down
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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)

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





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


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.2.15",
"version": "0.3.0",
"description": "GraphQL Service to sync a grid with a GraphQL backend server",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.2.15"
"@slickgrid-universal/common": "^0.3.0"
},
"devDependencies": {
"moment-mini": "^2.24.0"
Expand Down
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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)

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





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


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.2.15",
"version": "0.3.0",
"description": "Grid OData Service to sync a grid with an OData backend server",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -37,6 +37,6 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.2.15"
"@slickgrid-universal/common": "^0.3.0"
}
}
17 changes: 17 additions & 0 deletions packages/vanilla-bundle/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.3.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.15...v0.3.0) (2020-12-02)


### Bug Fixes

* **core:** properly export Enums, Interfaces, Services & Utilities ([#184](https://github.com/ghiscoding/slickgrid-universal/issues/184)) ([0c23398](https://github.com/ghiscoding/slickgrid-universal/commit/0c233984a6e9d718659c119b65a95d6c38d36b0c))
* **core:** showing/hiding column shouldn't affect its freezing position ([#185](https://github.com/ghiscoding/slickgrid-universal/issues/185)) ([2a812ed](https://github.com/ghiscoding/slickgrid-universal/commit/2a812edb82c8004ab43df224c67ede228ab72c00))


### Features

* **core:** add enableMouseWheelScrollHandler grid option ([#170](https://github.com/ghiscoding/slickgrid-universal/issues/170)) ([53598d9](https://github.com/ghiscoding/slickgrid-universal/commit/53598d9bf36d26c41e7587dd74678687ba47fb3d))





## [0.2.15](https://github.com/ghiscoding/slickgrid-universal/compare/v0.2.0...v0.2.15) (2020-11-30)


Expand Down
8 changes: 4 additions & 4 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.2.15",
"version": "0.3.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.",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -44,9 +44,9 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.2.15",
"@slickgrid-universal/excel-export": "^0.2.15",
"@slickgrid-universal/file-export": "^0.2.15",
"@slickgrid-universal/common": "^0.3.0",
"@slickgrid-universal/excel-export": "^0.3.0",
"@slickgrid-universal/file-export": "^0.3.0",
"dompurify": "^2.2.2",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^3.0.0"
Expand Down

0 comments on commit 63a17aa

Please sign in to comment.