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 Apr 4, 2023
1 parent 32bd2ad commit 8f88b12
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 32 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, 04 Apr 2023 19:42:20 GMT",
"tag": "@ni/nimble-angular_v16.4.0",
"version": "16.4.0",
"comments": {
"minor": [
{
"author": "7282195+m-akinc@users.noreply.github.com",
"package": "@ni/nimble-angular",
"commit": "32bd2adecfea401853993df53e8307e060ceb45a",
"comment": "Error state for text area component"
},
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v18.9.0",
"commit": "32bd2adecfea401853993df53e8307e060ceb45a"
}
]
}
},
{
"date": "Mon, 03 Apr 2023 21:31:32 GMT",
"tag": "@ni/nimble-angular_v16.3.0",
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 Mon, 03 Apr 2023 21:31:32 GMT and should not be manually modified.
This log was last generated on Tue, 04 Apr 2023 19:42:20 GMT and should not be manually modified.

<!-- Start content -->

## 16.4.0

Tue, 04 Apr 2023 19:42:20 GMT

### Minor changes

- Error state for text area component ([ni/nimble@32bd2ad](https://github.com/ni/nimble/commit/32bd2adecfea401853993df53e8307e060ceb45a))
- Bump @ni/nimble-components to v18.9.0

## 16.3.0

Mon, 03 Apr 2023 21:31:32 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.3.0",
"version": "16.4.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 All @@ -27,7 +27,7 @@
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/router": "^14.2.0",
"@ni/nimble-components": "^18.8.4"
"@ni/nimble-components": "^18.9.0"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

This file was deleted.

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.

15 changes: 15 additions & 0 deletions packages/nimble-blazor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-blazor",
"entries": [
{
"date": "Tue, 04 Apr 2023 19:42:20 GMT",
"tag": "@ni/nimble-blazor_v11.7.0",
"version": "11.7.0",
"comments": {
"minor": [
{
"author": "7282195+m-akinc@users.noreply.github.com",
"package": "@ni/nimble-blazor",
"commit": "32bd2adecfea401853993df53e8307e060ceb45a",
"comment": "Error state for text area component"
}
]
}
},
{
"date": "Mon, 03 Apr 2023 17:06:25 GMT",
"tag": "@ni/nimble-blazor_v11.6.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/nimble-blazor/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 Mon, 03 Apr 2023 17:06:25 GMT and should not be manually modified.
This log was last generated on Tue, 04 Apr 2023 19:42:20 GMT and should not be manually modified.

<!-- Start content -->

## 11.7.0

Tue, 04 Apr 2023 19:42:20 GMT

### Minor changes

- Error state for text area component ([ni/nimble@32bd2ad](https://github.com/ni/nimble/commit/32bd2adecfea401853993df53e8307e060ceb45a))

## 11.6.0

Mon, 03 Apr 2023 17:06:25 GMT
Expand Down
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.6.2",
"version": "11.7.0",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run build:release && npm run build:client",
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, 04 Apr 2023 19:42:20 GMT",
"tag": "@ni/nimble-components_v18.9.0",
"version": "18.9.0",
"comments": {
"minor": [
{
"author": "7282195+m-akinc@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "32bd2adecfea401853993df53e8307e060ceb45a",
"comment": "Error state and update of focus state visuals for text area component"
}
]
}
},
{
"date": "Mon, 03 Apr 2023 21:31:32 GMT",
"tag": "@ni/nimble-components_v18.8.4",
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, 03 Apr 2023 21:31:32 GMT and should not be manually modified.
This log was last generated on Tue, 04 Apr 2023 19:42:20 GMT and should not be manually modified.

<!-- Start content -->

## 18.9.0

Tue, 04 Apr 2023 19:42:20 GMT

### Minor changes

- Error state and update of focus state visuals for text area component ([ni/nimble@32bd2ad](https://github.com/ni/nimble/commit/32bd2adecfea401853993df53e8307e060ceb45a))

## 18.8.4

Mon, 03 Apr 2023 21:31:32 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": "18.8.4",
"version": "18.9.0",
"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 8f88b12

Please sign in to comment.