Skip to content

Commit

Permalink
chore(release): 3.1.0
Browse files Browse the repository at this point in the history
## [3.1.0](v3.0.4...v3.1.0) (2023-05-09)

### Features

* **vite:** enable running jest tests with vite ([c6cd5ec](c6cd5ec))
* **vite:** use vite to bundle library ([1970589](1970589))

### Bug Fixes

* remove unused dist files ([d75729b](d75729b))
* **vite:** update config entry file ([bd24b55](bd24b55))
  • Loading branch information
imgix-git-robot committed May 9, 2023
1 parent 5f0a1b6 commit 7700d5e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/imgix-vue.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ const IxImg = defineComponent({
});
}
});
const VERSION = "3.1.0-rc.1";
const VERSION = "3.1.0-rc.2";
const clientOptionDefaults = {
includeLibraryParam: true
};
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-vue.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ const IxImg = defineComponent({
});
}
});
const VERSION = "3.1.0-rc.1";
const VERSION = "3.1.0-rc.2";
const clientOptionDefaults = {
includeLibraryParam: true
};
Expand Down
2 changes: 1 addition & 1 deletion dist/imgix-vue.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@
});
}
});
const VERSION = "3.1.0-rc.1";
const VERSION = "3.1.0-rc.2";
const 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/imgix-vue.esm.js",
"jsnext:main": "dist/imgix-vue.esm.js",
"unpkg": "dist/imgix-vue.min.js",
"version": "3.1.0-rc.2",
"version": "3.1.0",
"scripts": {
"dev": "vite",
"build": "yarn clean && vite build && yarn build:min",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/imgix-vue/imgix-vue.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.1.0-rc.2';
const VERSION = '3.1.0';

const clientOptionDefaults = {
includeLibraryParam: true,
Expand Down

0 comments on commit 7700d5e

Please sign in to comment.