Skip to content

Commit 71a2d19

Browse files
committed
chore: resolve merge conflicts in CHANGELOG and package.json
Signed-off-by: Spencer Norman <[email protected]>
2 parents 114167f + 4b576aa commit 71a2d19

File tree

2 files changed

+72
-65
lines changed

2 files changed

+72
-65
lines changed

CHANGELOG.md

Lines changed: 71 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This version should be used with `v2.0.0-rc.12` of https://github.com/reactionco
1111
- feat: always send a response to logout requests (#520)
1212
- feat: add Orders to Account Profile (#507)
1313

14-
## Fix
14+
## Fix
1515

1616
- fix: de-duplicate styled-components package (#542)
1717
- fix: only run snyk when package.json changes (#541)
@@ -112,75 +112,82 @@ This version should be used with `v2.0.0-rc.10` of https://github.com/reactionco
112112
- docs(tags): update tag docs to include sitemap, isVisible (#505)
113113

114114
# v2.0.0-rc.9
115+
115116
This is our first release candidate for this project - we're going to be synchronizing releases across the differents parts of the Reaction Commerce ecosystem, so that's why we're starting with rc.8. This project should be considered `pre-release` until we've released the final 2.0.0 version.
116117

117118
## Features
118-
- feat: Improve loading pattern for tags and navItems (#461)
119-
- feat(tlp metadata): render metafield as metadata on TLP (#453)
120-
- feat(tlp title): add tag listing page's display title (#450)
121-
- feat: 443: PDP: Remove Tags display (#447)
122-
- feat: Add subtotal to CartItems (#437) .. Resolves #240
123-
- feat: Simplify customization (#454)
124-
- feat: Use new `order.referenceId` as displayed order ID (#434)
125-
- feat: 366 nnnnat address validation (#421)
126-
- feat: Enable/Disable Single-page app routing (#419)
127-
- feat: Renew access tokens on 401 errors using redirects to auth endpoint (#399)
128-
- feat: Add "Order Completed" event tracking (#388)
129-
- feat: Add tracking to checkout flow (#384)
130-
- feat: Add tracking for "Product Removed" + "Cart Viewed" events (#372)
131-
- feat: Create hydra client on startup (#363)
132-
- feat: Add tracking for "Product Added" Segment event (#361)
133-
- feat: 353 nnnnat status labels (#358)
134-
- feat: update node to version 10 (#347)
135-
- feat: Add sign in/up info in auth URL generated by Passport (#320)
119+
120+
- feat: Improve loading pattern for tags and navItems (#461)
121+
- feat(tlp metadata): render metafield as metadata on TLP (#453)
122+
- feat(tlp title): add tag listing page's display title (#450)
123+
- feat: 443: PDP: Remove Tags display (#447)
124+
- feat: Add subtotal to CartItems (#437) .. Resolves #240
125+
- feat: Simplify customization (#454)
126+
- feat: Use new `order.referenceId` as displayed order ID (#434)
127+
- feat: 366 nnnnat address validation (#421)
128+
- feat: Enable/Disable Single-page app routing (#419)
129+
- feat: Renew access tokens on 401 errors using redirects to auth endpoint (#399)
130+
- feat: Add "Order Completed" event tracking (#388)
131+
- feat: Add tracking to checkout flow (#384)
132+
- feat: Add tracking for "Product Removed" + "Cart Viewed" events (#372)
133+
- feat: Create hydra client on startup (#363)
134+
- feat: Add tracking for "Product Added" Segment event (#361)
135+
- feat: 353 nnnnat status labels (#358)
136+
- feat: update node to version 10 (#347)
137+
- feat: Add sign in/up info in auth URL generated by Passport (#320)
136138

137139
## Fixes
138-
- fix: Fix infinite loader when cart empty (#474)
139-
- fix: fix logic for retrying 401s with silent re-auth (#471)
140-
- fix: Add proper isMounted checking (#455)
141-
- fix: Fix error when clicking links when ENABLE_SPA_LINKS=false (#442)
142-
- fix: Add null check (#429)
143-
- fix: incorrect logger.debug (#428)
144-
- fix: show tax total in all summaries (#424)
145-
- fix(414): Fullname is not saved or displayed (#420)
146-
- fix(config): add canonicalUrl to publicRuntimeConfig (#418)
147-
- fix(340): catch Stripe Payment error and save error message (#406)
148-
- fix(385): Fix Product title & image URLs in Cart, MiniCart, FinalReviewCheckoutAction (#412)
149-
- fix: SSR issues with product grids and PDP pages (#407)
150-
- fix: integration test finished before resolving (#401)
151-
- fix: 369 compareAtPrice (#383)
152-
- fix: Remove unused scopes and grant_type (#390)
153-
- fix: Update src/lib/theme/components.js (#392)
154-
- fix: PDP Mobile re-org (#373)
155-
- fix: Add metafields to product query (#378) .. Resolves #375
156-
- fix: Mobile nav design & bug fixes (#346)
157-
- fix: issue cause by using Router from `next/routes` on the server (#368)
158-
- fix: Always use https for npm registry (#365)
159-
- fix: Duplicated initials in logged in indicator (#343)
160-
- fix: clear a user's cart after placing an order, and remove MiniCart popper from order completed page. (#332)
161-
- fix: add padding to cart items in order complete page (#338)
162-
- fix: Replace passport server-side sessions with cookie session (#349)
163-
- fix: MiniCart popper occasionally being drawn at the wrong position. (#336)
164-
165-
## Docs
166-
- docs: update install instructions to link to the official Docs (#382)
167-
- docs: numbering bug (#337)
140+
141+
- fix: Fix infinite loader when cart empty (#474)
142+
- fix: fix logic for retrying 401s with silent re-auth (#471)
143+
- fix: Add proper isMounted checking (#455)
144+
- fix: Fix error when clicking links when ENABLE_SPA_LINKS=false (#442)
145+
- fix: Add null check (#429)
146+
- fix: incorrect logger.debug (#428)
147+
- fix: show tax total in all summaries (#424)
148+
- fix(414): Fullname is not saved or displayed (#420)
149+
- fix(config): add canonicalUrl to publicRuntimeConfig (#418)
150+
- fix(340): catch Stripe Payment error and save error message (#406)
151+
- fix(385): Fix Product title & image URLs in Cart, MiniCart, FinalReviewCheckoutAction (#412)
152+
- fix: SSR issues with product grids and PDP pages (#407)
153+
- fix: integration test finished before resolving (#401)
154+
- fix: 369 compareAtPrice (#383)
155+
- fix: Remove unused scopes and grant_type (#390)
156+
- fix: Update src/lib/theme/components.js (#392)
157+
- fix: PDP Mobile re-org (#373)
158+
- fix: Add metafields to product query (#378) .. Resolves #375
159+
- fix: Mobile nav design & bug fixes (#346)
160+
- fix: issue cause by using Router from `next/routes` on the server (#368)
161+
- fix: Always use https for npm registry (#365)
162+
- fix: Duplicated initials in logged in indicator (#343)
163+
- fix: clear a user's cart after placing an order, and remove MiniCart popper from order completed page. (#332)
164+
- fix: add padding to cart items in order complete page (#338)
165+
- fix: Replace passport server-side sessions with cookie session (#349)
166+
- fix: MiniCart popper occasionally being drawn at the wrong position. (#336)
167+
168+
## Docs
169+
170+
- docs: update install instructions to link to the official Docs (#382)
171+
- docs: numbering bug (#337)
168172

169173
## Performance Improvements
170-
- perf: Performance improvements (#396)
174+
175+
- perf: Performance improvements (#396)
171176

172177
## Refactors
173-
- refactor: inventory status fixes and updated UI design (#459)
174-
- refactor: unsplit first and last name fields in Checkout saving (#386)
175-
- refactor: static assets (#367)
176-
- refactor: progressive image (#362) .. Resolves #227
177-
178-
## Chores
179-
- chore: integrate ssr test + broken link checker to CI (#473)
180-
- chore: update the component library to 0.60.1 (#464)
181-
- chore: Add logger messages for 401 error (#423)
182-
- chore: upgrade reactioncommerce/components to latest (#425)
183-
- chore: Deploy develop branch to staging environment in ECS (#355)
184-
- chore: Enable Webpack tree shaking (#352)
185-
- chore upgrade babel and next (#341)
186-
- chore: Set project license to Apache 2.0 (#339)
178+
179+
- refactor: inventory status fixes and updated UI design (#459)
180+
- refactor: unsplit first and last name fields in Checkout saving (#386)
181+
- refactor: static assets (#367)
182+
- refactor: progressive image (#362) .. Resolves #227
183+
184+
## Chores
185+
186+
- chore: integrate ssr test + broken link checker to CI (#473)
187+
- chore: update the component library to 0.60.1 (#464)
188+
- chore: Add logger messages for 401 error (#423)
189+
- chore: upgrade reactioncommerce/components to latest (#425)
190+
- chore: Deploy develop branch to staging environment in ECS (#355)
191+
- chore: Enable Webpack tree shaking (#352)
192+
- chore upgrade babel and next (#341)
193+
- chore: Set project license to Apache 2.0 (#339)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-storefront",
33
"version": "2.0.0-rc.12",
4-
"description": " ",
4+
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
55
"main": "index.js",
66
"keywords": [],
77
"author": {

0 commit comments

Comments
 (0)