Skip to content

Commit

Permalink
Merge branch 'main' into angular-column-placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Mar 27, 2024
2 parents 4df56ee + a15adbb commit 2214aee
Show file tree
Hide file tree
Showing 29 changed files with 3,646 additions and 28 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ env:
LC_ALL: "en_US.UTF-8"
LANG: "en_US.UTF-8"
LANGUAGE: "en_US.UTF-8"
TZ: "America/Chicago"
HAS_GITHUBPAGESDEPLOYTOKEN: ${{secrets.GITHUBPAGESDEPLOYTOKEN != ''}}
HAS_CHROMATIC_PROJECT_TOKEN: ${{secrets.CHROMATIC_PROJECT_TOKEN != ''}}
HAS_LHCI_GITHUB_APP_TOKEN: ${{secrets.LHCI_GITHUB_APP_TOKEN != ''}}
Expand Down Expand Up @@ -45,14 +46,18 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
global-json-file: packages/nimble-blazor/global.json
- run: dotnet --info
working-directory: packages/nimble-blazor/
- uses: actions/setup-node@v4
with:
node-version: '20'
registry-url: 'https://registry.npmjs.org'
cache: 'npm'
- run: npm ci
- run: dotnet restore --locked-mode
working-directory: packages/nimble-blazor/

# Print resolved dotnet info
- run: dotnet --info
working-directory: packages/nimble-blazor/

# print a log of outdated npm dependencies
# only informational so swallow error codes
Expand Down
30 changes: 30 additions & 0 deletions angular-workspace/projects/ni/nimble-angular/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
{
"name": "@ni/nimble-angular",
"entries": [
{
"date": "Wed, 27 Mar 2024 21:22:02 GMT",
"version": "20.5.7",
"tag": "@ni/nimble-angular_v20.5.7",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v24.1.1",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 27 Mar 2024 18:54:51 GMT",
"version": "20.5.6",
"tag": "@ni/nimble-angular_v20.5.6",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v24.1.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 27 Mar 2024 12:05:29 GMT",
"version": "20.5.5",
Expand Down
18 changes: 17 additions & 1 deletion angular-workspace/projects/ni/nimble-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Change Log - @ni/nimble-angular

This log was last generated on Wed, 27 Mar 2024 12:05:29 GMT and should not be manually modified.
This log was last generated on Wed, 27 Mar 2024 21:22:02 GMT and should not be manually modified.

<!-- Start content -->

## 20.5.7

Wed, 27 Mar 2024 21:22:02 GMT

### Patches

- Bump @ni/nimble-components to v24.1.1

## 20.5.6

Wed, 27 Mar 2024 18:54:51 GMT

### Patches

- Bump @ni/nimble-components to v24.1.0

## 20.5.5

Wed, 27 Mar 2024 12:05:29 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.5.5",
"version": "20.5.7",
"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": "^24.0.1"
"@ni/nimble-components": "^24.1.1"
},
"dependencies": {
"tslib": "^2.2.0"
Expand Down

This file was deleted.

8 changes: 4 additions & 4 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/nimble-blazor/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-blazor",
"entries": [
{
"date": "Wed, 27 Mar 2024 20:11:28 GMT",
"version": "14.5.7",
"tag": "@ni/nimble-blazor_v14.5.7",
"comments": {
"patch": [
{
"author": "26874831+atmgrifter00@users.noreply.github.com",
"package": "@ni/nimble-blazor",
"commit": "6e8a7ad44cba28c2b26c138e57ef16cf0d2a1b90",
"comment": "Adding package lock files to allow for reproducible builds"
}
]
}
},
{
"date": "Fri, 22 Mar 2024 16:18:25 GMT",
"version": "14.5.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/nimble-blazor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ni/nimble-blazor

This log was last generated on Mon, 18 Mar 2024 17:12:34 GMT and should not be manually modified.
This log was last generated on Wed, 27 Mar 2024 20:11:28 GMT and should not be manually modified.

<!-- Start content -->

## 14.5.7

Wed, 27 Mar 2024 20:11:28 GMT

### Patches

- Adding package lock files to allow for reproducible builds ([ni/nimble@6e8a7ad](https://github.com/ni/nimble/commit/6e8a7ad44cba28c2b26c138e57ef16cf0d2a1b90))

## 14.5.0

Mon, 18 Mar 2024 17:12:34 GMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<DisableImplicitNuGetFallbackFolder>true</DisableImplicitNuGetFallbackFolder>
</PropertyGroup>

<ItemGroup>
<Content Remove="packages.lock.json" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.27" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.27" PrivateAssets="all" />
Expand All @@ -24,6 +29,9 @@

<ItemGroup>
<AdditionalFiles Include="..\..\CodeAnalysisDictionary.xml" Link="CodeAnalysisDictionary.xml" />
<None Include="packages.lock.json">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<PackageReference Include="NI.CSharp.Analyzers" Version="2.0.21" />
</ItemGroup>

Expand Down
Loading

0 comments on commit 2214aee

Please sign in to comment.