Skip to content

Commit

Permalink
Merge branch 'main' into update-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis authored Nov 2, 2023
2 parents dd36e1b + decca56 commit f93a7ea
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": "Thu, 02 Nov 2023 17:33:17 GMT",
"version": "17.8.6",
"tag": "@ni/nimble-angular_v17.8.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v20.12.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 01 Nov 2023 22:35:50 GMT",
"version": "17.8.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 Wed, 01 Nov 2023 22:35:50 GMT and should not be manually modified.
This log was last generated on Thu, 02 Nov 2023 17:33:17 GMT and should not be manually modified.

<!-- Start content -->

## 17.8.6

Thu, 02 Nov 2023 17:33:17 GMT

### Patches

- Bump @ni/nimble-components to v20.12.1

## 17.8.5

Wed, 01 Nov 2023 22:35:50 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": "17.8.5",
"version": "17.8.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 Down Expand Up @@ -28,7 +28,7 @@
"@angular/forms": "^14.2.0",
"@angular/localize": "^14.2.0",
"@angular/router": "^14.2.0",
"@ni/nimble-components": "^20.12.0"
"@ni/nimble-components": "^20.12.1"
},
"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": "12.5.4",
"version": "12.5.5",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
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": "Thu, 02 Nov 2023 17:33:16 GMT",
"version": "20.12.1",
"tag": "@ni/nimble-components_v20.12.1",
"comments": {
"patch": [
{
"author": "35350751+kjohn1922@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "67a2e37033905d15c8f779b2f1c553d9b4e3cedb",
"comment": "Add a title slot to the nimble-card"
}
]
}
},
{
"date": "Wed, 01 Nov 2023 20:45:20 GMT",
"version": "20.12.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 Wed, 01 Nov 2023 20:45:20 GMT and should not be manually modified.
This log was last generated on Thu, 02 Nov 2023 17:33:16 GMT and should not be manually modified.

<!-- Start content -->

## 20.12.1

Thu, 02 Nov 2023 17:33:16 GMT

### Patches

- Add a title slot to the nimble-card ([ni/nimble@67a2e37](https://github.com/ni/nimble/commit/67a2e37033905d15c8f779b2f1c553d9b4e3cedb))

## 20.12.0

Wed, 01 Nov 2023 20:45:20 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": "20.12.0",
"version": "20.12.1",
"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 f93a7ea

Please sign in to comment.