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 Jan 24, 2023
1 parent 3c778c0 commit 81f7788
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 17 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": "Tue, 24 Jan 2023 21:30:30 GMT",
"tag": "@ni/nimble-angular_v15.0.11",
"version": "15.0.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v17.2.0",
"commit": "3c778c0a354dcc5883273ac62b7edd9a3dbed3cd"
}
]
}
},
{
"date": "Fri, 20 Jan 2023 22:27:00 GMT",
"tag": "@ni/nimble-angular_v15.0.10",
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 Fri, 20 Jan 2023 22:27:00 GMT and should not be manually modified.
This log was last generated on Tue, 24 Jan 2023 21:30:30 GMT and should not be manually modified.

<!-- Start content -->

## 15.0.11

Tue, 24 Jan 2023 21:30:30 GMT

### Patches

- Bump @ni/nimble-components to v17.2.0

## 15.0.10

Fri, 20 Jan 2023 22:27:00 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": "15.0.10",
"version": "15.0.11",
"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": "^17.1.0"
"@ni/nimble-components": "^17.2.0"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

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": "10.0.10",
"version": "10.0.11",
"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, 24 Jan 2023 21:30:30 GMT",
"tag": "@ni/nimble-components_v17.2.0",
"version": "17.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "3c778c0a354dcc5883273ac62b7edd9a3dbed3cd",
"comment": "Add design tokens for additional spinner sizes, and update docs."
}
]
}
},
{
"date": "Tue, 24 Jan 2023 17:30:17 GMT",
"tag": "@ni/nimble-components_v17.1.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 Fri, 20 Jan 2023 22:27:00 GMT and should not be manually modified.
This log was last generated on Tue, 24 Jan 2023 21:30:30 GMT and should not be manually modified.

<!-- Start content -->

## 17.2.0

Tue, 24 Jan 2023 21:30:30 GMT

### Minor changes

- Add design tokens for additional spinner sizes, and update docs. ([ni/nimble@3c778c0](https://github.com/ni/nimble/commit/3c778c0a354dcc5883273ac62b7edd9a3dbed3cd))

## 17.1.0

Fri, 20 Jan 2023 22:27:00 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": "17.1.0",
"version": "17.2.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 81f7788

Please sign in to comment.