@graphcommerce/changeset-changelog 0.0.1 → 0.0.2-canary.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-canary.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1710](https://github.com/graphcommerce-org/graphcommerce/pull/1710) [`0f2f16e7a`](https://github.com/graphcommerce-org/graphcommerce/commit/0f2f16e7ac23096992b5d04af702a5433f41f68a) Thanks [@paales](https://github.com/paales)! - Automatically commit canary version changes
|
|
8
|
+
|
|
9
|
+
## 0.0.2-canary.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1710](https://github.com/graphcommerce-org/graphcommerce/pull/1710) [`2a1115577`](https://github.com/graphcommerce-org/graphcommerce/commit/2a11155772ecf9f397e9e0b1ef192989a20c0679) Thanks [@paales](https://github.com/paales)! - Automatically create a new canary release when packages are merged
|
|
14
|
+
|
|
15
|
+
## 0.0.2-canary.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [`1b7166419`](https://github.com/graphcommerce-org/graphcommerce/commit/1b7166419a22a2de6a87aa620ca2bb28dbbced1e) Thanks [@paales](https://github.com/paales)! - Automerge back to canary
|
|
20
|
+
|
|
3
21
|
## 0.0.1
|
|
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.
|
|
5
|
+
"version": "0.0.2-canary.2",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"typings": "dist/index.d.ts",
|
|
8
8
|
"scripts": {
|