@faststore/core 0.3.4 → 0.3.5
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 +2 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog),
|
|
6
6
|
and this project adheres to [Calendar Versioning](https://calver.org/).
|
|
7
7
|
|
|
8
|
+
### [0.3.5](https://github.com/vtex-sites/nextjs.store/compare/0.3.4...0.3.5) (2022-11-30)
|
|
9
|
+
|
|
8
10
|
### [0.3.4](https://github.com/vtex-sites/nextjs.store/compare/0.3.3...0.3.4) (2022-11-23)
|
|
9
11
|
|
|
10
12
|
### [0.3.3](https://github.com/vtex-sites/nextjs.store/compare/0.3.2...0.3.3) (2022-11-14)
|
package/README.md
CHANGED
|
@@ -391,7 +391,7 @@ $ yarn generate
|
|
|
391
391
|
|
|
392
392
|
That's it! you have just regenerated all graphql queries/fragments for your application and the new data you requested should be available to your component.
|
|
393
393
|
|
|
394
|
-
> Pro tip: Pass `-w` to the `yarn generate` command so it watches for changes and you don't need to run this command multiple times
|
|
394
|
+
> Pro tip: Pass `-w` to the `yarn generate` command so it watches for changes and you don't need to run this command multiple times.
|
|
395
395
|
|
|
396
396
|
## CMS Integration
|
|
397
397
|
|