Skip to content

Commit 636878e

Browse files
chore(release): 1.0.0-rc.1 [skip ci]
# 1.0.0-rc.1 (2021-07-12) ### Bug Fixes * **ci:** add stable release workflow ([6ae7c7d](6ae7c7d)) * **ci:** correct repository/project url ([407b663](407b663)) * **ci:** correct the main branch url ([b53f868](b53f868)) * **ci:** switch to circleci ([cc19bbc](cc19bbc)) * **dependecy:** bump trim-newlines from 3.0.0 to 3.0.1 ([#37](#37)) ([7608e1c](7608e1c)) * **dependency:** bump glob-parent from 5.1.1 to 5.1.2 ([#41](#41)) ([d7030b4](d7030b4)) * **dependency:** bump handlebars from 4.7.6 to 4.7.7 ([#38](#38)) ([7eae9e5](7eae9e5)) * **dependency:** bump hosted-git-info from 2.7.1 to 2.8.9 ([#35](#35)) ([2260ead](2260ead)) * **dependency:** bump lodash from 4.17.20 to 4.17.21 ([#39](#39)) ([3dc55ee](3dc55ee)) * **dependency:** bump normalize-url from 5.3.0 to 5.3.1 ([#40](#40)) ([860ee9f](860ee9f))
1 parent 407b663 commit 636878e

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

Changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 1.0.0-rc.1 (2021-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** add stable release workflow ([6ae7c7d](https://github.com/dadish/ProcessGraphQL/commit/6ae7c7dcaaa0c4001962530ef146a865101430ea))
7+
* **ci:** correct repository/project url ([407b663](https://github.com/dadish/ProcessGraphQL/commit/407b663180fa90fced36901ec27e42e3e251e809))
8+
* **ci:** correct the main branch url ([b53f868](https://github.com/dadish/ProcessGraphQL/commit/b53f8685dda1c92c1840a06bfb9d978b08ce3625))
9+
* **ci:** switch to circleci ([cc19bbc](https://github.com/dadish/ProcessGraphQL/commit/cc19bbc9d65a5945638067da05773414619e6c39))
10+
* **dependecy:** bump trim-newlines from 3.0.0 to 3.0.1 ([#37](https://github.com/dadish/ProcessGraphQL/issues/37)) ([7608e1c](https://github.com/dadish/ProcessGraphQL/commit/7608e1cb178d29d9bfcd4011667ebaf2650c5cbb))
11+
* **dependency:** bump glob-parent from 5.1.1 to 5.1.2 ([#41](https://github.com/dadish/ProcessGraphQL/issues/41)) ([d7030b4](https://github.com/dadish/ProcessGraphQL/commit/d7030b40ded67f00583faf6123c628ed1a2181d1))
12+
* **dependency:** bump handlebars from 4.7.6 to 4.7.7 ([#38](https://github.com/dadish/ProcessGraphQL/issues/38)) ([7eae9e5](https://github.com/dadish/ProcessGraphQL/commit/7eae9e553f33c9e2a7003172e505c5966ea304dc))
13+
* **dependency:** bump hosted-git-info from 2.7.1 to 2.8.9 ([#35](https://github.com/dadish/ProcessGraphQL/issues/35)) ([2260ead](https://github.com/dadish/ProcessGraphQL/commit/2260ead0286f80aaa6ae4eaa65ad7e9e4730a492))
14+
* **dependency:** bump lodash from 4.17.20 to 4.17.21 ([#39](https://github.com/dadish/ProcessGraphQL/issues/39)) ([3dc55ee](https://github.com/dadish/ProcessGraphQL/commit/3dc55ee2424b3ff39d566d1a0452904565cd6b00))
15+
* **dependency:** bump normalize-url from 5.3.0 to 5.3.1 ([#40](https://github.com/dadish/ProcessGraphQL/issues/40)) ([860ee9f](https://github.com/dadish/ProcessGraphQL/commit/860ee9fd5752ff85bfacfa7968ace66bfddbbc38))
16+
117
## [1.0.2] - 2019-11-19
218

319
### Added

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
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.5.0-rc.4',
18+
'version' => '1.0.0-rc.1',
1919
'summary' => 'GraphQL for ProcessWire.',
2020
'href' => 'https://github.com/dadish/ProcessGraphql',
2121
'singular' => true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processgraphql",
3-
"version": "1.5.0-rc.4",
3+
"version": "1.0.0-rc.1",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)