@graphcommerce/changeset-changelog 0.0.2-canary.2 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @graphcommerce/changeset-changelog
|
|
2
2
|
|
|
3
|
+
## 0.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`208d95f75`](https://github.com/graphcommerce-org/graphcommerce/commit/208d95f7574facc42871e400ef201845bd4a7927) Thanks [@github-actions](https://github.com/apps/github-actions)! - Automatically create a new canary release when packages are merged
|
|
8
|
+
|
|
9
|
+
- [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`aaf676f5f`](https://github.com/graphcommerce-org/graphcommerce/commit/aaf676f5f23f38a7349684f6e0f6b5fd8f21ce38) Thanks [@github-actions](https://github.com/apps/github-actions)! - Automerge back to canary
|
|
10
|
+
|
|
11
|
+
- [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`ceaf2831f`](https://github.com/graphcommerce-org/graphcommerce/commit/ceaf2831f0612ed70bc4155c8144ce241a4b1a01) Thanks [@github-actions](https://github.com/apps/github-actions)! - Simplified publishing releases
|
|
12
|
+
|
|
13
|
+
- [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`3477fb699`](https://github.com/graphcommerce-org/graphcommerce/commit/3477fb69951be0cec7aa4f7c21dd9074c747fef9) Thanks [@github-actions](https://github.com/apps/github-actions)! - Automatically commit canary version changes
|
|
14
|
+
|
|
15
|
+
## 0.0.2-canary.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`09dbc6397`](https://github.com/graphcommerce-org/graphcommerce/commit/09dbc63972cded1fc27c5a9df00126ad5d9356ff) Thanks [@paales](https://github.com/paales)! - Simplified publishing releases
|
|
20
|
+
|
|
3
21
|
## 0.0.2-canary.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/changeset-changelog",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "0.0.2
|
|
5
|
+
"version": "0.0.2",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
8
8
|
"scripts": {
|