Skip to content

Commit

Permalink
Merge branch 'main' into select-placeholder-Angular
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Mar 12, 2024
2 parents 52c0d31 + 54d2b61 commit fa49f20
Show file tree
Hide file tree
Showing 22 changed files with 369 additions and 65 deletions.
2 changes: 1 addition & 1 deletion angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"ng-packagr": "^15.2.2",
"playwright": "1.40.0",
"rollup": "^4.12.0",
"typescript": "~4.8.2"
"typescript": "~4.9.5"
}
}
15 changes: 15 additions & 0 deletions angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Tue, 12 Mar 2024 21:01:54 GMT",
"version": "20.2.21",
"tag": "@ni/nimble-angular_v20.2.21",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.10.1",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 07 Mar 2024 21:20:52 GMT",
"version": "20.2.20",
Expand Down
10 changes: 9 additions & 1 deletion angular-workspace/projects/ni/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-angular

This log was last generated on Thu, 07 Mar 2024 21:20:52 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 21:01:54 GMT and should not be manually modified.

<!-- Start content -->

## 20.2.21

Tue, 12 Mar 2024 21:01:54 GMT

### Patches

- Bump @ni/nimble-components to v21.10.1

## 20.2.20

Thu, 07 Mar 2024 21:20:52 GMT
Expand Down
4 changes: 2 additions & 2 deletions angular-workspace/projects/ni/nimble-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-angular",
"version": "20.2.20",
"version": "20.2.21",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "cd ../../../ && npm run build:library && cd dist/ni/nimble-angular && npm publish"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/router": "^15.2.10",
"@ni/nimble-components": "^21.10.0"
"@ni/nimble-components": "^21.10.1"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
Loading

0 comments on commit fa49f20

Please sign in to comment.