Skip to content

Commit

Permalink
applying package updates [skip ci]
Browse files Browse the repository at this point in the history
rajsite committed Jul 14, 2023
1 parent 448a014 commit 6fdb438
Showing 13 changed files with 92 additions and 30 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": "Fri, 14 Jul 2023 20:57:32 GMT",
"tag": "@ni/nimble-angular_v16.7.3",
"version": "16.7.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v19.6.0",
"commit": "448a0147ee38c0f1cbe0ece06ecd103e4e3f5788"
}
]
}
},
{
"date": "Fri, 14 Jul 2023 00:21:50 GMT",
"tag": "@ni/nimble-angular_v16.7.2",
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, 14 Jul 2023 00:21:50 GMT and should not be manually modified.
This log was last generated on Fri, 14 Jul 2023 20:57:32 GMT and should not be manually modified.

<!-- Start content -->

## 16.7.3

Fri, 14 Jul 2023 20:57:32 GMT

### Patches

- Bump @ni/nimble-components to v19.6.0

## 16.7.2

Fri, 14 Jul 2023 00:21:50 GMT
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.7.2",
"version": "16.7.3",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "cd ../../../ && npm run build:library && cd dist/ni/nimble-angular && npm publish"
@@ -27,7 +27,7 @@
"@angular/core": "^14.2.0",
"@angular/forms": "^14.2.0",
"@angular/router": "^14.2.0",
"@ni/nimble-components": "^19.5.0"
"@ni/nimble-components": "^19.6.0"
},
"dependencies": {
"tslib": "^2.2.0"

This file was deleted.

This file was deleted.

14 changes: 7 additions & 7 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": "11.9.16",
"version": "11.9.17",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
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": "Fri, 14 Jul 2023 20:57:32 GMT",
"tag": "@ni/nimble-components_v19.6.0",
"version": "19.6.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "448a0147ee38c0f1cbe0ece06ecd103e4e3f5788",
"comment": "New icon with a clock and exclamation mark to represent an expired state"
},
{
"author": "beachball",
"package": "@ni/nimble-components",
"comment": "Bump @ni/nimble-tokens to v6.2.0",
"commit": "448a0147ee38c0f1cbe0ece06ecd103e4e3f5788"
}
]
}
},
{
"date": "Fri, 14 Jul 2023 18:53:29 GMT",
"tag": "@ni/nimble-components_v19.5.0",
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 Thu, 13 Jul 2023 23:41:13 GMT and should not be manually modified.
This log was last generated on Fri, 14 Jul 2023 20:57:32 GMT and should not be manually modified.

<!-- Start content -->

## 19.6.0

Fri, 14 Jul 2023 20:57:32 GMT

### Minor changes

- New icon with a clock and exclamation mark to represent an expired state ([ni/nimble@448a014](https://github.com/ni/nimble/commit/448a0147ee38c0f1cbe0ece06ecd103e4e3f5788))
- Bump @ni/nimble-tokens to v6.2.0

## 19.5.0

Thu, 13 Jul 2023 23:41:13 GMT
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": "19.5.0",
"version": "19.6.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",
@@ -61,7 +61,7 @@
"@microsoft/fast-element": "^1.10.1",
"@microsoft/fast-foundation": "^2.47.1-0",
"@microsoft/fast-web-utilities": "^6.0.0",
"@ni/nimble-tokens": "^6.1.0",
"@ni/nimble-tokens": "^6.2.0",
"@tanstack/table-core": "^8.7.0",
"@tanstack/virtual-core": "^3.0.0-beta.44",
"@types/d3-array": "^3.0.4",
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": "Fri, 14 Jul 2023 20:57:32 GMT",
"tag": "@ni/nimble-tokens_v6.2.0",
"version": "6.2.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-tokens",
"commit": "448a0147ee38c0f1cbe0ece06ecd103e4e3f5788",
"comment": "New icon with a clock and exclamation mark to represent an expired state"
}
]
}
},
{
"date": "Tue, 20 Jun 2023 21:10:06 GMT",
"tag": "@ni/nimble-tokens_v6.1.0",
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 Tue, 20 Jun 2023 14:17:25 GMT and should not be manually modified.
This log was last generated on Fri, 14 Jul 2023 20:57:32 GMT and should not be manually modified.

<!-- Start content -->

## 6.2.0

Fri, 14 Jul 2023 20:57:32 GMT

### Minor changes

- New icon with a clock and exclamation mark to represent an expired state ([ni/nimble@448a014](https://github.com/ni/nimble/commit/448a0147ee38c0f1cbe0ece06ecd103e4e3f5788))

## 6.1.0

Tue, 20 Jun 2023 14:17:25 GMT
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.1.0",
"version": "6.2.0",
"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",

0 comments on commit 6fdb438

Please sign in to comment.