diff --git a/angular-workspace/projects/ni/nimble-angular/CHANGELOG.json b/angular-workspace/projects/ni/nimble-angular/CHANGELOG.json index 88c4513bde..63f55ad15a 100644 --- a/angular-workspace/projects/ni/nimble-angular/CHANGELOG.json +++ b/angular-workspace/projects/ni/nimble-angular/CHANGELOG.json @@ -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", diff --git a/angular-workspace/projects/ni/nimble-angular/CHANGELOG.md b/angular-workspace/projects/ni/nimble-angular/CHANGELOG.md index d31baebe5d..111d72fb33 100644 --- a/angular-workspace/projects/ni/nimble-angular/CHANGELOG.md +++ b/angular-workspace/projects/ni/nimble-angular/CHANGELOG.md @@ -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. +## 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 diff --git a/angular-workspace/projects/ni/nimble-angular/package.json b/angular-workspace/projects/ni/nimble-angular/package.json index e8fc803282..0d36ee1a25 100644 --- a/angular-workspace/projects/ni/nimble-angular/package.json +++ b/angular-workspace/projects/ni/nimble-angular/package.json @@ -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" @@ -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" diff --git a/change/@ni-nimble-components-8a80cab3-e911-4d17-8e6e-0626017dc72c.json b/change/@ni-nimble-components-8a80cab3-e911-4d17-8e6e-0626017dc72c.json deleted file mode 100644 index 15d8419606..0000000000 --- a/change/@ni-nimble-components-8a80cab3-e911-4d17-8e6e-0626017dc72c.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Implementation, styling, and tests for the 'default' state of the nimble-tooltip.", - "packageName": "@ni/nimble-components", - "email": "103057880+aidendk@users.noreply.github.com", - "dependentChangeType": "patch" -} diff --git a/package-lock.json b/package-lock.json index e341d0a1da..3dfa54a0fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ }, "angular-workspace/projects/ni/nimble-angular": { "name": "@ni/nimble-angular", - "version": "7.2.2", + "version": "7.2.3", "license": "UNLICENSED", "dependencies": { "tslib": "^2.2.0" @@ -77,7 +77,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" } }, "node_modules/@actions/core": { @@ -42002,7 +42002,7 @@ }, "packages/nimble-blazor": { "name": "@ni/nimble-blazor", - "version": "5.1.2", + "version": "5.1.3", "license": "UNLICENSED", "devDependencies": { "@microsoft/fast-web-utilities": "^5.4.1", @@ -42058,7 +42058,7 @@ }, "packages/nimble-components": { "name": "@ni/nimble-components", - "version": "11.2.0", + "version": "11.3.0", "license": "UNLICENSED", "dependencies": { "@microsoft/fast-animation": "^4.2.2", diff --git a/packages/nimble-blazor/package.json b/packages/nimble-blazor/package.json index b50aaa2b5f..78b6db7cb2 100644 --- a/packages/nimble-blazor/package.json +++ b/packages/nimble-blazor/package.json @@ -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", diff --git a/packages/nimble-components/CHANGELOG.json b/packages/nimble-components/CHANGELOG.json index 5585307ef3..58a18c60f9 100644 --- a/packages/nimble-components/CHANGELOG.json +++ b/packages/nimble-components/CHANGELOG.json @@ -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": "103057880+aidendk@users.noreply.github.com", + "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", diff --git a/packages/nimble-components/CHANGELOG.md b/packages/nimble-components/CHANGELOG.md index 944ef894c3..77558440dd 100644 --- a/packages/nimble-components/CHANGELOG.md +++ b/packages/nimble-components/CHANGELOG.md @@ -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. +## 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 diff --git a/packages/nimble-components/package.json b/packages/nimble-components/package.json index c6a1e2e125..4aa023c814 100644 --- a/packages/nimble-components/package.json +++ b/packages/nimble-components/package.json @@ -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",