Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Nov 30, 2023
1 parent 25b86b0 commit 8b6c29c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- name: npm publish
run: |
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ImageKit Vue.js SDK allows you to use real-time [image resizing](https://docs.im
## Breaking changes - Upgrading from 1.x to 2.x version
2.x version has breaking changes as listed below.

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.
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.

```javascript

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

| IMAGEKIT-VUEJS VERSION | VUEJS VERSION |
| :----------------|:----------------------------- |
| ^2.0.0 | ^3.0.0 |
| ^2.0.1 | ^3.0.0 |
| 1.0.9 | ^2.6.12 |
| 1.0.5 and below | ^2.6.11 |

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imagekitio-vue",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"build:lib": "./node_modules/.bin/vue-cli-service build --target lib src/index.js",
"build": "./node_modules/.bin/vue-cli-service lint --fix; npm run build:lib",
Expand Down

0 comments on commit 8b6c29c

Please sign in to comment.