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 Nov 28, 2023
1 parent bf12590 commit 5181411
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, 28 Nov 2023 18:24:15 GMT",
"version": "18.0.0",
"tag": "@ni/nimble-angular_v18.0.0",
"comments": {
"major": [
{
"author": "[email protected]",
"package": "@ni/nimble-angular",
"commit": "bf1259004b9d362f0d04fa52695b0d430805cf99",
"comment": "Update to Angular 15"
},
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v20.14.11",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 27 Nov 2023 16:11:51 GMT",
"version": "17.9.11",
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, 27 Nov 2023 16:11:51 GMT and should not be manually modified.
This log was last generated on Tue, 28 Nov 2023 18:24:15 GMT and should not be manually modified.

<!-- Start content -->

## 18.0.0

Tue, 28 Nov 2023 18:24:15 GMT

### Major changes

- Update to Angular 15 ([ni/nimble@bf12590](https://github.com/ni/nimble/commit/bf1259004b9d362f0d04fa52695b0d430805cf99))
- Bump @ni/nimble-components to v20.14.11

## 17.9.11

Mon, 27 Nov 2023 16:11:51 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": "17.9.11",
"version": "18.0.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 @@ -28,7 +28,7 @@
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/router": "^15.2.10",
"@ni/nimble-components": "^20.14.10"
"@ni/nimble-components": "^20.14.11"
},
"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": "12.5.18",
"version": "12.5.19",
"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, 28 Nov 2023 18:24:15 GMT",
"version": "20.14.11",
"tag": "@ni/nimble-components_v20.14.11",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "bf1259004b9d362f0d04fa52695b0d430805cf99",
"comment": "Add explicit dev dependency on source-map-loader"
}
]
}
},
{
"date": "Mon, 27 Nov 2023 16:11:51 GMT",
"version": "20.14.10",
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, 27 Nov 2023 16:11:51 GMT and should not be manually modified.
This log was last generated on Tue, 28 Nov 2023 18:24:15 GMT and should not be manually modified.

<!-- Start content -->

## 20.14.11

Tue, 28 Nov 2023 18:24:15 GMT

### Patches

- Add explicit dev dependency on source-map-loader ([ni/nimble@bf12590](https://github.com/ni/nimble/commit/bf1259004b9d362f0d04fa52695b0d430805cf99))

## 20.14.10

Mon, 27 Nov 2023 16:11:51 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": "20.14.10",
"version": "20.14.11",
"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 5181411

Please sign in to comment.