diff --git a/common/changes/@tinyburg/architect/main_2024-05-07-23-52.json b/common/changes/@tinyburg/architect/main_2024-05-07-23-52.json deleted file mode 100644 index 4f68b05..0000000 --- a/common/changes/@tinyburg/architect/main_2024-05-07-23-52.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@tinyburg/architect", - "comment": "Initial release", - "type": "major" - } - ], - "packageName": "@tinyburg/architect" -} diff --git a/common/changes/@tinyburg/explorer/main_2024-05-07-23-52.json b/common/changes/@tinyburg/explorer/main_2024-05-07-23-52.json deleted file mode 100644 index b2d91fe..0000000 --- a/common/changes/@tinyburg/explorer/main_2024-05-07-23-52.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@tinyburg/explorer", - "comment": "Initial release", - "type": "major" - } - ], - "packageName": "@tinyburg/explorer" -} diff --git a/common/changes/@tinyburg/fount/main_2024-05-07-23-52.json b/common/changes/@tinyburg/fount/main_2024-05-07-23-52.json deleted file mode 100644 index 8d4a53c..0000000 --- a/common/changes/@tinyburg/fount/main_2024-05-07-23-52.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@tinyburg/fount", - "comment": "Initial release", - "type": "major" - } - ], - "packageName": "@tinyburg/fount" -} diff --git a/common/changes/@tinyburg/insight/main_2024-05-07-23-52.json b/common/changes/@tinyburg/insight/main_2024-05-07-23-52.json deleted file mode 100644 index 04df449..0000000 --- a/common/changes/@tinyburg/insight/main_2024-05-07-23-52.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@tinyburg/insight", - "comment": "Initial release", - "type": "major" - } - ], - "packageName": "@tinyburg/insight" -} diff --git a/common/changes/@tinyburg/nucleus/main_2024-05-07-23-52.json b/common/changes/@tinyburg/nucleus/main_2024-05-07-23-52.json deleted file mode 100644 index e16b82d..0000000 --- a/common/changes/@tinyburg/nucleus/main_2024-05-07-23-52.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@tinyburg/nucleus", - "comment": "Initial release", - "type": "major" - } - ], - "packageName": "@tinyburg/nucleus" -} diff --git a/common/changes/@tinyburg/window/main_2024-05-07-23-52.json b/common/changes/@tinyburg/window/main_2024-05-07-23-52.json deleted file mode 100644 index 57186ed..0000000 --- a/common/changes/@tinyburg/window/main_2024-05-07-23-52.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@tinyburg/window", - "comment": "Initial release", - "type": "major" - } - ], - "packageName": "@tinyburg/window" -} diff --git a/packages/architect/CHANGELOG.json b/packages/architect/CHANGELOG.json new file mode 100644 index 0000000..0fa2d72 --- /dev/null +++ b/packages/architect/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@tinyburg/architect", + "entries": [ + { + "version": "6.0.0", + "tag": "@tinyburg/architect_v6.0.0", + "date": "Wed, 08 May 2024 00:14:57 GMT", + "comments": { + "major": [ + { + "comment": "Initial release" + } + ] + } + } + ] +} diff --git a/packages/architect/CHANGELOG.md b/packages/architect/CHANGELOG.md new file mode 100644 index 0000000..294fae5 --- /dev/null +++ b/packages/architect/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @tinyburg/architect + +This log was last generated on Wed, 08 May 2024 00:14:57 GMT and should not be manually modified. + +## 6.0.0 + +Wed, 08 May 2024 00:14:57 GMT + +### Breaking changes + +- Initial release diff --git a/packages/architect/package.json b/packages/architect/package.json index 12e2c83..dd203c8 100644 --- a/packages/architect/package.json +++ b/packages/architect/package.json @@ -1,6 +1,6 @@ { "name": "@tinyburg/architect", - "version": "5.0.0", + "version": "6.0.0", "description": "Creates a TinyTower instance in an android emulator on a local or remote docker host", "keywords": [ "tinyburg", diff --git a/packages/explorer/CHANGELOG.json b/packages/explorer/CHANGELOG.json new file mode 100644 index 0000000..29ed6d2 --- /dev/null +++ b/packages/explorer/CHANGELOG.json @@ -0,0 +1,22 @@ +{ + "name": "@tinyburg/explorer", + "entries": [ + { + "version": "6.0.0", + "tag": "@tinyburg/explorer_v6.0.0", + "date": "Wed, 08 May 2024 00:14:57 GMT", + "comments": { + "major": [ + { + "comment": "Initial release" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@tinyburg/insight\" to `6.0.0`" + } + ] + } + } + ] +} diff --git a/packages/explorer/CHANGELOG.md b/packages/explorer/CHANGELOG.md new file mode 100644 index 0000000..d09d388 --- /dev/null +++ b/packages/explorer/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @tinyburg/explorer + +This log was last generated on Wed, 08 May 2024 00:14:57 GMT and should not be manually modified. + +## 6.0.0 + +Wed, 08 May 2024 00:14:57 GMT + +### Breaking changes + +- Initial release diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 2b6cf72..c23cded 100644 --- a/packages/explorer/package.json +++ b/packages/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@tinyburg/explorer", - "version": "5.0.0", + "version": "6.0.0", "keywords": [ "tinyburg", "nimblebit", diff --git a/packages/fount/CHANGELOG.json b/packages/fount/CHANGELOG.json new file mode 100644 index 0000000..f0c0777 --- /dev/null +++ b/packages/fount/CHANGELOG.json @@ -0,0 +1,17 @@ +{ + "name": "@tinyburg/fount", + "entries": [ + { + "version": "6.0.0", + "tag": "@tinyburg/fount_v6.0.0", + "date": "Wed, 08 May 2024 00:14:57 GMT", + "comments": { + "major": [ + { + "comment": "Initial release" + } + ] + } + } + ] +} diff --git a/packages/fount/CHANGELOG.md b/packages/fount/CHANGELOG.md new file mode 100644 index 0000000..49e3af3 --- /dev/null +++ b/packages/fount/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @tinyburg/fount + +This log was last generated on Wed, 08 May 2024 00:14:57 GMT and should not be manually modified. + +## 6.0.0 + +Wed, 08 May 2024 00:14:57 GMT + +### Breaking changes + +- Initial release diff --git a/packages/fount/package.json b/packages/fount/package.json index ee99935..07199cc 100644 --- a/packages/fount/package.json +++ b/packages/fount/package.json @@ -1,6 +1,6 @@ { "name": "@tinyburg/fount", - "version": "5.0.0", + "version": "6.0.0", "description": "fetches any version of any of Nimblebit's Android apks directly from the playstore", "keywords": [ "tinyburg", diff --git a/packages/insight/CHANGELOG.json b/packages/insight/CHANGELOG.json new file mode 100644 index 0000000..721cf73 --- /dev/null +++ b/packages/insight/CHANGELOG.json @@ -0,0 +1,25 @@ +{ + "name": "@tinyburg/insight", + "entries": [ + { + "version": "6.0.0", + "tag": "@tinyburg/insight_v6.0.0", + "date": "Wed, 08 May 2024 00:14:57 GMT", + "comments": { + "major": [ + { + "comment": "Initial release" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@tinyburg/architect\" to `6.0.0`" + }, + { + "comment": "Updating dependency \"@tinyburg/fount\" to `6.0.0`" + } + ] + } + } + ] +} diff --git a/packages/insight/CHANGELOG.md b/packages/insight/CHANGELOG.md new file mode 100644 index 0000000..5eed9e5 --- /dev/null +++ b/packages/insight/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @tinyburg/insight + +This log was last generated on Wed, 08 May 2024 00:14:57 GMT and should not be manually modified. + +## 6.0.0 + +Wed, 08 May 2024 00:14:57 GMT + +### Breaking changes + +- Initial release diff --git a/packages/insight/package.json b/packages/insight/package.json index 1bc0a22..26be6e6 100644 --- a/packages/insight/package.json +++ b/packages/insight/package.json @@ -1,6 +1,6 @@ { "name": "@tinyburg/insight", - "version": "5.0.0", + "version": "6.0.0", "description": "Provides insight into the TinyTower game using frida agents", "keywords": [ "tinyburg", diff --git a/packages/nucleus/CHANGELOG.json b/packages/nucleus/CHANGELOG.json new file mode 100644 index 0000000..0eac11a --- /dev/null +++ b/packages/nucleus/CHANGELOG.json @@ -0,0 +1,28 @@ +{ + "name": "@tinyburg/nucleus", + "entries": [ + { + "version": "6.0.0", + "tag": "@tinyburg/nucleus_v6.0.0", + "date": "Wed, 08 May 2024 00:14:57 GMT", + "comments": { + "major": [ + { + "comment": "Initial release" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@tinyburg/architect\" to `6.0.0`" + }, + { + "comment": "Updating dependency \"@tinyburg/fount\" to `6.0.0`" + }, + { + "comment": "Updating dependency \"@tinyburg/insight\" to `6.0.0`" + } + ] + } + } + ] +} diff --git a/packages/nucleus/CHANGELOG.md b/packages/nucleus/CHANGELOG.md new file mode 100644 index 0000000..8b3dba8 --- /dev/null +++ b/packages/nucleus/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @tinyburg/nucleus + +This log was last generated on Wed, 08 May 2024 00:14:57 GMT and should not be manually modified. + +## 6.0.0 + +Wed, 08 May 2024 00:14:57 GMT + +### Breaking changes + +- Initial release diff --git a/packages/nucleus/package.json b/packages/nucleus/package.json index 4a171ae..8965f55 100644 --- a/packages/nucleus/package.json +++ b/packages/nucleus/package.json @@ -1,6 +1,6 @@ { "name": "@tinyburg/nucleus", - "version": "5.0.0", + "version": "6.0.0", "description": "api for the mobile game TinyTower by Nimblebit", "keywords": [ "tinyburg", diff --git a/packages/window/CHANGELOG.json b/packages/window/CHANGELOG.json new file mode 100644 index 0000000..2321695 --- /dev/null +++ b/packages/window/CHANGELOG.json @@ -0,0 +1,22 @@ +{ + "name": "@tinyburg/window", + "entries": [ + { + "version": "6.0.0", + "tag": "@tinyburg/window_v6.0.0", + "date": "Wed, 08 May 2024 00:14:57 GMT", + "comments": { + "major": [ + { + "comment": "Initial release" + } + ], + "dependency": [ + { + "comment": "Updating dependency \"@tinyburg/architect\" to `6.0.0`" + } + ] + } + } + ] +} diff --git a/packages/window/CHANGELOG.md b/packages/window/CHANGELOG.md new file mode 100644 index 0000000..5c9a9bf --- /dev/null +++ b/packages/window/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log - @tinyburg/window + +This log was last generated on Wed, 08 May 2024 00:14:57 GMT and should not be manually modified. + +## 6.0.0 + +Wed, 08 May 2024 00:14:57 GMT + +### Breaking changes + +- Initial release diff --git a/packages/window/package.json b/packages/window/package.json index dd79105..9aeb483 100644 --- a/packages/window/package.json +++ b/packages/window/package.json @@ -1,6 +1,6 @@ { "name": "@tinyburg/window", - "version": "5.0.0", + "version": "6.0.0", "description": "Stream and interact with a remote tinytower instance through the browser", "keywords": [ "tinyburg",