Skip to content

Commit 857e7fb

Browse files
committed
applying package updates [skip ci]
1 parent a14a55f commit 857e7fb

15 files changed

Lines changed: 112 additions & 27 deletions

File tree

change/@ni-spright-components-66be66a5-5af0-4774-a3c9-b997b5ddd910.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-workspace/spright-angular/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@ni/spright-angular",
33
"entries": [
4+
{
5+
"date": "Tue, 09 Sep 2025 14:52:54 GMT",
6+
"version": "7.7.1",
7+
"tag": "@ni/spright-angular_v7.7.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@ni/spright-angular",
13+
"comment": "Bump @ni/spright-components to v6.2.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 26 Aug 2025 21:52:25 GMT",
621
"version": "7.7.0",

packages/angular-workspace/spright-angular/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @ni/spright-angular
22

3-
<!-- This log was last generated on Tue, 26 Aug 2025 21:52:25 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 09 Sep 2025 14:52:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 7.7.1
8+
9+
Tue, 09 Sep 2025 14:52:54 GMT
10+
11+
### Patches
12+
13+
- Bump @ni/spright-components to v6.2.1
14+
715
## 7.7.0
816

917
Tue, 26 Aug 2025 21:52:25 GMT

packages/angular-workspace/spright-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ni/spright-angular",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"description": "Angular components for NI Spright",
55
"scripts": {
66
"invoke-publish": "npm run invoke-publish:setup && cd ../dist/spright-angular && npm publish",
@@ -24,7 +24,7 @@
2424
"peerDependencies": {
2525
"@angular/common": "^18.2.13",
2626
"@angular/core": "^18.2.13",
27-
"@ni/spright-components": "^6.2.0"
27+
"@ni/spright-components": "^6.2.1"
2828
},
2929
"dependencies": {
3030
"tslib": "^2.2.0"

packages/blazor-workspace/SprightBlazor/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@ni/spright-blazor",
33
"entries": [
4+
{
5+
"date": "Tue, 09 Sep 2025 14:52:54 GMT",
6+
"version": "4.6.1",
7+
"tag": "@ni/spright-blazor_v4.6.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@ni/spright-blazor",
13+
"comment": "Bump @ni/spright-components to v6.2.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 26 Aug 2025 21:52:25 GMT",
621
"version": "4.6.0",

packages/blazor-workspace/SprightBlazor/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @ni/spright-blazor
22

3-
<!-- This log was last generated on Tue, 26 Aug 2025 21:52:25 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 09 Sep 2025 14:52:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.6.1
8+
9+
Tue, 09 Sep 2025 14:52:54 GMT
10+
11+
### Patches
12+
13+
- Bump @ni/spright-components to v6.2.1
14+
715
## 4.6.0
816

917
Tue, 26 Aug 2025 21:52:25 GMT

packages/blazor-workspace/SprightBlazor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ni/spright-blazor",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "Blazor components for Spright",
55
"scripts": {
66
"pack": "cross-env-shell dotnet pack -c Release -p:PackageVersion=$npm_package_version --output ../dist",
@@ -25,7 +25,7 @@
2525
"!*"
2626
],
2727
"peerDependencies": {
28-
"@ni/spright-components": "^6.2.0",
28+
"@ni/spright-components": "^6.2.1",
2929
"cross-env": "^7.0.3",
3030
"rimraf": "^6.0.0"
3131
}

packages/react-workspace/react-client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@ni/nimble-react": "^0.3.0",
15-
"@ni/spright-react": "^0.4.0",
15+
"@ni/spright-react": "^0.4.1",
1616
"react": "^18",
1717
"react-dom": "^18"
1818
},

packages/react-workspace/spright-react/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@ni/spright-react",
33
"entries": [
4+
{
5+
"date": "Tue, 09 Sep 2025 14:52:54 GMT",
6+
"version": "0.4.1",
7+
"tag": "@ni/spright-react_v0.4.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@ni/spright-react",
13+
"comment": "Bump @ni/spright-components to v6.2.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 26 Aug 2025 21:52:25 GMT",
621
"version": "0.4.0",

0 commit comments

Comments
 (0)