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 May 22, 2021
1 parent 4d6c358 commit 6709f5d
Show file tree
Hide file tree
Showing 22 changed files with 121 additions and 27 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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)


### Bug Fixes

* **editors:** revert to jquery element for aurelia-slickgrid to work ([4d6c358](https://github.com/ghiscoding/slickgrid-universal/commit/4d6c3580ee56df7ec8993176322aede6895f1745))





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


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.14.0",
"version": "0.14.1",
"private": true,
"description": "SlickGrid-Universal demo",
"directories": {
Expand All @@ -24,10 +24,10 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0",
"@slickgrid-universal/excel-export": "^0.14.0",
"@slickgrid-universal/text-export": "^0.14.0",
"@slickgrid-universal/vanilla-bundle": "^0.14.0",
"@slickgrid-universal/common": "^0.14.1",
"@slickgrid-universal/excel-export": "^0.14.1",
"@slickgrid-universal/text-export": "^0.14.1",
"@slickgrid-universal/vanilla-bundle": "^0.14.1",
"bulma": "^0.9.2",
"moment-mini": "^2.24.0",
"whatwg-fetch": "^3.6.2"
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.14.0",
"version": "0.14.1",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
11 changes: 11 additions & 0 deletions packages/common/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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)


### Bug Fixes

* **editors:** revert to jquery element for aurelia-slickgrid to work ([4d6c358](https://github.com/ghiscoding/slickgrid-universal/commit/4d6c3580ee56df7ec8993176322aede6895f1745))





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


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.14.0",
"version": "0.14.1",
"description": "SlickGrid-Universal Common Code",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down
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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


Expand Down
4 changes: 2 additions & 2 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.14.0",
"version": "0.14.1",
"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 @@ -39,7 +39,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0",
"@slickgrid-universal/common": "^0.14.1",
"assign-deep": "^1.0.1",
"dompurify": "^2.2.8"
},
Expand Down
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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)

**Note:** Version bump only for package @slickgrid-universal/empty-warning-component
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.14.0",
"version": "0.14.1",
"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 @@ -39,7 +39,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0",
"@slickgrid-universal/common": "^0.14.1",
"dompurify": "^2.2.8"
},
"devDependencies": {
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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


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.14.0",
"version": "0.14.1",
"description": "Excel Export (xls/xlsx) Service.",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0",
"@slickgrid-universal/common": "^0.14.1",
"excel-builder-webpacker": "^2.1.1",
"moment-mini": "^2.24.0"
},
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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


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.14.0",
"version": "0.14.1",
"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 @@ -39,7 +39,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0"
"@slickgrid-universal/common": "^0.14.1"
},
"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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


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.14.0",
"version": "0.14.1",
"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 @@ -39,6 +39,6 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0"
"@slickgrid-universal/common": "^0.14.1"
}
}
8 changes: 8 additions & 0 deletions packages/rxjs-observable/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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


Expand Down
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.14.0",
"version": "0.14.1",
"description": "RxJS Observable Wrapper",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0",
"@slickgrid-universal/common": "^0.14.1",
"rxjs": "^7.0.1"
},
"devDependencies": {
Expand Down
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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)

**Note:** Version bump only for package @slickgrid-universal/text-export
Expand Down
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.14.0",
"version": "0.14.1",
"description": "Export to Text File (csv/txt) Service.",
"main": "dist/commonjs/index.js",
"browser": "src/index.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"not dead"
],
"dependencies": {
"@slickgrid-universal/common": "^0.14.0",
"@slickgrid-universal/common": "^0.14.1",
"text-encoding-utf-8": "^1.0.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/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.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

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





# [0.14.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.13.0...v0.14.0) (2021-05-22)


Expand Down
12 changes: 6 additions & 6 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.14.0",
"version": "0.14.1",
"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.14.0",
"@slickgrid-universal/composite-editor-component": "^0.14.0",
"@slickgrid-universal/empty-warning-component": "^0.14.0",
"@slickgrid-universal/excel-export": "^0.14.0",
"@slickgrid-universal/text-export": "^0.14.0",
"@slickgrid-universal/common": "^0.14.1",
"@slickgrid-universal/composite-editor-component": "^0.14.1",
"@slickgrid-universal/empty-warning-component": "^0.14.1",
"@slickgrid-universal/excel-export": "^0.14.1",
"@slickgrid-universal/text-export": "^0.14.1",
"dompurify": "^2.2.8",
"whatwg-fetch": "^3.6.2"
},
Expand Down

0 comments on commit 6709f5d

Please sign in to comment.