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 Apr 26, 2024
1 parent 116f0bc commit 5950f38
Show file tree
Hide file tree
Showing 19 changed files with 157 additions and 41 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, 26 Apr 2024 21:13:31 GMT",
"version": "23.1.6",
"tag": "@ni/nimble-angular_v23.1.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v27.0.5",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 26 Apr 2024 20:31:47 GMT",
"version": "23.1.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 Fri, 26 Apr 2024 20:31:47 GMT and should not be manually modified.
This log was last generated on Fri, 26 Apr 2024 21:13:31 GMT and should not be manually modified.

<!-- Start content -->

## 23.1.6

Fri, 26 Apr 2024 21:13:31 GMT

### Patches

- Bump @ni/nimble-components to v27.0.5

## 23.1.5

Fri, 26 Apr 2024 20:31:47 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": "23.1.5",
"version": "23.1.6",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../../../dist/ni/nimble-angular && npm publish",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/forms": "^16.2.12",
"@angular/localize": "^16.2.12",
"@angular/router": "^16.2.12",
"@ni/nimble-components": "^27.0.4"
"@ni/nimble-components": "^27.0.5"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
15 changes: 15 additions & 0 deletions angular-workspace/projects/ni/spright-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/spright-angular",
"entries": [
{
"date": "Fri, 26 Apr 2024 21:13:31 GMT",
"version": "0.1.4",
"tag": "@ni/spright-angular_v0.1.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/spright-angular",
"comment": "Bump @ni/spright-components to v0.0.7",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 26 Apr 2024 20:31:48 GMT",
"version": "0.1.3",
Expand Down
10 changes: 9 additions & 1 deletion angular-workspace/projects/ni/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 Fri, 26 Apr 2024 20:31:48 GMT and should not be manually modified.
This log was last generated on Fri, 26 Apr 2024 21:13:31 GMT and should not be manually modified.

<!-- Start content -->

## 0.1.4

Fri, 26 Apr 2024 21:13:31 GMT

### Patches

- Bump @ni/spright-components to v0.0.7

## 0.1.3

Fri, 26 Apr 2024 20:31:48 GMT
Expand Down
4 changes: 2 additions & 2 deletions angular-workspace/projects/ni/spright-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/spright-angular",
"version": "0.1.3",
"version": "0.1.4",
"description": "Angular components for NI Spright",
"scripts": {
"invoke-publish": "npm run invoke-publish:setup && cd ../../../dist/ni/spright-angular && npm publish",
Expand All @@ -24,7 +24,7 @@
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@ni/spright-components": "^0.0.6"
"@ni/spright-components": "^0.0.7"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

This file was deleted.

This file was deleted.

22 changes: 11 additions & 11 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": "Fri, 26 Apr 2024 21:13:31 GMT",
"version": "0.3.0",
"tag": "@ni/jasmine-parameterized_v0.3.0",
"comments": {
"minor": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@ni/jasmine-parameterized",
"commit": "116f0bc5bd4c14034f57070f3348b7c5142625d2",
"comment": "Create `parameterizeSuite` function"
}
]
}
},
{
"date": "Mon, 15 Apr 2024 22:18:55 GMT",
"version": "0.2.4",
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 Mon, 15 Apr 2024 17:36:54 GMT and should not be manually modified.
This log was last generated on Fri, 26 Apr 2024 21:13:31 GMT and should not be manually modified.

<!-- Start content -->

## 0.3.0

Fri, 26 Apr 2024 21:13:31 GMT

### Minor changes

- Create `parameterizeSuite` function ([ni/nimble@116f0bc](https://github.com/ni/nimble/commit/116f0bc5bd4c14034f57070f3348b7c5142625d2))

## 0.2.4

Mon, 15 Apr 2024 17:36:54 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine-parameterized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/jasmine-parameterized",
"version": "0.2.4",
"version": "0.3.0",
"description": "A utility to write parameterized jasmine tests",
"keywords": [
"jasmine",
Expand Down
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": "16.0.3",
"version": "16.0.4",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run generate-hybrid && npm run build:release && npm run build:client",
Expand Down
23 changes: 23 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Fri, 26 Apr 2024 21:13:31 GMT",
"version": "27.0.5",
"tag": "@ni/nimble-components_v27.0.5",
"comments": {
"none": [
{
"author": "20542556+mollykreis@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "116f0bc5bd4c14034f57070f3348b7c5142625d2",
"comment": "Update tests to use `parameterizeSuite`"
}
],
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-components",
"comment": "Bump @ni/jasmine-parameterized to v0.3.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 26 Apr 2024 20:31:47 GMT",
"version": "27.0.4",
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 Fri, 26 Apr 2024 20:31:47 GMT and should not be manually modified.
This log was last generated on Fri, 26 Apr 2024 21:13:31 GMT and should not be manually modified.

<!-- Start content -->

## 27.0.5

Fri, 26 Apr 2024 21:13:31 GMT

### Patches

- Bump @ni/jasmine-parameterized to v0.3.0

## 27.0.4

Fri, 26 Apr 2024 20:31:47 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/nimble-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-components",
"version": "27.0.4",
"version": "27.0.5",
"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 && npm run build-storybook",
Expand Down Expand Up @@ -110,7 +110,7 @@
"@babel/core": "^7.20.12",
"@chromatic-com/storybook": "^1.2.25",
"@microsoft/fast-react-wrapper": "^0.3.22",
"@ni/jasmine-parameterized": "^0.2.4",
"@ni/jasmine-parameterized": "^0.3.0",
"@ni-private/eslint-config-nimble": "^1.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/spright-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@ni/spright-components",
"entries": [
{
"date": "Fri, 26 Apr 2024 21:13:31 GMT",
"version": "0.0.7",
"tag": "@ni/spright-components_v0.0.7",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/spright-components",
"comment": "Bump @ni/nimble-components to v27.0.5",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ni/spright-components",
"comment": "Bump @ni/jasmine-parameterized to v0.3.0",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 26 Apr 2024 20:31:48 GMT",
"version": "0.0.6",
Expand Down
11 changes: 10 additions & 1 deletion packages/spright-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @ni/spright-components

This log was last generated on Fri, 26 Apr 2024 20:31:48 GMT and should not be manually modified.
This log was last generated on Fri, 26 Apr 2024 21:13:31 GMT and should not be manually modified.

<!-- Start content -->

## 0.0.7

Fri, 26 Apr 2024 21:13:31 GMT

### Patches

- Bump @ni/nimble-components to v27.0.5
- Bump @ni/jasmine-parameterized to v0.3.0

## 0.0.6

Fri, 26 Apr 2024 20:31:48 GMT
Expand Down
Loading

0 comments on commit 5950f38

Please sign in to comment.