Skip to content

Commit

Permalink
chore: release monodeploy [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tophat-opensource-bot committed Jul 2, 2024
1 parent 38800c8 commit 6f37a84
Show file tree
Hide file tree
Showing 23 changed files with 204 additions and 94 deletions.
10 changes: 10 additions & 0 deletions packages/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/changelog@5.0.1...@monodeploy/changelog@5.0.2) "@monodeploy/changelog" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/changelog@5.0.0...@monodeploy/changelog@5.0.1) "@monodeploy/changelog" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
10 changes: 5 additions & 5 deletions packages/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/changelog",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand All @@ -27,10 +27,10 @@
"prepack": "run workspace:build \"$(pwd)\""
},
"peerDependencies": {
"@monodeploy/git": "workspace:^5.0.1",
"@monodeploy/io": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/git": "workspace:^5.0.2",
"@monodeploy/io": "workspace:^5.0.2",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@yarnpkg/core": "^4.1.1",
"@yarnpkg/fslib": "^3.1.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/monodeploy@5.0.1...monodeploy@5.0.2) "monodeploy" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/monodeploy@5.0.0...monodeploy@5.0.1) "monodeploy" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monodeploy",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@types/node": "^18.18.6"
},
"dependencies": {
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/node": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/node": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@yarnpkg/core": "^4.1.1",
"@yarnpkg/fslib": "^3.1.0",
"ajv": "^8.12.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/dependencies/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/dependencies@5.0.1...@monodeploy/dependencies@5.0.2) "@monodeploy/dependencies" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/dependencies@5.0.0...@monodeploy/dependencies@5.0.1) "@monodeploy/dependencies" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions packages/dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/dependencies",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand All @@ -27,8 +27,8 @@
"prepack": "run workspace:build \"$(pwd)\""
},
"peerDependencies": {
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@yarnpkg/core": "^4.1.1"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/git@5.0.1...@monodeploy/git@5.0.2) "@monodeploy/git" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/git@5.0.0...@monodeploy/git@5.0.1) "@monodeploy/git" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
8 changes: 4 additions & 4 deletions packages/git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/git",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"micromatch": "^4.0.5"
},
"peerDependencies": {
"@monodeploy/io": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/io": "workspace:^5.0.2",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@yarnpkg/core": "^4.1.1",
"@yarnpkg/fslib": "^3.1.0"
}
Expand Down
10 changes: 10 additions & 0 deletions packages/io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/io@5.0.1...@monodeploy/io@5.0.2) "@monodeploy/io" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/io@5.0.0...@monodeploy/io@5.0.1) "@monodeploy/io" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions packages/io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/io",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@yarnpkg/shell": "^4.0.2"
},
"peerDependencies": {
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@yarnpkg/core": "^4.1.1",
"@yarnpkg/fslib": "^3.1.0",
"@yarnpkg/shell": "^4.0.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/logging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@5.0.1...@monodeploy/logging@5.0.2) "@monodeploy/logging" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/logging@5.0.0...@monodeploy/logging@5.0.1) "@monodeploy/logging" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/logging",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/node@5.0.1...@monodeploy/node@5.0.2) "@monodeploy/node" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/node@5.0.0...@monodeploy/node@5.0.1) "@monodeploy/node" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
18 changes: 9 additions & 9 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/node",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down Expand Up @@ -32,14 +32,14 @@
"@types/node": "^18.18.6"
},
"dependencies": {
"@monodeploy/changelog": "workspace:^5.0.1",
"@monodeploy/dependencies": "workspace:^5.0.1",
"@monodeploy/git": "workspace:^5.0.1",
"@monodeploy/io": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/publish": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/versions": "workspace:^5.0.1",
"@monodeploy/changelog": "workspace:^5.0.2",
"@monodeploy/dependencies": "workspace:^5.0.2",
"@monodeploy/git": "workspace:^5.0.2",
"@monodeploy/io": "workspace:^5.0.2",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/publish": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@monodeploy/versions": "workspace:^5.0.2",
"@yarnpkg/cli": "^4.3.1",
"@yarnpkg/core": "^4.1.1",
"@yarnpkg/fslib": "^3.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugin-github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [2.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/plugin-github@2.0.1...@monodeploy/plugin-github@2.0.2) "@monodeploy/plugin-github" (2024-07-02)<a name="2.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [2.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/plugin-github@2.0.0...@monodeploy/plugin-github@2.0.1) "@monodeploy/plugin-github" (2023-11-14)<a name="2.0.1"></a>

### Dependencies
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/plugin-github",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down Expand Up @@ -32,10 +32,10 @@
"tapable": "^2.2.1"
},
"dependencies": {
"@monodeploy/git": "workspace:^5.0.1",
"@monodeploy/io": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/git": "workspace:^5.0.2",
"@monodeploy/io": "workspace:^5.0.2",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@octokit/core": "^5.0.1",
"@octokit/plugin-throttling": "^8.1.2",
"@yarnpkg/core": "^4.1.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/publish/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/publish@5.0.1...@monodeploy/publish@5.0.2) "@monodeploy/publish" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/publish@5.0.0...@monodeploy/publish@5.0.1) "@monodeploy/publish" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
12 changes: 6 additions & 6 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/publish",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down Expand Up @@ -45,11 +45,11 @@
"@yarnpkg/shell": "^4.0.2"
},
"peerDependencies": {
"@monodeploy/dependencies": "workspace:^5.0.1",
"@monodeploy/git": "workspace:^5.0.1",
"@monodeploy/io": "workspace:^5.0.1",
"@monodeploy/logging": "workspace:^5.0.1",
"@monodeploy/types": "workspace:^5.0.1",
"@monodeploy/dependencies": "workspace:^5.0.2",
"@monodeploy/git": "workspace:^5.0.2",
"@monodeploy/io": "workspace:^5.0.2",
"@monodeploy/logging": "workspace:^5.0.2",
"@monodeploy/types": "workspace:^5.0.2",
"@yarnpkg/cli": "^4.3.1",
"@yarnpkg/core": "^4.1.1",
"@yarnpkg/fslib": "^3.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/types@5.0.1...@monodeploy/types@5.0.2) "@monodeploy/types" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/types@5.0.0...@monodeploy/types@5.0.1) "@monodeploy/types" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monodeploy/types",
"version": "5.0.1",
"version": "5.0.2",
"repository": {
"type": "git",
"url": "https://github.com/tophat/monodeploy.git",
Expand Down
10 changes: 10 additions & 0 deletions packages/versions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- MONODEPLOY:BELOW -->

## [5.0.2](https://github.com/tophat/monodeploy/compare/@monodeploy/versions@5.0.1...@monodeploy/versions@5.0.2) "@monodeploy/versions" (2024-07-02)<a name="5.0.2"></a>

### Dependencies

* update yarn ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))
* update yarn to 4.3.1 (#905) ([38800c8](https://github.com/tophat/monodeploy/commits/38800c8))




## [5.0.1](https://github.com/tophat/monodeploy/compare/@monodeploy/versions@5.0.0...@monodeploy/versions@5.0.1) "@monodeploy/versions" (2023-11-14)<a name="5.0.1"></a>

### Dependencies
Expand Down
Loading

0 comments on commit 6f37a84

Please sign in to comment.