Skip to content

Commit 24fcf42

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.4.2...v2.0.0) (2023-08-18) ### Bug Fixes * **test:** make tests compatible with phpunit 9 and 10. ([91ac9c7](91ac9c7)) ### Features * **deps:** update webonyx/graphql-php into latest version ([395c9b5](395c9b5)) * **deps:** upgrade webonyx/graphql-php to version 15.6.2 ([eb8939f](eb8939f)) ### 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 6e4fb5d commit 24fcf42

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

Diff for: Changelog.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [2.0.0](https://github.com/dadish/ProcessGraphQL/compare/v1.4.2...v2.0.0) (2023-08-18)
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+
* **deps:** upgrade webonyx/graphql-php to version 15.6.2 ([eb8939f](https://github.com/dadish/ProcessGraphQL/commit/eb8939fa3c1e8ac9026fdedb16a11f11f14a0359))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* **deps:** The webonyx/graphql-php from now on requires PHP version 7.4 and higher. So do we from now on.
18+
119
# [2.0.0-rc.2](https://github.com/dadish/ProcessGraphQL/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2023-08-17)
220

321

Diff for: 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' => '2.0.0-rc.2',
18+
'version' => '2.0.0',
1919
'summary' => 'GraphQL for ProcessWire.',
2020
'href' => 'https://github.com/dadish/ProcessGraphql',
2121
'singular' => true,

Diff for: package.json

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

0 commit comments

Comments
 (0)