Skip to content

Commit

Permalink
chore: bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tFaster committed Jun 6, 2023
1 parent 08b442f commit 90fefc2
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 80 deletions.
152 changes: 79 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tfaster/stacked-panels",
"version": "2.1.0",
"version": "3.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
Expand Down
12 changes: 6 additions & 6 deletions projects/stacked-panels/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@tfaster/stacked-panels",
"version": "2.1.0",
"version": "3.0.0",
"repository": {
"type" : "git",
"url" : "https://github.com/tFaster/stacked-panels"
},
"license": "MIT",
"homepage": "https://tfaster.github.io/stacked-panels/",
"peerDependencies": {
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/animations": "<17.0.0 || >=15.0.0",
"@angular/common": "<17.0.0 || >=15.0.0",
"@angular/core": "<17.0.0 || >=15.0.0",
"@angular/cdk": "<17.0.0 || >=15.0.0",
"rxjs": "^7.5.3",
"typescript": "~4.8.4"
"typescript": "~4.9.4"
},
"dependencies": {
"tslib": "^2.4.0"
Expand Down

0 comments on commit 90fefc2

Please sign in to comment.