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 2, 2024
1 parent 7a27f45 commit 9cd2548
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 20 deletions.
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": "Thu, 02 May 2024 17:22:44 GMT",
"version": "23.2.0",
"tag": "@ni/nimble-angular_v23.2.0",
"comments": {
"minor": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@ni/nimble-angular",
"commit": "7a27f45851b45e29a554e3effc812011108db80d",
"comment": "Add width-mode to the icon column"
}
]
}
},
{
"date": "Wed, 01 May 2024 21:45:37 GMT",
"version": "23.1.11",
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 Wed, 01 May 2024 21:45:37 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 17:22:44 GMT and should not be manually modified.

<!-- Start content -->

## 23.2.0

Thu, 02 May 2024 17:22:44 GMT

### Minor changes

- Add width-mode to the icon column ([ni/nimble@7a27f45](https://github.com/ni/nimble/commit/7a27f45851b45e29a554e3effc812011108db80d))

## 23.1.11

Wed, 01 May 2024 21:45:37 GMT
Expand Down
2 changes: 1 addition & 1 deletion 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": "23.1.11",
"version": "23.2.0",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../../../dist/ni/nimble-angular && npm publish",
Expand Down

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/nimble-blazor/NimbleBlazor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-blazor",
"entries": [
{
"date": "Thu, 02 May 2024 17:22:44 GMT",
"version": "16.1.0",
"tag": "@ni/nimble-blazor_v16.1.0",
"comments": {
"minor": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@ni/nimble-blazor",
"commit": "7a27f45851b45e29a554e3effc812011108db80d",
"comment": "Add WidthMode to icon column"
}
]
}
},
{
"date": "Wed, 01 May 2024 22:28:21 GMT",
"version": "16.0.10",
Expand Down
10 changes: 9 additions & 1 deletion packages/nimble-blazor/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 Wed, 01 May 2024 22:28:21 GMT and should not be manually modified.
This log was last generated on Thu, 02 May 2024 17:22:44 GMT and should not be manually modified.

<!-- Start content -->

## 16.1.0

Thu, 02 May 2024 17:22:44 GMT

### Minor changes

- Add WidthMode to icon column ([ni/nimble@7a27f45](https://github.com/ni/nimble/commit/7a27f45851b45e29a554e3effc812011108db80d))

## 16.0.10

Wed, 01 May 2024 22:28:21 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-blazor/NimbleBlazor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-blazor",
"version": "16.0.10",
"version": "16.1.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 9cd2548

Please sign in to comment.