Skip to content

Commit a2fbf18

Browse files
authored
Merge pull request #101 from imagekit-developer/improvment
update npm publish ci and upgrade version to 2.0.1
2 parents 25b86b0 + 8b6c29c commit a2fbf18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v1
3636
- uses: actions/setup-node@v1
3737
with:
38-
node-version: 12
38+
node-version: 16
3939
registry-url: https://registry.npmjs.org/
4040
- name: npm publish
4141
run: |

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ImageKit Vue.js SDK allows you to use real-time [image resizing](https://docs.im
1212
## Breaking changes - Upgrading from 1.x to 2.x version
1313
2.x version has breaking changes as listed below.
1414

15-
1. In version 2.0.0, three global components, namely `ik-image`, `ik-upload`, and `ik-context`, are no longer supported. Instead, it is recommended to import these components individually.
15+
1. In version 2.0.1, three global components, namely `ik-image`, `ik-upload`, and `ik-context`, are no longer supported. Instead, it is recommended to import these components individually.
1616

1717
```javascript
1818

@@ -65,7 +65,7 @@ ImageKit Vue.js SDK allows you to use real-time [image resizing](https://docs.im
6565

6666
| IMAGEKIT-VUEJS VERSION | VUEJS VERSION |
6767
| :----------------|:----------------------------- |
68-
| ^2.0.0 | ^3.0.0 |
68+
| ^2.0.1 | ^3.0.0 |
6969
| 1.0.9 | ^2.6.12 |
7070
| 1.0.5 and below | ^2.6.11 |
7171

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imagekitio-vue",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"scripts": {
55
"build:lib": "./node_modules/.bin/vue-cli-service build --target lib src/index.js",
66
"build": "./node_modules/.bin/vue-cli-service lint --fix; npm run build:lib",

0 commit comments

Comments
 (0)