Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Dec 11, 2023
1 parent d1b4695 commit ff985dc
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 16 deletions.
11 changes: 0 additions & 11 deletions change/change-9897def3-d7e1-4148-b3c9-99486a0ac129.json

This file was deleted.

15 changes: 15 additions & 0 deletions packages/grapher/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@ws-tools/grapher",
"entries": [
{
"date": "Mon, 11 Dec 2023 23:58:13 GMT",
"version": "0.2.4",
"tag": "@ws-tools/grapher_v0.2.4",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ws-tools/grapher",
"comment": "Bump workspace-tools to v0.36.4",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 18 Oct 2023 22:14:54 GMT",
"version": "0.2.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/grapher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @ws-tools/grapher

This log was last generated on Wed, 18 Oct 2023 22:14:54 GMT and should not be manually modified.
This log was last generated on Mon, 11 Dec 2023 23:58:13 GMT and should not be manually modified.

<!-- Start content -->

## 0.2.4

Mon, 11 Dec 2023 23:58:13 GMT

### Patches

- Bump workspace-tools to v0.36.4

## 0.2.3

Wed, 18 Oct 2023 22:14:54 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/grapher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ws-tools/grapher",
"version": "0.2.3",
"version": "0.2.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"commander": "^11.1.0",
"workspace-tools": "^0.36.3"
"workspace-tools": "^0.36.4"
},
"devDependencies": {
"@types/node": "^16.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/workspace-tools/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "workspace-tools",
"entries": [
{
"date": "Mon, 11 Dec 2023 23:58:13 GMT",
"version": "0.36.4",
"tag": "workspace-tools_v0.36.4",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "workspace-tools",
"commit": "d1b46955bb5b8e924d5b0d48c7f453f298a9a388",
"comment": "Support case-insensitive package name match"
}
]
}
},
{
"date": "Wed, 18 Oct 2023 22:14:54 GMT",
"version": "0.36.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/workspace-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - workspace-tools

This log was last generated on Wed, 18 Oct 2023 22:14:54 GMT and should not be manually modified.
This log was last generated on Mon, 11 Dec 2023 23:58:13 GMT and should not be manually modified.

<!-- Start content -->

## 0.36.4

Mon, 11 Dec 2023 23:58:13 GMT

### Patches

- Support case-insensitive package name match ([email protected])

## 0.36.3

Wed, 18 Oct 2023 22:14:54 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "workspace-tools",
"version": "0.36.3",
"version": "0.36.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit ff985dc

Please sign in to comment.