Skip to content

Commit c653720

Browse files
author
imgix-git-robot
committed
chore(release): 3.0.0-rc.5
## [3.0.0-rc.5](v3.0.0-rc.4...v3.0.0-rc.5) (2022-04-26)
1 parent 9a06e36 commit c653720

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

dist/vue-imgix.esm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ var IxImg = defineComponent({
16741674

16751675
function objectWithoutProperties (obj, exclude) { var target = {}; for (var k in obj) if (Object.prototype.hasOwnProperty.call(obj, k) && exclude.indexOf(k) === -1) target[k] = obj[k]; return target; }
16761676
// Do not change this
1677-
var VERSION = '3.0.0-rc.3';
1677+
var VERSION = '3.0.0-rc.4';
16781678
var clientOptionDefaults = {
16791679
includeLibraryParam: true,
16801680
};

dist/vue-imgix.min.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ var VueImgix = (function (exports, vue) {
16751675

16761676
function objectWithoutProperties (obj, exclude) { var target = {}; for (var k in obj) if (Object.prototype.hasOwnProperty.call(obj, k) && exclude.indexOf(k) === -1) target[k] = obj[k]; return target; }
16771677
// Do not change this
1678-
var VERSION = '3.0.0-rc.3';
1678+
var VERSION = '3.0.0-rc.4';
16791679
var clientOptionDefaults = {
16801680
includeLibraryParam: true,
16811681
};

dist/vue-imgix.umd.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1678,7 +1678,7 @@
16781678

16791679
function objectWithoutProperties (obj, exclude) { var target = {}; for (var k in obj) if (Object.prototype.hasOwnProperty.call(obj, k) && exclude.indexOf(k) === -1) target[k] = obj[k]; return target; }
16801680
// Do not change this
1681-
var VERSION = '3.0.0-rc.3';
1681+
var VERSION = '3.0.0-rc.4';
16821682
var clientOptionDefaults = {
16831683
includeLibraryParam: true,
16841684
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"module": "dist/vue-imgix.esm.js",
2424
"jsnext:main": "dist/vue-imgix.esm.js",
2525
"unpkg": "dist/vue-imgix.min.js",
26-
"version": "3.0.0-rc.4",
26+
"version": "3.0.0-rc.5",
2727
"scripts": {
2828
"serve": "vue-cli-service serve",
2929
"build": "rollup --config build/rollup.config.js",

src/plugins/vue-imgix/vue-imgix.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.0.0-rc.4';
16+
const VERSION = '3.0.0-rc.5';
1717

1818
const clientOptionDefaults = {
1919
includeLibraryParam: true,

0 commit comments

Comments
 (0)