Skip to content

Commit

Permalink
Merge pull request #69 from js-smart/development
Browse files Browse the repository at this point in the history
release version 16.1.0
  • Loading branch information
pavankjadda authored May 31, 2023
2 parents 65d941a + 550180c commit 4d29135
Show file tree
Hide file tree
Showing 3 changed files with 1,899 additions and 3,170 deletions.
10 changes: 5 additions & 5 deletions libs/ngxsmart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-smart/ngxsmart",
"version": "16.0.0",
"version": "16.1.0",
"repository": {
"type": "git",
"url": "https://github.com/js-smart/ngxsmart.git"
Expand All @@ -23,10 +23,10 @@
"url": "https://github.com/js-smart/ngxsmart.git/issues"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/material": "^15.0.0",
"bootstrap": "^5.2.2"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/material": "^16.0.0",
"bootstrap": "^5.3.0"
},
"dependencies": {
"tslib": "^2.4.0"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@angular/platform-browser": "16.0.0",
"@angular/platform-browser-dynamic": "16.0.0",
"@angular/router": "16.0.0",
"@playwright/test": "^1.33.0",
"bootstrap": "^5.2.3",
"rxjs": "7.8.0",
"tslib": "^2.5.0",
"bootstrap": "^5.3.0",
"rxjs": "7.8.1",
"tslib": "^2.5.2",
"zone.js": "0.13.0"
},
"devDependencies": {
"@playwright/test": "^1.34.3",
"@angular-devkit/build-angular": "16.0.0",
"@angular-devkit/core": "16.0.0",
"@angular-devkit/schematics": "16.0.0",
Expand Down
Loading

0 comments on commit 4d29135

Please sign in to comment.