Skip to content

Commit d0d6068

Browse files
committed
chore: release v3.0.0-alpha
Signed-off-by: Ross Hadden <[email protected]>
1 parent af4456f commit d0d6068

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v3.0.0-alpha
2+
3+
This is a major update to keep this project in sync with
4+
[reaction v3.0.0-alpha](https://github.com/reactioncommerce/reaction),
5+
[example-storefront v3.0.0-alpha](https://github.com/reactioncommerce/example-storefront),
6+
and [reaction-platform v3.0.0-alpha](https://github.com/reactioncommerce/reaction-platform).
7+
8+
## Fixes
9+
10+
- Fix params for withTag API query [#621](https://github.com/reactioncommerce/example-storefront/pull/621)
11+
12+
## Refactors
13+
14+
- Update token name `cartToken` [#616](https://github.com/reactioncommerce/example-storefront/pull/616)
15+
116
# v2.9.0
217

318
Example Storefront v2.9.0 is a minor update to keep this project in sync with [Reaction v2.9.0](https://github.com/reactioncommerce/reaction) and [reaction-hydra v2.9.0](https://github.com/reactioncommerce/reaction-hydra)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-storefront",
3-
"version": "2.9.0",
3+
"version": "3.0.0",
44
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
55
"main": "./src/server.js",
66
"keywords": [],

0 commit comments

Comments
 (0)