Skip to content

Commit 838118e

Browse files
authored
Merge pull request #756 from reactioncommerce/release-next-v4.0.2
Release v4.0.2
2 parents a7d6383 + 7c19af5 commit 838118e

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# v4.0.2
2+
3+
example-storefront v4.0.2 adds patch features or bug fixes and contains no breaking changes since v4.0.0.
4+
5+
## Chore
6+
7+
- chore: adding git hooks for commit-msg ([#753](https://github.com/reactioncommerce/example-storefront/pull/753))
8+
- chore: add package-unlink ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
9+
- chore: add package-link file to storefront ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
10+
- chore(deps): Bump ini from 1.3.5 to 1.3.7 ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
11+
12+
## Fixes
13+
14+
- change log corrections ([#754](https://github.com/reactioncommerce/example-storefront/pull/754))
15+
- fix: add third parameter from hook destructure ([#747](https://github.com/reactioncommerce/example-storefront/pull/747))
16+
- fix: fix linting error ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
17+
- fix: merge truck to clear tests ([#746](https://github.com/reactioncommerce/example-storefront/pull/746))
18+
- fix: merge trunk to pass tests ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
19+
- add correct permissions on file ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
20+
- (fix): readding removed space ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
21+
- (fix): readding removed space ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
22+
- (fix): add check for slug before link ([#751](https://github.com/reactioncommerce/example-storefront/pull/751))
23+
- (bugfix): pinning docker to higher version ([#749](https://github.com/reactioncommerce/example-storefront/pull/749))
24+
- (bugfix): check shop variable for null ([#746](https://github.com/reactioncommerce/example-storefront/pull/746))
25+
- (bugfix): not pre-rendering cart with shop ([#746](https://github.com/reactioncommerce/example-storefront/pull/746))
26+
- add package-update bin script ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
27+
- update docker-compose to use base image which installs yalc ([#745](https://github.com/reactioncommerce/example-storefront/pull/745))
28+
- fix: issue#710 Shop name not persisting on Mobile Nav ([#738](https://github.com/reactioncommerce/example-storefront/pull/738))
29+
30+
## Contributors
31+
32+
Special thanks to Halton Xu for contributing to the release!
33+
134
# v4.0.1
235
Example Storefront v4.0.1 adds minor features, and does contain breaking changes since v4.0.1
336

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ networks:
1313

1414
services:
1515
web:
16-
image: reactioncommerce/example-storefront:4.0.1
16+
image: reactioncommerce/example-storefront:4.0.2
1717
env_file:
1818
- ./.env
1919
networks:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-storefront",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "The Example Storefront serves as a reference for implementing a web based storefront using the Reaction Commerce GraphQL API.",
55
"keywords": [],
66
"author": {
@@ -157,4 +157,4 @@
157157
"@commitlint/config-conventional"
158158
]
159159
}
160-
}
160+
}

0 commit comments

Comments
 (0)