Skip to content

Commit 7700d5e

Browse files
author
imgix-git-robot
committed
chore(release): 3.1.0
## [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))
1 parent 5f0a1b6 commit 7700d5e

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.1";
943+
const VERSION = "3.1.0-rc.2";
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.1";
943+
const VERSION = "3.1.0-rc.2";
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.1";
946+
const VERSION = "3.1.0-rc.2";
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-rc.2",
26+
"version": "3.1.0",
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-rc.2';
16+
const VERSION = '3.1.0';
1717

1818
const clientOptionDefaults = {
1919
includeLibraryParam: true,

0 commit comments

Comments
 (0)