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 May 18, 2022
1 parent 1626a16 commit 5074d7e
Show file tree
Hide file tree
Showing 10 changed files with 67 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": "Wed, 18 May 2022 19:45:57 GMT",
"tag": "@ni/nimble-angular_v6.0.0",
"version": "6.0.0",
"comments": {
"major": [
{
"author": "[email protected]",
"package": "@ni/nimble-angular",
"commit": "1626a16c850dd5f47a6e05d23f2829a56a634554",
"comment": "1. Rename enum options to use camelCase instead of PascalCase to improve API consistency.\n2. change all enums to use const object and string union pattern.\n3. Renamed string unions named `*Attribute` to remove the word `Attribute`."
},
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v10.0.0",
"commit": "1626a16c850dd5f47a6e05d23f2829a56a634554"
}
]
}
},
{
"date": "Tue, 17 May 2022 22:28:41 GMT",
"tag": "@ni/nimble-angular_v5.1.1",
Expand Down
13 changes: 12 additions & 1 deletion angular-workspace/projects/ni/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @ni/nimble-angular

This log was last generated on Tue, 17 May 2022 22:28:41 GMT and should not be manually modified.
This log was last generated on Wed, 18 May 2022 19:45:57 GMT and should not be manually modified.

<!-- Start content -->

## 6.0.0

Wed, 18 May 2022 19:45:57 GMT

### Major changes

- 1. Rename enum options to use camelCase instead of PascalCase to improve API consistency.
2. change all enums to use const object and string union pattern.
3. Renamed string unions named `*Attribute` to remove the word `Attribute`. ([ni/nimble@1626a16](https://github.com/ni/nimble/commit/1626a16c850dd5f47a6e05d23f2829a56a634554))
- Bump @ni/nimble-components to v10.0.0

## 5.1.1

Tue, 17 May 2022 22:28:41 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": "5.1.1",
"version": "6.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 All @@ -22,7 +22,7 @@
"@angular/core": "^12.1.0",
"@angular/forms": "^12.1.0",
"@angular/router": "^12.1.0",
"@ni/nimble-components": "^9.0.4"
"@ni/nimble-components": "^10.0.0"
},
"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": "2.0.1",
"version": "2.0.2",
"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": "Wed, 18 May 2022 19:45:57 GMT",
"tag": "@ni/nimble-components_v10.0.0",
"version": "10.0.0",
"comments": {
"major": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "1626a16c850dd5f47a6e05d23f2829a56a634554",
"comment": "1. Rename enum options to use camelCase instead of PascalCase to improve API consistency.\n2. change all enums to use const object and string union pattern.\n3. Renamed string unions named `*Attribute` to remove the word `Attribute`."
}
]
}
},
{
"date": "Wed, 18 May 2022 17:18:18 GMT",
"tag": "@ni/nimble-components_v9.0.4",
Expand Down
12 changes: 11 additions & 1 deletion packages/nimble-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @ni/nimble-components

This log was last generated on Tue, 17 May 2022 22:28:41 GMT and should not be manually modified.
This log was last generated on Wed, 18 May 2022 19:45:57 GMT and should not be manually modified.

<!-- Start content -->

## 10.0.0

Wed, 18 May 2022 19:45:57 GMT

### Major changes

- 1. Rename enum options to use camelCase instead of PascalCase to improve API consistency.
2. change all enums to use const object and string union pattern.
3. Renamed string unions named `*Attribute` to remove the word `Attribute`. ([ni/nimble@1626a16](https://github.com/ni/nimble/commit/1626a16c850dd5f47a6e05d23f2829a56a634554))

## 9.0.4

Tue, 17 May 2022 22:28:41 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": "9.0.4",
"version": "10.0.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 5074d7e

Please sign in to comment.