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 Mar 27, 2024
1 parent c6d99d8 commit 1e8b09e
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 17 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": "Wed, 27 Mar 2024 12:05:29 GMT",
"version": "20.5.5",
"tag": "@ni/nimble-angular_v20.5.5",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v24.0.1",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 26 Mar 2024 20:45:41 GMT",
"version": "20.5.4",
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 Tue, 26 Mar 2024 20:45:41 GMT and should not be manually modified.
This log was last generated on Wed, 27 Mar 2024 12:05:29 GMT and should not be manually modified.

<!-- Start content -->

## 20.5.5

Wed, 27 Mar 2024 12:05:29 GMT

### Patches

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

## 20.5.4

Tue, 26 Mar 2024 20:45:41 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.4",
"version": "20.5.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": "^24.0.0"
"@ni/nimble-components": "^24.0.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.

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": "14.5.4",
"version": "14.5.5",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/nimble-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ni/nimble-components",
"entries": [
{
"date": "Wed, 27 Mar 2024 12:05:29 GMT",
"version": "24.0.1",
"tag": "@ni/nimble-components_v24.0.1",
"comments": {
"patch": [
{
"author": "33986780+munteannatan@users.noreply.github.com",
"package": "@ni/nimble-components",
"commit": "c6d99d8923082bee7a68c244c60d36be339f0ee3",
"comment": "Created new computations experimental module and tested it, created new data manager experimental and integrated with hover and old renderer"
}
]
}
},
{
"date": "Tue, 26 Mar 2024 20:45:41 GMT",
"version": "24.0.0",
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 Tue, 26 Mar 2024 20:45:41 GMT and should not be manually modified.
This log was last generated on Wed, 27 Mar 2024 12:05:29 GMT and should not be manually modified.

<!-- Start content -->

## 24.0.1

Wed, 27 Mar 2024 12:05:29 GMT

### Patches

- Created new computations experimental module and tested it, created new data manager experimental and integrated with hover and old renderer ([ni/nimble@c6d99d8](https://github.com/ni/nimble/commit/c6d99d8923082bee7a68c244c60d36be339f0ee3))

## 24.0.0

Tue, 26 Mar 2024 20:45:41 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/nimble-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ni/nimble-components",
"version": "24.0.0",
"version": "24.0.1",
"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

0 comments on commit 1e8b09e

Please sign in to comment.