@graphcommerce/changeset-changelog 0.0.1-canary.2 → 0.0.2-canary.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,24 @@
1
1
  # @graphcommerce/changeset-changelog
2
2
 
3
- ## 0.0.1-canary.2
3
+ ## 0.0.2-canary.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - [`11c93d140`](https://github.com/graphcommerce-org/graphcommerce/commit/11c93d1407ba0a2a03e241eb3ffc7f685bbf6e43) Thanks [@paales](https://github.com/paales)! - Automerge back to canary
7
+ - [#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
8
+
9
+ ## 0.0.2-canary.0
10
+
11
+ ### Patch Changes
12
+
13
+ - [`1b7166419`](https://github.com/graphcommerce-org/graphcommerce/commit/1b7166419a22a2de6a87aa620ca2bb28dbbced1e) Thanks [@paales](https://github.com/paales)! - Automerge back to canary
14
+
15
+ ## 0.0.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1705](https://github.com/graphcommerce-org/graphcommerce/pull/1705) [`51319240f`](https://github.com/graphcommerce-org/graphcommerce/commit/51319240feeda146e718b6e65cafd885549cb61d) Thanks [@paales](https://github.com/paales)! - Bump version
20
+
21
+ - [#1702](https://github.com/graphcommerce-org/graphcommerce/pull/1702) [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
8
22
 
9
23
  ## 0.0.1-canary.1
10
24
 
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.1-canary.2",
5
+ "version": "0.0.2-canary.1",
6
6
  "main": "dist/index.js",
7
7
  "typings": "dist/index.d.ts",
8
8
  "scripts": {