Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2022-06-22)

### Bug Fixes

* **composer:** add replace packages for all old charcoal packages ([8bec034](8bec034))
  • Loading branch information
semantic-release-bot committed Jun 22, 2022
1 parent ddd2400 commit b3ac9fc
Showing 1 changed file with 17 additions and 34 deletions.
51 changes: 17 additions & 34 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,40 +125,23 @@
}
},
"replace": {
"charcoal/admin": "2.2.0",
"charcoal/app": "2.2.0",
"charcoal/attachment": "2.2.0",
"charcoal/cache": "2.2.0",
"charcoal/cms": "2.2.0",
"charcoal/config": "2.2.0",
"charcoal/core": "2.2.0",
"charcoal/email": "2.2.0",
"charcoal/factory": "2.2.0",
"charcoal/image": "2.2.0",
"charcoal/object": "2.2.0",
"charcoal/property": "2.2.0",
"charcoal/queue": "2.2.0",
"charcoal/translator": "2.2.0",
"charcoal/ui": "2.2.0",
"charcoal/user": "2.2.0",
"charcoal/view": "2.2.0",
"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.1",
"charcoal/app": "2.2.1",
"charcoal/attachment": "2.2.1",
"charcoal/cache": "2.2.1",
"charcoal/cms": "2.2.1",
"charcoal/config": "2.2.1",
"charcoal/core": "2.2.1",
"charcoal/email": "2.2.1",
"charcoal/factory": "2.2.1",
"charcoal/image": "2.2.1",
"charcoal/object": "2.2.1",
"charcoal/property": "2.2.1",
"charcoal/queue": "2.2.1",
"charcoal/translator": "2.2.1",
"charcoal/ui": "2.2.1",
"charcoal/user": "2.2.1",
"charcoal/view": "2.2.1"
},
"bin": [
"bin/charcoal"
Expand Down

0 comments on commit b3ac9fc

Please sign in to comment.