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 Jul 25, 2023
1 parent 05f2975 commit 8f21939
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": "Tue, 25 Jul 2023 03:47:30 GMT",
"tag": "@ni/nimble-angular_v16.9.2",
"version": "16.9.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ni/nimble-angular",
"comment": "Bump @ni/nimble-components to v19.9.2",
"commit": "05f297566e45e9589e1613b8a7b2c316f4b3bd68"
}
]
}
},
{
"date": "Mon, 24 Jul 2023 21:12:18 GMT",
"tag": "@ni/nimble-angular_v16.9.1",
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 Mon, 24 Jul 2023 21:12:18 GMT and should not be manually modified.
This log was last generated on Tue, 25 Jul 2023 03:47:30 GMT and should not be manually modified.

<!-- Start content -->

## 16.9.2

Tue, 25 Jul 2023 03:47:30 GMT

### Patches

- Bump @ni/nimble-components to v19.9.2

## 16.9.1

Mon, 24 Jul 2023 21:12:18 GMT
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": "16.9.1",
"version": "16.9.2",
"description": "Angular components for the NI Nimble Design System",
"scripts": {
"invoke-publish": "cd ../../../ && npm run build:library && cd dist/ni/nimble-angular && npm publish"
@@ -28,7 +28,7 @@
"@angular/forms": "^14.2.0",
"@angular/localize": "^14.2.0",
"@angular/router": "^14.2.0",
"@ni/nimble-components": "^19.9.1"
"@ni/nimble-components": "^19.9.2"
},
"dependencies": {
"tslib": "^2.2.0"

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": "11.11.1",
"version": "11.11.2",
"description": "Blazor components for the NI Nimble Design System",
"scripts": {
"postinstall": "node build/generate-playwright-version-properties/source/index.js",
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": "Tue, 25 Jul 2023 03:47:30 GMT",
"tag": "@ni/nimble-components_v19.9.2",
"version": "19.9.2",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@ni/nimble-components",
"commit": "05f297566e45e9589e1613b8a7b2c316f4b3bd68",
"comment": "Implementation of markdown parser for converting markdown input to rich text content in the viewer"
}
]
}
},
{
"date": "Mon, 24 Jul 2023 21:12:18 GMT",
"tag": "@ni/nimble-components_v19.9.1",
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 Mon, 24 Jul 2023 21:12:18 GMT and should not be manually modified.
This log was last generated on Tue, 25 Jul 2023 03:47:30 GMT and should not be manually modified.

<!-- Start content -->

## 19.9.2

Tue, 25 Jul 2023 03:47:30 GMT

### Patches

- Implementation of markdown parser for converting markdown input to rich text content in the viewer ([ni/nimble@05f2975](https://github.com/ni/nimble/commit/05f297566e45e9589e1613b8a7b2c316f4b3bd68))

## 19.9.1

Mon, 24 Jul 2023 21:12:18 GMT
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": "19.9.1",
"version": "19.9.2",
"description": "Styled web components for the NI Nimble Design System",
"scripts": {
"build": "npm run generate-icons && npm run build-components && npm run bundle-components && npm run generate-scss && npm run build-storybook",

0 comments on commit 8f21939

Please sign in to comment.