Skip to content

Commit

Permalink
chore: bump version to # 4.0.0 w/ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiassaf committed Jan 12, 2022
1 parent 66a48ad commit 239e263
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 4.0.0 (2022-01-12)

### ngrid

| | |
| ---------- | --------------------- |
| bug fix | remove tilde from use rule ([66a48ad11c814f17d332d4c4e1e7261ea92122e3](https://github.com/shlomiassaf/ngrid/commit/66a48ad11c814f17d332d4c4e1e7261ea92122e3)) |


# 4.0.0-alpha.3 (2021-05-24)

### 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-alpha.3",
"version": "4.0.0",
"peerDependencies": {
"@ng-bootstrap/ng-bootstrap": "^8.0.0",
"@pebula/ngrid": "4.0.0-alpha.3"
"@pebula/ngrid": "4.0.0"
},
"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-alpha.3",
"version": "4.0.0",
"peerDependencies": {
"@angular/material": "^12.0.0",
"@pebula/ngrid": "4.0.0-alpha.3"
"@pebula/ngrid": "4.0.0"
}
}
6 changes: 3 additions & 3 deletions libs/ngrid/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@pebula/ngrid",
"version": "4.0.0-alpha.3",
"version": "4.0.0",
"license": "MIT",
"peerDependencies": {
"@angular/core": "^12.0.0",
"@angular/cdk": "^12.0.0"
"@angular/core": ">=12.0.0",
"@angular/cdk": ">=12.0.0"
},
"description": "Angular Grid",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pebula",
"version": "4.0.0-alpha.3",
"version": "4.0.0",
"description": "Angular Grid",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 239e263

Please sign in to comment.