Skip to content

Commit

Permalink
release: bump version to 4.0.1 w/ changelog
Browse files Browse the repository at this point in the history
* chore: update release script

* release: bump version to 4.0.1 w/ changelog

Co-authored-by: shlomiassaf <[email protected]>
  • Loading branch information
shlomiassaf and shlomiassaf authored Oct 2, 2022
1 parent e825e4f commit 7beb16a
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 158 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.0.1 (2022-10-02)

### ngrid

| | |
| ---------- | --------------------- |
| bug fix | **core:** fix issue with TypeScript DOM library update ([db0b8ca93c526c5604b28c56dff8c6457c3d38f5](https://github.com/shlomiassaf/ngrid/commit/db0b8ca93c526c5604b28c56dff8c6457c3d38f5)) |
| bug fix | support header & footer background colors in theming ([e825e4fe16ef07093ef41b665dbf596f305f614c](https://github.com/shlomiassaf/ngrid/commit/e825e4fe16ef07093ef41b665dbf596f305f614c)) |
| bug fix | **target-events:** expose mouseUp & mouseDown events in target events plugin ([c460d3bd1ce7cb7f026712c2f3d5baac84eab50c](https://github.com/shlomiassaf/ngrid/commit/c460d3bd1ce7cb7f026712c2f3d5baac84eab50c)) |

# 4.0.0 (2022-01-12)

### ngrid
Expand Down
4 changes: 2 additions & 2 deletions libs/ngrid-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@pebula/ngrid-bootstrap",
"version": "4.0.0",
"version": "4.0.1",
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": "^8.0.0",
"@pebula/ngrid": "4.0.0"
"@pebula/ngrid": "4.0.1"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions libs/ngrid-material/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@pebula/ngrid-material",
"version": "4.0.0",
"version": "4.0.1",
"peerDependencies": {
"@angular/material": "^12.0.0",
"@pebula/ngrid": "4.0.0"
"@pebula/ngrid": "4.0.1"
}
}
2 changes: 1 addition & 1 deletion libs/ngrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pebula/ngrid",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"peerDependencies": {
"@angular/core": ">=12.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pebula",
"version": "4.0.0",
"version": "4.0.1",
"description": "Angular Grid",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -92,7 +92,7 @@
"@nrwl/node": "12.3.3",
"@nrwl/tao": "12.3.3",
"@nrwl/workspace": "12.3.3",
"@octokit/rest": "^16.28.1",
"@octokit/rest": "^19.0.4",
"@rigor789/remark-autolink-headings": "^5.1.0",
"@types/cypress-image-snapshot": "^3.1.2",
"@types/express-serve-static-core": "^4.17.8",
Expand Down
Loading

0 comments on commit 7beb16a

Please sign in to comment.