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 Mar 26, 2024
1 parent 594ac22 commit e7f9887
Show file tree
Hide file tree
Showing 13 changed files with 91 additions and 29 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, 26 Mar 2024 20:45:41 GMT",
"version": "20.5.4",
"tag": "@ni/nimble-angular_v20.5.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v24.0.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 25 Mar 2024 17:03:11 GMT",
"version": "20.5.3",
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, 25 Mar 2024 17:03:11 GMT and should not be manually modified.
This log was last generated on Tue, 26 Mar 2024 20:45:41 GMT and should not be manually modified.

<!-- Start content -->

## 20.5.4

Tue, 26 Mar 2024 20:45:41 GMT

### Patches

- Bump @ni/nimble-components to v24.0.0

## 20.5.3

Mon, 25 Mar 2024 17:03:11 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": "20.5.3",
"version": "20.5.4",
"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 @@ -31,7 +31,7 @@
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/router": "^15.2.10",
"@ni/nimble-components": "^23.0.1"
"@ni/nimble-components": "^24.0.0"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

This file was deleted.

This file was deleted.

12 changes: 6 additions & 6 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": "14.5.3",
"version": "14.5.4",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Tue, 26 Mar 2024 20:45:41 GMT",
"version": "24.0.0",
"tag": "@ni/nimble-components_v24.0.0",
"comments": {
"major": [
{
"author": "7282195+m-akinc@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "594ac221124cc1b52cd28113714bb8ff71e5820b",
"comment": "Support primary and accent variants for toggle and menu buttons. BREAKING CHANGE: Removed theme-aware tokens `buttonFillActivePrimaryColor` and `buttonFillAccentActiveColor`. Use `fillSelectedColor` instead."
},
{
"author": "beachball",
"package": "@ni/nimble-components",
"comment": "Bump @ni/nimble-tokens to v6.13.1",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 25 Mar 2024 17:03:11 GMT",
"version": "23.0.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/nimble-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @ni/nimble-components

This log was last generated on Mon, 25 Mar 2024 17:03:11 GMT and should not be manually modified.
This log was last generated on Tue, 26 Mar 2024 20:45:41 GMT and should not be manually modified.

<!-- Start content -->

## 24.0.0

Tue, 26 Mar 2024 20:45:41 GMT

### Major changes

- Support primary and accent variants for toggle and menu buttons. BREAKING CHANGE: Removed theme-aware tokens `buttonFillActivePrimaryColor` and `buttonFillAccentActiveColor`. Use `fillSelectedColor` instead. ([ni/nimble@594ac22](https://github.com/ni/nimble/commit/594ac221124cc1b52cd28113714bb8ff71e5820b))
- Bump @ni/nimble-tokens to v6.13.1

## 23.0.1

Mon, 25 Mar 2024 17:03:11 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/nimble-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-components",
"version": "23.0.1",
"version": "24.0.0",
"description": "Styled web components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run bundle-components && npm run generate-scss && npm run build-storybook",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "2.49.4",
"@microsoft/fast-web-utilities": "^6.0.0",
"@ni/nimble-tokens": "^6.13.0",
"@ni/nimble-tokens": "^6.13.1",
"@tanstack/table-core": "^8.10.7",
"@tanstack/virtual-core": "^3.0.0-beta.68",
"@tiptap/core": "^2.2.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/nimble-tokens/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-tokens",
"entries": [
{
"date": "Tue, 26 Mar 2024 20:45:41 GMT",
"version": "6.13.1",
"tag": "@ni/nimble-tokens_v6.13.1",
"comments": {
"patch": [
{
"author": "7282195+m-akinc@users.noreply.github.com",
"package": "@ni/nimble-tokens",
"commit": "594ac221124cc1b52cd28113714bb8ff71e5820b",
"comment": "Fix value of DigitalGreenDark"
}
]
}
},
{
"date": "Thu, 21 Mar 2024 17:13:38 GMT",
"version": "6.13.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/nimble-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-tokens

This log was last generated on Thu, 21 Mar 2024 17:13:38 GMT and should not be manually modified.
This log was last generated on Tue, 26 Mar 2024 20:45:41 GMT and should not be manually modified.

<!-- Start content -->

## 6.13.1

Tue, 26 Mar 2024 20:45:41 GMT

### Patches

- Fix value of DigitalGreenDark ([ni/nimble@594ac22](https://github.com/ni/nimble/commit/594ac221124cc1b52cd28113714bb8ff71e5820b))

## 6.13.0

Thu, 21 Mar 2024 17:13:38 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-tokens",
"version": "6.13.0",
"version": "6.13.1",
"description": "Design tokens for the NI Nimble Design System",
"scripts": {
"build": "npm run build:svg-to-ts && npm run build:ts && npm run build:svg-to-ico && npm run build:generate-font-scss && npm run build:style-dictionary",
Expand Down

0 comments on commit e7f9887

Please sign in to comment.