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 Jun 24, 2022
1 parent 70e8d55 commit 3997c2d
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": "Fri, 24 Jun 2022 15:18:24 GMT",
"tag": "@ni/nimble-angular_v7.2.3",
"version": "7.2.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v11.3.0",
"commit": "70e8d554250b8abc4ce7bdc069dcbf28107fee7c"
}
]
}
},
{
"date": "Thu, 23 Jun 2022 18:40:01 GMT",
"tag": "@ni/nimble-angular_v7.2.2",
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 Thu, 23 Jun 2022 18:40:01 GMT and should not be manually modified.
This log was last generated on Fri, 24 Jun 2022 15:18:24 GMT and should not be manually modified.

<!-- Start content -->

## 7.2.3

Fri, 24 Jun 2022 15:18:24 GMT

### Patches

- Bump @ni/nimble-components to v11.3.0

## 7.2.2

Thu, 23 Jun 2022 18:40:01 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": "7.2.2",
"version": "7.2.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"
Expand All @@ -22,7 +22,7 @@
"@angular/core": "^12.1.0",
"@angular/forms": "^12.1.0",
"@angular/router": "^12.1.0",
"@ni/nimble-components": "^11.2.0"
"@ni/nimble-components": "^11.3.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": "5.1.2",
"version": "5.1.3",
"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": "Fri, 24 Jun 2022 15:18:24 GMT",
"tag": "@ni/nimble-components_v11.3.0",
"version": "11.3.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "70e8d554250b8abc4ce7bdc069dcbf28107fee7c",
"comment": "Implementation, styling, and tests for the 'default' state of the nimble-tooltip."
}
]
}
},
{
"date": "Thu, 23 Jun 2022 18:40:01 GMT",
"tag": "@ni/nimble-components_v11.2.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 Thu, 23 Jun 2022 18:40:01 GMT and should not be manually modified.
This log was last generated on Fri, 24 Jun 2022 15:18:24 GMT and should not be manually modified.

<!-- Start content -->

## 11.3.0

Fri, 24 Jun 2022 15:18:24 GMT

### Minor changes

- Implementation, styling, and tests for the 'default' state of the nimble-tooltip. ([ni/nimble@70e8d55](https://github.com/ni/nimble/commit/70e8d554250b8abc4ce7bdc069dcbf28107fee7c))

## 11.2.0

Thu, 23 Jun 2022 18:40:01 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": "11.2.0",
"version": "11.3.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 3997c2d

Please sign in to comment.