@lowentry/react-redux 1.1.10 → 1.2.1

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.
@@ -19,12 +19,12 @@ jobs:
19
19
  with:
20
20
  node-version: 'lts/*'
21
21
  registry-url: 'https://registry.npmjs.org'
22
- # - run: npm ci
22
+ #- run: npm ci
23
23
  - run: npm test
24
24
  - run: git config --global user.name "github-actions[bot]"
25
25
  - run: git config --global user.email "github-actions[bot]@users.noreply.github.com"
26
26
  - run: npm version patch -m "Upgrade to %s [skip ci]"
27
+ - run: git push && git push --tags
27
28
  - run: npm publish --access public
28
29
  env:
29
30
  NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30
- - run: git push && git push --tags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowentry/react-redux",
3
- "version": "1.1.10",
3
+ "version": "1.2.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Provides utilities for React and Redux.",