Skip to content

Commit 22eaddc

Browse files
author
imgix-git-robot
committed
chore(release): 3.1.1
### [3.1.1](v3.1.0...v3.1.1) (2023-05-22)
1 parent 77a879d commit 22eaddc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/imgix-vue.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ const IxImg = defineComponent({
940940
});
941941
}
942942
});
943-
const VERSION = "3.1.0-rc.2";
943+
const VERSION = "3.1.0";
944944
const clientOptionDefaults = {
945945
includeLibraryParam: true
946946
};

dist/imgix-vue.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ const IxImg = defineComponent({
940940
});
941941
}
942942
});
943-
const VERSION = "3.1.0-rc.2";
943+
const VERSION = "3.1.0";
944944
const clientOptionDefaults = {
945945
includeLibraryParam: true
946946
};

dist/imgix-vue.umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@
943943
});
944944
}
945945
});
946-
const VERSION = "3.1.0-rc.2";
946+
const VERSION = "3.1.0";
947947
const clientOptionDefaults = {
948948
includeLibraryParam: true
949949
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"module": "dist/imgix-vue.esm.js",
2424
"jsnext:main": "dist/imgix-vue.esm.js",
2525
"unpkg": "dist/imgix-vue.min.js",
26-
"version": "3.1.0",
26+
"version": "3.1.1",
2727
"scripts": {
2828
"dev": "vite",
2929
"build": "yarn clean && vite build && yarn build:min",

src/plugins/imgix-vue/imgix-vue.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
} from './types';
1414

1515
// Do not change this
16-
const VERSION = '3.1.0';
16+
const VERSION = '3.1.1';
1717

1818
const clientOptionDefaults = {
1919
includeLibraryParam: true,

0 commit comments

Comments
 (0)