@faststore/core 0.0.1 → 0.0.2

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.
@@ -13,12 +13,6 @@ jobs:
13
13
  timeout-minutes: 5
14
14
  runs-on: ubuntu-latest
15
15
  if: github.repository == 'vtex-sites/nextjs.store' && !startsWith(github.event.head_commit.message, 'chore(release):')
16
- env:
17
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
18
- NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
19
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
20
- YARN_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
21
- YARN_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
22
16
 
23
17
  steps:
24
18
  - name: Check out code
@@ -44,3 +38,5 @@ jobs:
44
38
 
45
39
  - name: Release
46
40
  run: npm run release
41
+ env:
42
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
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.0.2 (2022-10-25)
9
+
8
10
  ### 0.0.1 (2022-10-25)
9
11
 
10
12
  ### [22.42.6](https://github.com/vtex-sites/nextjs.store/compare/22.42.5...22.42.6) (2022-10-24)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/core",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "license": "MIT",
5
5
  "browserslist": "supports es6-module and not dead",
6
6
  "scripts": {