Skip to content

Commit

Permalink
Merge branch 'main' into storybook-8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Nov 14, 2024
2 parents 53e7f64 + 92e1d1b commit 5090d23
Show file tree
Hide file tree
Showing 62 changed files with 902 additions and 568 deletions.
28 changes: 14 additions & 14 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": "Thu, 14 Nov 2024 14:41:16 GMT",
"version": "28.5.0",
"tag": "@ni/nimble-angular_v28.5.0",
"comments": {
"minor": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v32.7.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 05 Nov 2024 20:44:52 GMT",
"version": "28.4.5",
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, 05 Nov 2024 20:44:52 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 14 Nov 2024 14:41:16 GMT and should not be manually modified. -->

<!-- Start content -->

## 28.5.0

Thu, 14 Nov 2024 14:41:16 GMT

### Minor changes

- Bump @ni/nimble-components to v32.7.0

## 28.4.5

Tue, 05 Nov 2024 20:44:52 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": "28.4.5",
"version": "28.5.0",
"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": "^32.6.1"
"@ni/nimble-components": "^32.7.0"
},
"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": "Thu, 14 Nov 2024 14:41:16 GMT",
"version": "5.2.0",
"tag": "@ni/spright-angular_v5.2.0",
"comments": {
"minor": [
{
"author": "beachball",
"package": "@ni/spright-angular",
"comment": "Bump @ni/spright-components to v4.2.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 05 Nov 2024 20:44:52 GMT",
"version": "5.1.21",
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, 05 Nov 2024 20:44:52 GMT and should not be manually modified. -->
<!-- This log was last generated on Thu, 14 Nov 2024 14:41:16 GMT and should not be manually modified. -->

<!-- Start content -->

## 5.2.0

Thu, 14 Nov 2024 14:41:16 GMT

### Minor changes

- Bump @ni/spright-components to v4.2.0

## 5.1.21

Tue, 05 Nov 2024 20:44:52 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": "5.1.21",
"version": "5.2.0",
"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": "^4.1.21"
"@ni/spright-components": "^4.2.0"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down
1 change: 1 addition & 0 deletions packages/blazor-workspace/CodeAnalysisDictionary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<Word>ltr</Word>
<Word>matcher</Word>
<Word>nullable</Word>
<Word>programmatically</Word>
<Word>runtime</Word>
<Word>rtl</Word>
<Word>sortable</Word>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<Content Remove="packages.lock.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.11" PrivateAssets="all" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
Loading

0 comments on commit 5090d23

Please sign in to comment.