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 7, 2020
1 parent 19145b2 commit 55913b8
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 7 deletions.
11 changes: 11 additions & 0 deletions 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.4.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.1...v0.4.2) (2020-12-07)


### Bug Fixes

* **exports:** deprecated exportOptions should still be working ([19145b2](https://github.com/ghiscoding/slickgrid-universal/commit/19145b26274859b7ba24cf1196262deb74fdb389))





## [0.4.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.0...v0.4.1) (2020-12-07)


Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.1...v0.4.2) (2020-12-07)

**Note:** Version bump only for package webpack-demo-vanilla-bundle





## [0.4.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.0...v0.4.1) (2020-12-07)

**Note:** Version bump only for package webpack-demo-vanilla-bundle
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "0.4.2",
"private": true,
"description": "SlickGrid-Universal demo",
"directories": {
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@slickgrid-universal/common": "^0.4.0",
"@slickgrid-universal/excel-export": "^0.4.1",
"@slickgrid-universal/text-export": "^0.4.1",
"@slickgrid-universal/vanilla-bundle": "^0.4.1",
"@slickgrid-universal/text-export": "^0.4.2",
"@slickgrid-universal/vanilla-bundle": "^0.4.2",
"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.4.1",
"version": "0.4.2",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/text-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.4.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.1...v0.4.2) (2020-12-07)


### Bug Fixes

* **exports:** deprecated exportOptions should still be working ([19145b2](https://github.com/ghiscoding/slickgrid-universal/commit/19145b26274859b7ba24cf1196262deb74fdb389))





## [0.4.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.0...v0.4.1) (2020-12-07)


Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "0.4.2",
"description": "Export to Text File (csv/txt) Service.",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/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.4.2](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.1...v0.4.2) (2020-12-07)


### Bug Fixes

* **exports:** deprecated exportOptions should still be working ([19145b2](https://github.com/ghiscoding/slickgrid-universal/commit/19145b26274859b7ba24cf1196262deb74fdb389))





## [0.4.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.4.0...v0.4.1) (2020-12-07)

**Note:** Version bump only for package @slickgrid-universal/vanilla-bundle
Expand Down
4 changes: 2 additions & 2 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.4.1",
"version": "0.4.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.",
"browser": "src/index.ts",
"main": "dist/commonjs/index.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@slickgrid-universal/common": "^0.4.0",
"@slickgrid-universal/excel-export": "^0.4.1",
"@slickgrid-universal/text-export": "^0.4.1",
"@slickgrid-universal/text-export": "^0.4.2",
"dompurify": "^2.2.2",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^3.0.0"
Expand Down

0 comments on commit 55913b8

Please sign in to comment.