Skip to content

Commit dd60e39

Browse files
chore(release): 2.0.0-rc.1 [skip ci]
# [2.0.0-rc.1](v1.4.2...v2.0.0-rc.1) (2023-05-15) ### Bug Fixes * **test:** make tests compatible with phpunit 9 and 10. ([91ac9c7](91ac9c7)) ### Features * **deps:** update webonyx/graphql-php into latest version ([395c9b5](395c9b5)) ### BREAKING CHANGES * **deps:** The webonyx/graphql-php from now on requires PHP version 7.4 and higher. So do we from now on.
1 parent c97d319 commit dd60e39

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Changelog.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0-rc.1](https://github.com/dadish/ProcessGraphQL/compare/v1.4.2...v2.0.0-rc.1) (2023-05-15)
2+
3+
4+
### Bug Fixes
5+
6+
* **test:** make tests compatible with phpunit 9 and 10. ([91ac9c7](https://github.com/dadish/ProcessGraphQL/commit/91ac9c7bc1aabb86b5aa95f7088ae418e225de89))
7+
8+
9+
### Features
10+
11+
* **deps:** update webonyx/graphql-php into latest version ([395c9b5](https://github.com/dadish/ProcessGraphQL/commit/395c9b5215d6f4f2e05ff1f7f0c8847cb927b33a))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **deps:** The webonyx/graphql-php from now on requires PHP version 7.4 and higher. So do we from now on.
17+
118
## [1.4.2](https://github.com/dadish/ProcessGraphQL/compare/v1.4.1...v1.4.2) (2023-05-14)
219

320

ProcessGraphQL.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ProcessGraphQL extends Process implements Module {
1515
{
1616
return array(
1717
'title' => 'GraphQL',
18-
'version' => '1.4.2',
18+
'version' => '2.0.0-rc.1',
1919
'summary' => 'GraphQL for ProcessWire.',
2020
'href' => 'https://github.com/dadish/ProcessGraphql',
2121
'singular' => true,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processgraphql",
3-
"version": "1.4.2",
3+
"version": "2.0.0-rc.1",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)