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 Mar 1, 2024
1 parent 64b4301 commit 30e4d6a
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 24 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": "Fri, 01 Mar 2024 23:02:58 GMT",
"version": "20.2.16",
"tag": "@ni/nimble-angular_v20.2.16",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.8.1",
"commit": "not available"
}
]
}
},
{
"date": "Thu, 29 Feb 2024 16:22:43 GMT",
"version": "20.2.15",
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, 29 Feb 2024 16:22:43 GMT and should not be manually modified.
This log was last generated on Fri, 01 Mar 2024 23:02:58 GMT and should not be manually modified.

<!-- Start content -->

## 20.2.16

Fri, 01 Mar 2024 23:02:58 GMT

### Patches

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

## 20.2.15

Thu, 29 Feb 2024 16:22:43 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.15",
"version": "20.2.16",
"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.8.0"
"@ni/nimble-components": "^21.8.1"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

This file was deleted.

This file was deleted.

8 changes: 4 additions & 4 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 packages/nimble-blazor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-blazor",
"version": "14.3.12",
"version": "14.3.13",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Fri, 01 Mar 2024 23:02:58 GMT",
"version": "21.8.1",
"tag": "@ni/nimble-components_v21.8.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "90df5dd14c1c5ad4116f6b43ae5fb99dc215c83e",
"comment": "Fix drawer/select animation bug"
}
],
"none": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "64b4301d2e6891403a289166ad78c35982f04a8a",
"comment": "Disable intermittent test"
}
]
}
},
{
"date": "Thu, 29 Feb 2024 16:22:43 GMT",
"version": "21.8.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/nimble-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-components

This log was last generated on Thu, 29 Feb 2024 16:22:43 GMT and should not be manually modified.
This log was last generated on Fri, 01 Mar 2024 23:02:58 GMT and should not be manually modified.

<!-- Start content -->

## 21.8.1

Fri, 01 Mar 2024 23:02:58 GMT

### Patches

- Fix drawer/select animation bug ([ni/nimble@90df5dd](https://github.com/ni/nimble/commit/90df5dd14c1c5ad4116f6b43ae5fb99dc215c83e))

## 21.8.0

Thu, 29 Feb 2024 16:22:43 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-components",
"version": "21.8.0",
"version": "21.8.1",
"description": "Styled web components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run bundle-components && npm run generate-scss && npm run build-storybook",
Expand Down

0 comments on commit 30e4d6a

Please sign in to comment.