Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2022-07-27)

### Bug Fixes

* **user:** fix __toString compatibility with AbstractModel on Acl Permission and Acl Role ([7ade0c0](7ade0c0))
  • Loading branch information
semantic-release-bot committed Jul 27, 2022
1 parent 7ade0c0 commit b82c453
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,23 @@
}
},
"replace": {
"charcoal/admin": "3.0.1",
"charcoal/app": "3.0.1",
"charcoal/attachment": "3.0.1",
"charcoal/cache": "3.0.1",
"charcoal/cms": "3.0.1",
"charcoal/config": "3.0.1",
"charcoal/core": "3.0.1",
"charcoal/email": "3.0.1",
"charcoal/factory": "3.0.1",
"charcoal/image": "3.0.1",
"charcoal/object": "3.0.1",
"charcoal/property": "3.0.1",
"charcoal/queue": "3.0.1",
"charcoal/translator": "3.0.1",
"charcoal/ui": "3.0.1",
"charcoal/user": "3.0.1",
"charcoal/view": "3.0.1"
"charcoal/admin": "3.0.2",
"charcoal/app": "3.0.2",
"charcoal/attachment": "3.0.2",
"charcoal/cache": "3.0.2",
"charcoal/cms": "3.0.2",
"charcoal/config": "3.0.2",
"charcoal/core": "3.0.2",
"charcoal/email": "3.0.2",
"charcoal/factory": "3.0.2",
"charcoal/image": "3.0.2",
"charcoal/object": "3.0.2",
"charcoal/property": "3.0.2",
"charcoal/queue": "3.0.2",
"charcoal/translator": "3.0.2",
"charcoal/ui": "3.0.2",
"charcoal/user": "3.0.2",
"charcoal/view": "3.0.2"
},
"bin": [
"bin/charcoal"
Expand Down

0 comments on commit b82c453

Please sign in to comment.