Skip to content

Commit

Permalink
applying package updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed May 21, 2024
1 parent 89e3bc8 commit c60497e
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 20 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

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

15 changes: 15 additions & 0 deletions packages/angular-workspace/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, 21 May 2024 15:50:01 GMT",
"version": "24.3.0",
"tag": "@ni/nimble-angular_v24.3.0",
"comments": {
"minor": [
{
"author": "26874831+atmgrifter00@users.noreply.github.com",
"package": "@ni/nimble-angular",
"commit": "89e3bc88811ac6a6c92c8cacc61031b65a5b901c",
"comment": "Adding clearable API for Select."
}
]
}
},
{
"date": "Mon, 20 May 2024 15:39:22 GMT",
"version": "24.2.6",
Expand Down
10 changes: 9 additions & 1 deletion packages/angular-workspace/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 Mon, 20 May 2024 15:39:22 GMT and should not be manually modified.
This log was last generated on Tue, 21 May 2024 15:50:01 GMT and should not be manually modified.

<!-- Start content -->

## 24.3.0

Tue, 21 May 2024 15:50:01 GMT

### Minor changes

- Adding clearable API for Select. ([ni/nimble@89e3bc8](https://github.com/ni/nimble/commit/89e3bc88811ac6a6c92c8cacc61031b65a5b901c))

## 24.2.6

Mon, 20 May 2024 15:39:22 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-workspace/nimble-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-angular",
"version": "24.2.6",
"version": "24.3.0",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../dist/nimble-angular && npm publish",
Expand Down
15 changes: 15 additions & 0 deletions packages/blazor-workspace/NimbleBlazor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-blazor",
"entries": [
{
"date": "Tue, 21 May 2024 15:50:01 GMT",
"version": "17.3.0",
"tag": "@ni/nimble-blazor_v17.3.0",
"comments": {
"minor": [
{
"author": "26874831+atmgrifter00@users.noreply.github.com",
"package": "@ni/nimble-blazor",
"commit": "89e3bc88811ac6a6c92c8cacc61031b65a5b901c",
"comment": "Adding Clearable API for Select"
}
]
}
},
{
"date": "Fri, 10 May 2024 23:16:09 GMT",
"version": "17.2.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/blazor-workspace/NimbleBlazor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-blazor

This log was last generated on Fri, 10 May 2024 23:16:09 GMT and should not be manually modified.
This log was last generated on Tue, 21 May 2024 15:50:01 GMT and should not be manually modified.

<!-- Start content -->

## 17.3.0

Tue, 21 May 2024 15:50:01 GMT

### Minor changes

- Adding Clearable API for Select ([ni/nimble@89e3bc8](https://github.com/ni/nimble/commit/89e3bc88811ac6a6c92c8cacc61031b65a5b901c))

## 17.2.0

Fri, 10 May 2024 23:16:09 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/blazor-workspace/NimbleBlazor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-blazor",
"version": "17.2.0",
"version": "17.3.0",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"pack": "cross-env-shell dotnet pack -c Release -p:PackageVersion=$npm_package_version --output ../dist",
Expand Down

0 comments on commit c60497e

Please sign in to comment.