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 Jun 13, 2023
1 parent 7efade9 commit 9b272ed
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 24 deletions.
23 changes: 23 additions & 0 deletions angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Tue, 13 Jun 2023 14:50:08 GMT",
"tag": "@ni/nimble-angular_v16.6.6",
"version": "16.6.6",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "@ni/nimble-angular",
"commit": "7efade909a782e65cb256065ac5a9a59bae94ddf",
"comment": "Update combobox CVA tests"
}
],
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v19.2.3",
"commit": "7efade909a782e65cb256065ac5a9a59bae94ddf"
}
]
}
},
{
"date": "Mon, 12 Jun 2023 21:34:35 GMT",
"tag": "@ni/nimble-angular_v16.6.5",
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 Mon, 12 Jun 2023 21:34:35 GMT and should not be manually modified.
This log was last generated on Tue, 13 Jun 2023 14:50:08 GMT and should not be manually modified.

<!-- Start content -->

## 16.6.6

Tue, 13 Jun 2023 14:50:08 GMT

### Patches

- Bump @ni/nimble-components to v19.2.3

## 16.6.5

Mon, 12 Jun 2023 21:34:35 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": "16.6.5",
"version": "16.6.6",
"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 All @@ -27,7 +27,7 @@
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/router": "^14.2.0",
"@ni/nimble-components": "^19.2.2"
"@ni/nimble-components": "^19.2.3"
},
"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": "11.9.7",
"version": "11.9.8",
"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, 13 Jun 2023 14:50:08 GMT",
"tag": "@ni/nimble-components_v19.2.3",
"version": "19.2.3",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "7efade909a782e65cb256065ac5a9a59bae94ddf",
"comment": "Fix inconsistencies in combobox filtering"
}
]
}
},
{
"date": "Mon, 12 Jun 2023 21:34:35 GMT",
"tag": "@ni/nimble-components_v19.2.2",
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 Mon, 12 Jun 2023 21:34:35 GMT and should not be manually modified.
This log was last generated on Tue, 13 Jun 2023 14:50:08 GMT and should not be manually modified.

<!-- Start content -->

## 19.2.3

Tue, 13 Jun 2023 14:50:08 GMT

### Patches

- Fix inconsistencies in combobox filtering ([ni/nimble@7efade9](https://github.com/ni/nimble/commit/7efade909a782e65cb256065ac5a9a59bae94ddf))

## 19.2.2

Mon, 12 Jun 2023 21:34:35 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": "19.2.2",
"version": "19.2.3",
"description": "Styled web components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run build-components && npm run bundle-components && npm run generate-scss && npm run build-storybook",
Expand Down

0 comments on commit 9b272ed

Please sign in to comment.