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 12, 2024
1 parent 880dfa1 commit f27c6ff
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 24 deletions.
21 changes: 21 additions & 0 deletions angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Tue, 12 Mar 2024 22:17:11 GMT",
"version": "20.3.0",
"tag": "@ni/nimble-angular_v20.3.0",
"comments": {
"minor": [
{
"author": "26874831+atmgrifter00@users.noreply.github.com",
"package": "@ni/nimble-angular",
"commit": "880dfa1a7f1f9f478dc87199184dba3e5e2c0a56",
"comment": "Add selected and hidden attributes to NimbleListOptionDirective. Also exporting SelectPageObject."
},
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.10.2",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 12 Mar 2024 21:01:54 GMT",
"version": "20.2.21",
Expand Down
11 changes: 10 additions & 1 deletion angular-workspace/projects/ni/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @ni/nimble-angular

This log was last generated on Tue, 12 Mar 2024 21:01:54 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 22:17:11 GMT and should not be manually modified.

<!-- Start content -->

## 20.3.0

Tue, 12 Mar 2024 22:17:11 GMT

### Minor changes

- Add selected and hidden attributes to NimbleListOptionDirective. Also exporting SelectPageObject. ([ni/nimble@880dfa1](https://github.com/ni/nimble/commit/880dfa1a7f1f9f478dc87199184dba3e5e2c0a56))
- Bump @ni/nimble-components to v21.10.2

## 20.2.21

Tue, 12 Mar 2024 21:01:54 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.21",
"version": "20.3.0",
"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.1"
"@ni/nimble-components": "^21.10.2"
},
"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.19",
"version": "14.3.20",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Tue, 12 Mar 2024 22:17:11 GMT",
"version": "21.10.2",
"tag": "@ni/nimble-components_v21.10.2",
"comments": {
"patch": [
{
"author": "26874831+atmgrifter00@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "19643f4e13056e414aedd6b8ef89beb7ad1e95ab",
"comment": "Adding DropdownOwner interface allowing Select to register options during connectedCallback."
}
]
}
},
{
"date": "Tue, 12 Mar 2024 21:01:54 GMT",
"version": "21.10.1",
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 Tue, 12 Mar 2024 21:01:54 GMT and should not be manually modified.
This log was last generated on Tue, 12 Mar 2024 22:17:11 GMT and should not be manually modified.

<!-- Start content -->

## 21.10.2

Tue, 12 Mar 2024 22:17:11 GMT

### Patches

- Adding DropdownOwner interface allowing Select to register options during connectedCallback. ([ni/nimble@19643f4](https://github.com/ni/nimble/commit/19643f4e13056e414aedd6b8ef89beb7ad1e95ab))

## 21.10.1

Tue, 12 Mar 2024 21:01:54 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.10.1",
"version": "21.10.2",
"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 f27c6ff

Please sign in to comment.