Skip to content

Commit

Permalink
chore(release): 2.8.3
Browse files Browse the repository at this point in the history
### [2.8.3](v2.8.2...v2.8.3) (2021-03-17)
  • Loading branch information
imgix-git-robot committed Mar 17, 2021
1 parent dd58741 commit 85fa765
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 @@ -1204,7 +1204,7 @@ IxImg = __decorate([

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 = '2.8.1';
var VERSION = '2.8.2';
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 @@ -1188,7 +1188,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 = '2.8.1';
var VERSION = '2.8.2';
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 @@ -1212,7 +1212,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 = '2.8.1';
var VERSION = '2.8.2';
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": "2.8.2",
"version": "2.8.3",
"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 = '2.8.2';
const VERSION = '2.8.3';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit 85fa765

Please sign in to comment.