@faststore/core 0.3.3 → 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 CHANGED
@@ -5,6 +5,10 @@ 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
+
10
+ ### [0.3.4](https://github.com/vtex-sites/nextjs.store/compare/0.3.3...0.3.4) (2022-11-23)
11
+
8
12
  ### [0.3.3](https://github.com/vtex-sites/nextjs.store/compare/0.3.2...0.3.3) (2022-11-14)
9
13
 
10
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "license": "MIT",
5
5
  "browserslist": "supports es6-module and not dead",
6
6
  "scripts": {