Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.0](v1.2.0...v1.3.0) (2022-06-07)

### Features

* **create-pr:** add a script to trigger a pull request on the remote ([3016115](3016115))

### Bug Fixes

* **create-pr:** remove Personal access token from script and replace with $GITHUB_TOKEN instead ([f2aaac6](f2aaac6))
* **package:** add missing semantic-release plugin ([59bd1b1](59bd1b1))
  • Loading branch information
semantic-release-bot committed Jun 7, 2022
1 parent dce835c commit a2f65c4
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 97 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,23 +114,23 @@
}
},
"replace": {
"locomotivemtl/charcoal-admin": "1.2.0",
"locomotivemtl/charcoal-app": "1.2.0",
"locomotivemtl/charcoal-attachment": "1.2.0",
"locomotivemtl/charcoal-cache": "1.2.0",
"locomotivemtl/charcoal-cms": "1.2.0",
"locomotivemtl/charcoal-config": "1.2.0",
"locomotivemtl/charcoal-core": "1.2.0",
"locomotivemtl/charcoal-email": "1.2.0",
"locomotivemtl/charcoal-factory": "1.2.0",
"locomotivemtl/charcoal-image": "1.2.0",
"locomotivemtl/charcoal-object": "1.2.0",
"locomotivemtl/charcoal-property": "1.2.0",
"locomotivemtl/charcoal-queue": "1.2.0",
"locomotivemtl/charcoal-translator": "1.2.0",
"locomotivemtl/charcoal-ui": "1.2.0",
"locomotivemtl/charcoal-user": "1.2.0",
"locomotivemtl/charcoal-view": "1.2.0"
"locomotivemtl/charcoal-admin": "1.3.0",
"locomotivemtl/charcoal-app": "1.3.0",
"locomotivemtl/charcoal-attachment": "1.3.0",
"locomotivemtl/charcoal-cache": "1.3.0",
"locomotivemtl/charcoal-cms": "1.3.0",
"locomotivemtl/charcoal-config": "1.3.0",
"locomotivemtl/charcoal-core": "1.3.0",
"locomotivemtl/charcoal-email": "1.3.0",
"locomotivemtl/charcoal-factory": "1.3.0",
"locomotivemtl/charcoal-image": "1.3.0",
"locomotivemtl/charcoal-object": "1.3.0",
"locomotivemtl/charcoal-property": "1.3.0",
"locomotivemtl/charcoal-queue": "1.3.0",
"locomotivemtl/charcoal-translator": "1.3.0",
"locomotivemtl/charcoal-ui": "1.3.0",
"locomotivemtl/charcoal-user": "1.3.0",
"locomotivemtl/charcoal-view": "1.3.0"
},
"bin": [
"bin/charcoal"
Expand Down
20 changes: 10 additions & 10 deletions packages/charcoal-admin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
Expand All @@ -29,15 +29,15 @@
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"kriswallsmith/assetic": "^1.4",
"laminas/laminas-permissions-acl": "^2.8",
"locomotivemtl/charcoal-app": "^1.3",
"locomotivemtl/charcoal-cache": "^1.3",
"locomotivemtl/charcoal-cms": "^1.3",
"locomotivemtl/charcoal-core": "^1.3",
"locomotivemtl/charcoal-email": "^1.3",
"locomotivemtl/charcoal-object": "^1.3",
"locomotivemtl/charcoal-translator": "^1.3",
"locomotivemtl/charcoal-ui": "^1.3",
"locomotivemtl/charcoal-user": "^1.3",
"locomotivemtl/charcoal-app": "^1.4",
"locomotivemtl/charcoal-cache": "^1.4",
"locomotivemtl/charcoal-cms": "^1.4",
"locomotivemtl/charcoal-core": "^1.4",
"locomotivemtl/charcoal-email": "^1.4",
"locomotivemtl/charcoal-object": "^1.4",
"locomotivemtl/charcoal-translator": "^1.4",
"locomotivemtl/charcoal-ui": "^1.4",
"locomotivemtl/charcoal-user": "^1.4",
"mcaskill/php-html-build-attributes": "^1.0",
"paragonie/random_compat": ">=2",
"psr/cache": "^1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/charcoal-app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"ext-pdo": "*",
"league/climate": "^3.2",
"league/flysystem": "^1.0",
"locomotivemtl/charcoal-cache": "^1.3",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-factory": "^1.3",
"locomotivemtl/charcoal-translator": "^1.3",
"locomotivemtl/charcoal-view": "^1.3",
"locomotivemtl/charcoal-cache": "^1.4",
"locomotivemtl/charcoal-config": "^1.4",
"locomotivemtl/charcoal-factory": "^1.4",
"locomotivemtl/charcoal-translator": "^1.4",
"locomotivemtl/charcoal-view": "^1.4",
"monolog/monolog": "^1.17",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/charcoal-attachment/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-core": "^1.3",
"locomotivemtl/charcoal-object": "^1.3",
"locomotivemtl/charcoal-translator": "^1.3"
"locomotivemtl/charcoal-config": "^1.4",
"locomotivemtl/charcoal-core": "^1.4",
"locomotivemtl/charcoal-object": "^1.4",
"locomotivemtl/charcoal-translator": "^1.4"
},
"require-dev": {
"locomotivemtl/charcoal-admin": "^1.3",
"locomotivemtl/charcoal-admin": "^1.4",
"mockery/mockery": "^1.0",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/charcoal-cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-config": "^1.4",
"pimple/pimple": "^3.0",
"psr/cache": "^1.0",
"tedivm/stash": "~0.16"
Expand Down
18 changes: 9 additions & 9 deletions packages/charcoal-cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/http-message": "^1.0",
"locomotivemtl/charcoal-app": "^1.3",
"locomotivemtl/charcoal-attachment": "^1.3",
"locomotivemtl/charcoal-core": "^1.3",
"locomotivemtl/charcoal-factory": "^1.3",
"locomotivemtl/charcoal-object": "^1.3",
"locomotivemtl/charcoal-property": "^1.3",
"locomotivemtl/charcoal-translator": "^1.3"
"locomotivemtl/charcoal-app": "^1.4",
"locomotivemtl/charcoal-attachment": "^1.4",
"locomotivemtl/charcoal-core": "^1.4",
"locomotivemtl/charcoal-factory": "^1.4",
"locomotivemtl/charcoal-object": "^1.4",
"locomotivemtl/charcoal-property": "^1.4",
"locomotivemtl/charcoal-translator": "^1.4"
},
"require-dev": {
"locomotivemtl/charcoal-admin": "^1.3",
"locomotivemtl/charcoal-admin": "^1.4",
"mustache/mustache": "^2.11",
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/charcoal-config/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
Expand Down
14 changes: 7 additions & 7 deletions packages/charcoal-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
Expand All @@ -27,11 +27,11 @@
"psr/log": "^1.0",
"psr/cache": "^1.0",
"pimple/pimple": "^3.0",
"locomotivemtl/charcoal-cache": "^1.3",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-factory": "^1.3",
"locomotivemtl/charcoal-property": "^1.3",
"locomotivemtl/charcoal-view": "^1.3"
"locomotivemtl/charcoal-cache": "^1.4",
"locomotivemtl/charcoal-config": "^1.4",
"locomotivemtl/charcoal-factory": "^1.4",
"locomotivemtl/charcoal-property": "^1.4",
"locomotivemtl/charcoal-view": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -40,7 +40,7 @@
"cache/void-adapter": "^1.0",
"tedivm/stash": "~0.16",
"mockery/mockery": "^1.0",
"locomotivemtl/charcoal-app": "^1.3"
"locomotivemtl/charcoal-app": "^1.4"
},
"autoload": {
"psr-4": {
Expand Down
8 changes: 4 additions & 4 deletions packages/charcoal-email/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"phpmailer/phpmailer": "~6.0",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-app": "^1.3",
"locomotivemtl/charcoal-queue": "^1.3",
"locomotivemtl/charcoal-config": "^1.4",
"locomotivemtl/charcoal-app": "^1.4",
"locomotivemtl/charcoal-queue": "^1.4",
"seld/jsonlint": "^1.9",
"ext-pdo": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/charcoal-factory/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
Expand Down
4 changes: 2 additions & 2 deletions packages/charcoal-image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"locomotivemtl/charcoal-factory": "^1.3"
"locomotivemtl/charcoal-factory": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
10 changes: 5 additions & 5 deletions packages/charcoal-object/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-core": "^1.3",
"locomotivemtl/charcoal-factory": "^1.3",
"locomotivemtl/charcoal-translator": "^1.3"
"locomotivemtl/charcoal-config": "^1.4",
"locomotivemtl/charcoal-core": "^1.4",
"locomotivemtl/charcoal-factory": "^1.4",
"locomotivemtl/charcoal-translator": "^1.4"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
Expand Down
12 changes: 6 additions & 6 deletions packages/charcoal-property/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
Expand All @@ -27,11 +27,11 @@
"ext-simplexml": "*",
"psr/log": "^1.0",
"psr/cache": "^1.0",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-core": "^1.3",
"locomotivemtl/charcoal-factory": "^1.3",
"locomotivemtl/charcoal-image": "^1.3",
"locomotivemtl/charcoal-translator": "^1.3"
"locomotivemtl/charcoal-config": "^1.4",
"locomotivemtl/charcoal-core": "^1.4",
"locomotivemtl/charcoal-factory": "^1.4",
"locomotivemtl/charcoal-image": "^1.4",
"locomotivemtl/charcoal-translator": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/charcoal-queue/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"locomotivemtl/charcoal-core": "^1.3",
"locomotivemtl/charcoal-factory": "^1.3"
"locomotivemtl/charcoal-core": "^1.4",
"locomotivemtl/charcoal-factory": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/charcoal-translator/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-config": "^1.4",
"symfony/translation": "^3.4",
"pimple/pimple": "^3.0"
},
Expand All @@ -31,7 +31,7 @@
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.5",
"php-coveralls/php-coveralls": "^2.2",
"locomotivemtl/charcoal-admin": "^1.3"
"locomotivemtl/charcoal-admin": "^1.4"
},
"suggest": {
"locomotivemtl/charcoal-app": "To run the parser script."
Expand Down
12 changes: 6 additions & 6 deletions packages/charcoal-ui/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
],
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
"dev-master": "1.4-dev"
}
},
"require": {
"php": "^7.4 || ^8.0",
"psr/log": "^1.0",
"locomotivemtl/charcoal-config": "^1.3",
"locomotivemtl/charcoal-factory": "^1.3",
"locomotivemtl/charcoal-translator": "^1.3",
"locomotivemtl/charcoal-view": "^1.3",
"locomotivemtl/charcoal-user": "^1.3"
"locomotivemtl/charcoal-config": "^1.4",
"locomotivemtl/charcoal-factory": "^1.4",
"locomotivemtl/charcoal-translator": "^1.4",
"locomotivemtl/charcoal-view": "^1.4",
"locomotivemtl/charcoal-user": "^1.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down
Loading

0 comments on commit a2f65c4

Please sign in to comment.