@lowentry/react-redux 1.1.4 → 1.1.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.
@@ -1,19 +1,20 @@
1
1
  image: node:lts
2
2
 
3
3
  pipelines:
4
- default:
5
- - step:
6
- name: Build and Test
7
- script:
8
- - npm install
9
- - npm test
10
- - step:
11
- name: Publish
12
- deployment: production
13
- script:
14
- - npm version patch -m "Upgrade to %s [skip ci]"
15
- - git push && git push --tags
16
- - pipe: atlassian/npm-publish:1.1.0
17
- variables:
18
- NPM_TOKEN: $NPM_TOKEN
19
- EXTRA_ARGS: "--access public"
4
+ branches:
5
+ master:
6
+ - step:
7
+ name: Build and Test
8
+ script:
9
+ - npm install
10
+ - npm test
11
+ - step:
12
+ name: Publish
13
+ deployment: production
14
+ script:
15
+ - npm version patch -m "Upgrade to %s [skip ci]"
16
+ - git push && git push --tags
17
+ - pipe: atlassian/npm-publish:1.1.0
18
+ variables:
19
+ NPM_TOKEN: $NPM_TOKEN
20
+ EXTRA_ARGS: "--access public"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowentry/react-redux",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Provides utilities for React and Redux.",