Skip to content

Commit

Permalink
chore(release): 2.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.3](v2.2.2...v2.2.3) (2022-06-23)

### Bug Fixes

* **packages:** 🏗️ add replace options in all packages composer files ([9f1777a](9f1777a))
  • Loading branch information
semantic-release-bot committed Jun 23, 2022
1 parent 8a4a9b1 commit d1e2afe
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 51 deletions.
51 changes: 17 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,40 +124,23 @@
}
},
"replace": {
"charcoal/admin": "2.2.2",
"charcoal/app": "2.2.2",
"charcoal/attachment": "2.2.2",
"charcoal/cache": "2.2.2",
"charcoal/cms": "2.2.2",
"charcoal/config": "2.2.2",
"charcoal/core": "2.2.2",
"charcoal/email": "2.2.2",
"charcoal/factory": "2.2.2",
"charcoal/image": "2.2.2",
"charcoal/object": "2.2.2",
"charcoal/property": "2.2.2",
"charcoal/queue": "2.2.2",
"charcoal/translator": "2.2.2",
"charcoal/ui": "2.2.2",
"charcoal/user": "2.2.2",
"charcoal/view": "2.2.2",
"locomotivemtl/charcoal-admin": "*",
"locomotivemtl/charcoal-app": "*",
"locomotivemtl/charcoal-attachment": "*",
"locomotivemtl/charcoal-cache": "*",
"locomotivemtl/charcoal-cms": "*",
"locomotivemtl/charcoal-config": "*",
"locomotivemtl/charcoal-core": "*",
"locomotivemtl/charcoal-email": "*",
"locomotivemtl/charcoal-factory": "*",
"locomotivemtl/charcoal-image": "*",
"locomotivemtl/charcoal-object": "*",
"locomotivemtl/charcoal-property": "*",
"locomotivemtl/charcoal-queue": "*",
"locomotivemtl/charcoal-translator": "*",
"locomotivemtl/charcoal-ui": "*",
"locomotivemtl/charcoal-user": "*",
"locomotivemtl/charcoal-view": "*"
"charcoal/admin": "2.2.3",
"charcoal/app": "2.2.3",
"charcoal/attachment": "2.2.3",
"charcoal/cache": "2.2.3",
"charcoal/cms": "2.2.3",
"charcoal/config": "2.2.3",
"charcoal/core": "2.2.3",
"charcoal/email": "2.2.3",
"charcoal/factory": "2.2.3",
"charcoal/image": "2.2.3",
"charcoal/object": "2.2.3",
"charcoal/property": "2.2.3",
"charcoal/queue": "2.2.3",
"charcoal/translator": "2.2.3",
"charcoal/ui": "2.2.3",
"charcoal/user": "2.2.3",
"charcoal/view": "2.2.3"
},
"bin": [
"bin/charcoal"
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-admin": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-app": "*"
},
"bin": [
Expand Down
2 changes: 1 addition & 1 deletion packages/attachment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-attachment": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-cache": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-cms": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-config": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-core": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/email/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-email": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/factory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-factory": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-image": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/object/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-object": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/property/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-property": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-queue": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/translator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-translator": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-ui": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/user/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Charcoal\\Tests\\": "tests/Charcoal/"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-user": "*"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/view/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Charcoal\\Tests\\": "tests/Charcoal"
}
},
"replace":{
"replace": {
"locomotivemtl/charcoal-view": "*"
},
"scripts": {
Expand Down

0 comments on commit d1e2afe

Please sign in to comment.