Skip to content

Commit

Permalink
chore(release): 3.0.0-rc.4
Browse files Browse the repository at this point in the history
## [3.0.0-rc.4](v3.0.0-rc.3...v3.0.0-rc.4) (2022-04-22)
  • Loading branch information
imgix-git-robot committed Apr 22, 2022
1 parent 9c20992 commit 04daed8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/vue-imgix.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ var IxImg = defineComponent({

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; }
// Do not change this
var VERSION = '3.0.0-rc.2';
var VERSION = '3.0.0-rc.3';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-imgix.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ var VueImgix = (function (exports, vue) {

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; }
// Do not change this
var VERSION = '3.0.0-rc.2';
var VERSION = '3.0.0-rc.3';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-imgix.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -1678,7 +1678,7 @@

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; }
// Do not change this
var VERSION = '3.0.0-rc.2';
var VERSION = '3.0.0-rc.3';
var clientOptionDefaults = {
includeLibraryParam: true,
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"module": "dist/vue-imgix.esm.js",
"jsnext:main": "dist/vue-imgix.esm.js",
"unpkg": "dist/vue-imgix.min.js",
"version": "3.0.0-rc.3",
"version": "3.0.0-rc.4",
"scripts": {
"serve": "vue-cli-service serve",
"build": "rollup --config build/rollup.config.js",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vue-imgix/vue-imgix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from './types';

// Do not change this
const VERSION = '3.0.0-rc.3';
const VERSION = '3.0.0-rc.4';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit 04daed8

Please sign in to comment.