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 23, 2022
1 parent a95f2c9 commit 04e0304
Show file tree
Hide file tree
Showing 15 changed files with 109 additions and 31 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": "Mon, 23 May 2022 19:28:21 GMT",
"tag": "@ni/nimble-angular_v6.0.6",
"version": "6.0.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v10.0.6",
"commit": "a95f2c9196f34e6e5d5251302fc767475b01a65c"
}
]
}
},
{
"date": "Mon, 23 May 2022 17:08:16 GMT",
"tag": "@ni/nimble-angular_v6.0.5",
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, 23 May 2022 17:08:16 GMT and should not be manually modified.
This log was last generated on Mon, 23 May 2022 19:28:21 GMT and should not be manually modified.

<!-- Start content -->

## 6.0.6

Mon, 23 May 2022 19:28:21 GMT

### Patches

- Bump @ni/nimble-components to v10.0.6

## 6.0.5

Mon, 23 May 2022 17:08:16 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": "6.0.5",
"version": "6.0.6",
"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": "^10.0.5"
"@ni/nimble-components": "^10.0.6"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

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.

15 changes: 15 additions & 0 deletions packages/nimble-blazor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-blazor",
"entries": [
{
"date": "Mon, 23 May 2022 19:28:21 GMT",
"tag": "@ni/nimble-blazor_v3.1.1",
"version": "3.1.1",
"comments": {
"patch": [
{
"author": "rajsite@users.noreply.github.com",
"package": "@ni/nimble-blazor",
"commit": "b75f06c9fc457338dd94aa47f14e792192867f88",
"comment": "Publish to nuget.org"
}
]
}
},
{
"date": "Mon, 23 May 2022 17:08:16 GMT",
"tag": "@ni/nimble-blazor_v3.1.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/nimble-blazor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-blazor

This log was last generated on Mon, 23 May 2022 17:08:16 GMT and should not be manually modified.
This log was last generated on Mon, 23 May 2022 19:28:21 GMT and should not be manually modified.

<!-- Start content -->

## 3.1.1

Mon, 23 May 2022 19:28:21 GMT

### Patches

- Publish to nuget.org ([ni/nimble@b75f06c](https://github.com/ni/nimble/commit/b75f06c9fc457338dd94aa47f14e792192867f88))

## 3.1.0

Mon, 23 May 2022 17:08:16 GMT
Expand Down
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": "3.1.0",
"version": "3.1.1",
"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": "Mon, 23 May 2022 19:28:21 GMT",
"tag": "@ni/nimble-components_v10.0.6",
"version": "10.0.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-components",
"comment": "Bump @ni/nimble-tokens to v3.2.2",
"commit": "a95f2c9196f34e6e5d5251302fc767475b01a65c"
}
]
}
},
{
"date": "Mon, 23 May 2022 17:08:16 GMT",
"tag": "@ni/nimble-components_v10.0.5",
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, 23 May 2022 17:08:16 GMT and should not be manually modified.
This log was last generated on Mon, 23 May 2022 19:28:21 GMT and should not be manually modified.

<!-- Start content -->

## 10.0.6

Mon, 23 May 2022 19:28:21 GMT

### Patches

- Bump @ni/nimble-tokens to v3.2.2

## 10.0.5

Mon, 23 May 2022 17:08:16 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": "10.0.5",
"version": "10.0.6",
"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 Expand Up @@ -50,7 +50,7 @@
"@microsoft/fast-element": "^1.10.1",
"@microsoft/fast-foundation": "^2.46.2",
"@microsoft/fast-web-utilities": "^5.4.1",
"@ni/nimble-tokens": "^3.2.1",
"@ni/nimble-tokens": "^3.2.2",
"hex-rgb": "^5.0.0"
},
"devDependencies": {
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": "Mon, 23 May 2022 19:28:21 GMT",
"tag": "@ni/nimble-tokens_v3.2.2",
"version": "3.2.2",
"comments": {
"patch": [
{
"author": "rajsite@users.noreply.github.com",
"package": "@ni/nimble-tokens",
"commit": "b75f06c9fc457338dd94aa47f14e792192867f88",
"comment": "Publish to nuget.org"
}
]
}
},
{
"date": "Wed, 18 May 2022 21:56:07 GMT",
"tag": "@ni/nimble-tokens_v3.2.1",
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 Wed, 18 May 2022 20:52:01 GMT and should not be manually modified.
This log was last generated on Mon, 23 May 2022 19:28:21 GMT and should not be manually modified.

<!-- Start content -->

## 3.2.2

Mon, 23 May 2022 19:28:21 GMT

### Patches

- Publish to nuget.org ([ni/nimble@b75f06c](https://github.com/ni/nimble/commit/b75f06c9fc457338dd94aa47f14e792192867f88))

## 3.2.1

Wed, 18 May 2022 20:52:01 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": "3.2.1",
"version": "3.2.2",
"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",
Expand Down

0 comments on commit 04e0304

Please sign in to comment.