Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
otbbuilder-dev committed Oct 14, 2023
1 parent 54c2d71 commit 1a29b87
Show file tree
Hide file tree
Showing 115 changed files with 2,852 additions and 356 deletions.

This file was deleted.

27 changes: 27 additions & 0 deletions packages/bin-composite-types/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@ot-builder/bin-composite-types",
"entries": [
{
"date": "Sat, 14 Oct 2023 07:38:32 GMT",
"version": "1.7.2",
"tag": "@ot-builder/bin-composite-types_v1.7.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ot-builder/bin-composite-types",
"comment": "Bump @ot-builder/bin-util to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/bin-composite-types",
"comment": "Bump @ot-builder/errors to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/bin-composite-types",
"comment": "Bump @ot-builder/prelude to v1.7.2",
"commit": "not available"
}
]
}
},
{
"date": "Sat, 14 Oct 2023 01:02:49 GMT",
"version": "1.7.1",
Expand Down
12 changes: 11 additions & 1 deletion packages/bin-composite-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @ot-builder/bin-composite-types

This log was last generated on Sat, 14 Oct 2023 01:02:49 GMT and should not be manually modified.
This log was last generated on Sat, 14 Oct 2023 07:38:32 GMT and should not be manually modified.

<!-- Start content -->

## 1.7.2

Sat, 14 Oct 2023 07:38:32 GMT

### Patches

- Bump @ot-builder/bin-util to v1.7.2
- Bump @ot-builder/errors to v1.7.2
- Bump @ot-builder/prelude to v1.7.2

## 1.7.1

Sat, 14 Oct 2023 01:02:49 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/bin-composite-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ot-builder/bin-composite-types",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -25,9 +25,9 @@
"access": "public"
},
"dependencies": {
"@ot-builder/bin-util": "1.7.1",
"@ot-builder/errors": "1.7.1",
"@ot-builder/prelude": "1.7.1",
"@ot-builder/bin-util": "1.7.2",
"@ot-builder/errors": "1.7.2",
"@ot-builder/prelude": "1.7.2",
"tslib": "^2.0.0"
},
"devDependencies": {
Expand Down
27 changes: 27 additions & 0 deletions packages/bin-util/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@ot-builder/bin-util",
"entries": [
{
"date": "Sat, 14 Oct 2023 07:38:32 GMT",
"version": "1.7.2",
"tag": "@ot-builder/bin-util_v1.7.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ot-builder/bin-util",
"comment": "Bump @ot-builder/errors to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/bin-util",
"comment": "Bump @ot-builder/prelude to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/bin-util",
"comment": "Bump @ot-builder/common-impl to v1.7.2",
"commit": "not available"
}
]
}
},
{
"date": "Sat, 14 Oct 2023 01:02:49 GMT",
"version": "1.7.1",
Expand Down
12 changes: 11 additions & 1 deletion packages/bin-util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @ot-builder/bin-util

This log was last generated on Sat, 14 Oct 2023 01:02:49 GMT and should not be manually modified.
This log was last generated on Sat, 14 Oct 2023 07:38:32 GMT and should not be manually modified.

<!-- Start content -->

## 1.7.2

Sat, 14 Oct 2023 07:38:32 GMT

### Patches

- Bump @ot-builder/errors to v1.7.2
- Bump @ot-builder/prelude to v1.7.2
- Bump @ot-builder/common-impl to v1.7.2

## 1.7.1

Sat, 14 Oct 2023 01:02:49 GMT
Expand Down
8 changes: 4 additions & 4 deletions packages/bin-util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ot-builder/bin-util",
"description": "",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,9 +26,9 @@
"access": "public"
},
"dependencies": {
"@ot-builder/errors": "1.7.1",
"@ot-builder/prelude": "1.7.1",
"@ot-builder/common-impl": "1.7.1",
"@ot-builder/errors": "1.7.2",
"@ot-builder/prelude": "1.7.2",
"@ot-builder/common-impl": "1.7.2",
"tslib": "^2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-help-shower/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ot-builder/cli-help-shower",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
51 changes: 51 additions & 0 deletions packages/cli-proc/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
{
"name": "@ot-builder/cli-proc",
"entries": [
{
"date": "Sat, 14 Oct 2023 07:38:32 GMT",
"version": "1.7.2",
"tag": "@ot-builder/cli-proc_v1.7.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/io-bin-font to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/primitive to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/common-impl to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/rectify to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/trace to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/prelude to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/cli-proc",
"comment": "Bump @ot-builder/ot to v1.7.2",
"commit": "not available"
}
]
}
},
{
"date": "Sat, 14 Oct 2023 01:02:49 GMT",
"version": "1.7.1",
Expand Down
16 changes: 15 additions & 1 deletion packages/cli-proc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Change Log - @ot-builder/cli-proc

This log was last generated on Sat, 14 Oct 2023 01:02:49 GMT and should not be manually modified.
This log was last generated on Sat, 14 Oct 2023 07:38:32 GMT and should not be manually modified.

<!-- Start content -->

## 1.7.2

Sat, 14 Oct 2023 07:38:32 GMT

### Patches

- Bump @ot-builder/io-bin-font to v1.7.2
- Bump @ot-builder/primitive to v1.7.2
- Bump @ot-builder/common-impl to v1.7.2
- Bump @ot-builder/rectify to v1.7.2
- Bump @ot-builder/trace to v1.7.2
- Bump @ot-builder/prelude to v1.7.2
- Bump @ot-builder/ot to v1.7.2

## 1.7.1

Sat, 14 Oct 2023 01:02:49 GMT
Expand Down
16 changes: 8 additions & 8 deletions packages/cli-proc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ot-builder/cli-proc",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,13 +26,13 @@
},
"dependencies": {
"tslib": "^2.0.0",
"@ot-builder/io-bin-font": "1.7.1",
"@ot-builder/primitive": "1.7.1",
"@ot-builder/common-impl": "1.7.1",
"@ot-builder/rectify": "1.7.1",
"@ot-builder/trace": "1.7.1",
"@ot-builder/prelude": "1.7.1",
"@ot-builder/ot": "1.7.1"
"@ot-builder/io-bin-font": "1.7.2",
"@ot-builder/primitive": "1.7.2",
"@ot-builder/common-impl": "1.7.2",
"@ot-builder/rectify": "1.7.2",
"@ot-builder/trace": "1.7.2",
"@ot-builder/prelude": "1.7.2",
"@ot-builder/ot": "1.7.2"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
21 changes: 21 additions & 0 deletions packages/cli-shared/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@ot-builder/cli-shared",
"entries": [
{
"date": "Sat, 14 Oct 2023 07:38:32 GMT",
"version": "1.7.2",
"tag": "@ot-builder/cli-shared_v1.7.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@ot-builder/cli-shared",
"comment": "Bump @ot-builder/ot to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "@ot-builder/cli-shared",
"comment": "Bump @ot-builder/io-bin-font to v1.7.2",
"commit": "not available"
}
]
}
},
{
"date": "Sat, 14 Oct 2023 01:02:49 GMT",
"version": "1.7.1",
Expand Down
11 changes: 10 additions & 1 deletion packages/cli-shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @ot-builder/cli-shared

This log was last generated on Sat, 14 Oct 2023 01:02:49 GMT and should not be manually modified.
This log was last generated on Sat, 14 Oct 2023 07:38:32 GMT and should not be manually modified.

<!-- Start content -->

## 1.7.2

Sat, 14 Oct 2023 07:38:32 GMT

### Patches

- Bump @ot-builder/ot to v1.7.2
- Bump @ot-builder/io-bin-font to v1.7.2

## 1.7.1

Sat, 14 Oct 2023 01:02:49 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ot-builder/cli-shared",
"version": "1.7.1",
"version": "1.7.2",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -26,8 +26,8 @@
},
"dependencies": {
"tslib": "^2.0.0",
"@ot-builder/ot": "1.7.1",
"@ot-builder/io-bin-font": "1.7.1"
"@ot-builder/ot": "1.7.2",
"@ot-builder/io-bin-font": "1.7.2"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
27 changes: 27 additions & 0 deletions packages/cli-ttc-bundle/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "otb-ttc-bundle",
"entries": [
{
"date": "Sat, 14 Oct 2023 07:38:32 GMT",
"version": "1.7.2",
"tag": "otb-ttc-bundle_v1.7.2",
"comments": {
"patch": [
{
"author": "beachball",
"package": "otb-ttc-bundle",
"comment": "Bump ot-builder to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "otb-ttc-bundle",
"comment": "Bump @ot-builder/cli-help-shower to v1.7.2",
"commit": "not available"
},
{
"author": "beachball",
"package": "otb-ttc-bundle",
"comment": "Bump @ot-builder/cli-shared to v1.7.2",
"commit": "not available"
}
]
}
},
{
"date": "Sat, 14 Oct 2023 01:02:50 GMT",
"version": "1.7.1",
Expand Down
Loading

0 comments on commit 1a29b87

Please sign in to comment.