Skip to content

Commit

Permalink
Merge branch 'main' into table-page-object
Browse files Browse the repository at this point in the history
  • Loading branch information
mollykreis committed Jul 31, 2024
2 parents afea3d4 + 8685b09 commit 3a98802
Show file tree
Hide file tree
Showing 14 changed files with 110 additions and 25 deletions.

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/angular-workspace/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Wed, 31 Jul 2024 19:44:32 GMT",
"version": "26.0.8",
"tag": "@ni/nimble-angular_v26.0.8",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v30.1.7",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 30 Jul 2024 20:21:00 GMT",
"version": "26.0.7",
Expand Down
10 changes: 9 additions & 1 deletion packages/angular-workspace/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 Tue, 30 Jul 2024 20:21:00 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jul 2024 19:44:32 GMT and should not be manually modified.

<!-- Start content -->

## 26.0.8

Wed, 31 Jul 2024 19:44:32 GMT

### Patches

- Bump @ni/nimble-components to v30.1.7

## 26.0.7

Tue, 30 Jul 2024 20:21:00 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/nimble-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-angular",
"version": "26.0.7",
"version": "26.0.8",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../dist/nimble-angular && npm publish",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/forms": "^17.3.12",
"@angular/localize": "^17.3.12",
"@angular/router": "^17.3.12",
"@ni/nimble-components": "^30.1.6"
"@ni/nimble-components": "^30.1.7"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/angular-workspace/spright-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/spright-angular",
"entries": [
{
"date": "Wed, 31 Jul 2024 19:44:32 GMT",
"version": "3.0.8",
"tag": "@ni/spright-angular_v3.0.8",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/spright-angular",
"comment": "Bump @ni/spright-components to v2.0.16",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 30 Jul 2024 20:21:00 GMT",
"version": "3.0.7",
Expand Down
10 changes: 9 additions & 1 deletion packages/angular-workspace/spright-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/spright-angular

This log was last generated on Tue, 30 Jul 2024 20:21:00 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jul 2024 19:44:32 GMT and should not be manually modified.

<!-- Start content -->

## 3.0.8

Wed, 31 Jul 2024 19:44:32 GMT

### Patches

- Bump @ni/spright-components to v2.0.16

## 3.0.7

Tue, 30 Jul 2024 20:21:00 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/angular-workspace/spright-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/spright-angular",
"version": "3.0.7",
"version": "3.0.8",
"description": "Angular components for NI Spright",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../dist/spright-angular && npm publish",
Expand All @@ -24,7 +24,7 @@
"peerDependencies": {
"@angular/common": "^17.3.12",
"@angular/core": "^17.3.12",
"@ni/spright-components": "^2.0.15"
"@ni/spright-components": "^2.0.16"
},
"dependencies": {
"tslib": "^2.2.0"
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": "Wed, 31 Jul 2024 19:44:32 GMT",
"version": "30.1.7",
"tag": "@ni/nimble-components_v30.1.7",
"comments": {
"patch": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "70d12f40e37e0600c802931b578a2288f4004b59",
"comment": "Fix bug in nimble-table to avoid requiring a full copy of the data to be made when hierarchy is enabled"
}
]
}
},
{
"date": "Tue, 30 Jul 2024 20:21:00 GMT",
"version": "30.1.6",
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 Tue, 30 Jul 2024 20:21:00 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jul 2024 19:44:32 GMT and should not be manually modified.

<!-- Start content -->

## 30.1.7

Wed, 31 Jul 2024 19:44:32 GMT

### Patches

- Fix bug in nimble-table to avoid requiring a full copy of the data to be made when hierarchy is enabled ([ni/nimble@70d12f4](https://github.com/ni/nimble/commit/70d12f40e37e0600c802931b578a2288f4004b59))

## 30.1.6

Tue, 30 Jul 2024 20:21:00 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": "30.1.6",
"version": "30.1.7",
"description": "Styled web components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run generate-workers && npm run build-components && npm run bundle-components && npm run generate-scss",
Expand Down
15 changes: 15 additions & 0 deletions packages/spright-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/spright-components",
"entries": [
{
"date": "Wed, 31 Jul 2024 19:44:32 GMT",
"version": "2.0.16",
"tag": "@ni/spright-components_v2.0.16",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/spright-components",
"comment": "Bump @ni/nimble-components to v30.1.7",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 30 Jul 2024 20:21:00 GMT",
"version": "2.0.15",
Expand Down
10 changes: 9 additions & 1 deletion packages/spright-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/spright-components

This log was last generated on Tue, 30 Jul 2024 20:21:00 GMT and should not be manually modified.
This log was last generated on Wed, 31 Jul 2024 19:44:32 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.16

Wed, 31 Jul 2024 19:44:32 GMT

### Patches

- Bump @ni/nimble-components to v30.1.7

## 2.0.15

Tue, 30 Jul 2024 20:21:00 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/spright-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/spright-components",
"version": "2.0.15",
"version": "2.0.16",
"description": "NI Spright Components",
"scripts": {
"build": "npm run build-components && npm run bundle-components",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.49.6",
"@microsoft/fast-web-utilities": "^6.0.0",
"@ni/nimble-components": "30.1.6",
"@ni/nimble-components": "30.1.7",
"@ni/nimble-tokens": "^7.1.0",
"tslib": "^2.2.0"
},
Expand Down

0 comments on commit 3a98802

Please sign in to comment.