Skip to content

Commit

Permalink
Merge branch 'main' into users/makinc/dialog-handle-skipped-cancel-event
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc authored Feb 22, 2024
2 parents 1f43bdd + fe357da commit 73aeb9e
Show file tree
Hide file tree
Showing 52 changed files with 957 additions and 100 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"mode": "auto"
}
],
"xd.globalEditor": true,
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
"omnisharp.useModernNet": true
}
60 changes: 60 additions & 0 deletions angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,66 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Thu, 22 Feb 2024 01:13:03 GMT",
"version": "20.2.5",
"tag": "@ni/nimble-angular_v20.2.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.6.2",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 21 Feb 2024 23:32:45 GMT",
"version": "20.2.4",
"tag": "@ni/nimble-angular_v20.2.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.6.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 21 Feb 2024 21:18:20 GMT",
"version": "20.2.3",
"tag": "@ni/nimble-angular_v20.2.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.6.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 21 Feb 2024 19:48:20 GMT",
"version": "20.2.2",
"tag": "@ni/nimble-angular_v20.2.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v21.5.5",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 20 Feb 2024 17:54:12 GMT",
"version": "20.2.1",
Expand Down
34 changes: 33 additions & 1 deletion angular-workspace/projects/ni/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,41 @@
# Change Log - @ni/nimble-angular

This log was last generated on Tue, 20 Feb 2024 17:54:12 GMT and should not be manually modified.
This log was last generated on Thu, 22 Feb 2024 01:13:03 GMT and should not be manually modified.

<!-- Start content -->

## 20.2.5

Thu, 22 Feb 2024 01:13:03 GMT

### Patches

- Bump @ni/nimble-components to v21.6.2

## 20.2.4

Wed, 21 Feb 2024 23:32:45 GMT

### Patches

- Bump @ni/nimble-components to v21.6.1

## 20.2.3

Wed, 21 Feb 2024 21:18:20 GMT

### Patches

- Bump @ni/nimble-components to v21.6.0

## 20.2.2

Wed, 21 Feb 2024 19:48:20 GMT

### Patches

- Bump @ni/nimble-components to v21.5.5

## 20.2.1

Tue, 20 Feb 2024 17:54:12 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": "20.2.1",
"version": "20.2.5",
"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 @@ -31,7 +31,7 @@
"@angular/forms": "^15.2.10",
"@angular/localize": "^15.2.10",
"@angular/router": "^15.2.10",
"@ni/nimble-components": "^21.5.4"
"@ni/nimble-components": "^21.6.2"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
146 changes: 138 additions & 8 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/jasmine-parameterized/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/jasmine-parameterized",
"entries": [
{
"date": "Wed, 21 Feb 2024 19:48:20 GMT",
"version": "0.2.2",
"tag": "@ni/jasmine-parameterized_v0.2.2",
"comments": {
"patch": [
{
"author": "jattasNI@users.noreply.github.com",
"package": "@ni/jasmine-parameterized",
"commit": "a9ba0b6027479fe1cc2267f11957caa329910dfc",
"comment": "Add keywords to package metadata and fix typo in examples"
}
]
}
},
{
"date": "Tue, 23 Jan 2024 22:00:33 GMT",
"version": "0.2.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/jasmine-parameterized/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/jasmine-parameterized

This log was last generated on Tue, 23 Jan 2024 22:00:33 GMT and should not be manually modified.
This log was last generated on Wed, 21 Feb 2024 19:48:20 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.2

Wed, 21 Feb 2024 19:48:20 GMT

### Patches

- Add keywords to package metadata and fix typo in examples ([ni/nimble@a9ba0b6](https://github.com/ni/nimble/commit/a9ba0b6027479fe1cc2267f11957caa329910dfc))

## 0.2.1

Tue, 23 Jan 2024 22:00:33 GMT
Expand Down
Loading

0 comments on commit 73aeb9e

Please sign in to comment.