Skip to content

Commit

Permalink
chore(release): 4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Jul 28, 2022
1 parent 9d37fc1 commit 1637175
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [4.2.3](https://github.com/ghiscoding/aurelia-slickgrid/compare/v4.2.2...v4.2.3) (2022-07-28)

### [4.2.2](https://github.com/ghiscoding/aurelia-slickgrid/compare/v4.2.1...v4.2.2) (2022-07-07)

### [4.2.1](https://github.com/ghiscoding/aurelia-slickgrid/compare/v4.2.0...v4.2.1) (2022-07-07)
Expand Down
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-slickgrid",
"version": "4.2.2",
"version": "4.2.3",
"description": "Slickgrid components made available in Aurelia",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -59,19 +59,18 @@
"build:demo": "webpack --env production"
},
"dependencies": {
"@slickgrid-universal/common": "1.3.3",
"@slickgrid-universal/custom-footer-component": "1.3.3",
"@slickgrid-universal/empty-warning-component": "1.3.3",
"@slickgrid-universal/event-pub-sub": "1.3.3",
"@slickgrid-universal/pagination-component": "1.3.3",
"@slickgrid-universal/row-detail-view-plugin": "1.3.3",
"@slickgrid-universal/common": "~1.3.5",
"@slickgrid-universal/custom-footer-component": "~1.3.5",
"@slickgrid-universal/empty-warning-component": "~1.3.5",
"@slickgrid-universal/event-pub-sub": "~1.3.5",
"@slickgrid-universal/pagination-component": "~1.3.5",
"@slickgrid-universal/row-detail-view-plugin": "~1.3.5",
"aurelia-event-aggregator": "^1.0.3",
"aurelia-framework": "^1.4.1",
"aurelia-i18n": "^3.1.4",
"aurelia-pal": "^1.8.2",
"dompurify": "^2.3.10",
"jquery": "^3.6.0",
"typescript": ">=4.6.4"
"jquery": "^3.6.0"
},
"peerDependencies": {
"i18next": ">= 14.1.1"
Expand All @@ -80,20 +79,20 @@
"@faker-js/faker": "^7.3.0",
"@fnando/sparkline": "^0.3.10",
"@popperjs/core": "^2.11.5",
"@slickgrid-universal/composite-editor-component": "1.3.3",
"@slickgrid-universal/custom-tooltip-plugin": "1.3.3",
"@slickgrid-universal/excel-export": "1.3.3",
"@slickgrid-universal/graphql": "1.3.3",
"@slickgrid-universal/odata": "1.3.3",
"@slickgrid-universal/rxjs-observable": "1.3.3",
"@slickgrid-universal/text-export": "1.3.3",
"@slickgrid-universal/composite-editor-component": "~1.3.5",
"@slickgrid-universal/custom-tooltip-plugin": "~1.3.5",
"@slickgrid-universal/excel-export": "~1.3.5",
"@slickgrid-universal/graphql": "~1.3.5",
"@slickgrid-universal/odata": "~1.3.5",
"@slickgrid-universal/rxjs-observable": "~1.3.6",
"@slickgrid-universal/text-export": "~1.3.5",
"@types/bluebird": "^3.5.36",
"@types/dompurify": "^2.3.3",
"@types/fnando__sparkline": "^0.3.4",
"@types/i18next-xhr-backend": "^1.4.2",
"@types/jest": "^28.1.6",
"@types/jquery": "^3.5.14",
"@types/node": "^17.0.38",
"@types/node": "^18.6.2",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
Expand All @@ -117,7 +116,6 @@
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"css-loader": "6.7.1",
"del": "^6.1.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.20.0",
"eslint-plugin-import": "^2.26.0",
Expand Down Expand Up @@ -149,6 +147,7 @@
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.9",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
Expand Down

0 comments on commit 1637175

Please sign in to comment.