From 22eaddc4f52afb6f1e9b22805990c81327e4b909 Mon Sep 17 00:00:00 2001 From: imgix-git-robot Date: Mon, 22 May 2023 19:37:17 +0000 Subject: [PATCH] chore(release): 3.1.1 ### [3.1.1](https://github.com/imgix/vue/compare/v3.1.0...v3.1.1) (2023-05-22) --- dist/imgix-vue.esm.js | 2 +- dist/imgix-vue.min.js | 2 +- dist/imgix-vue.umd.js | 2 +- package.json | 2 +- src/plugins/imgix-vue/imgix-vue.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/imgix-vue.esm.js b/dist/imgix-vue.esm.js index fd6edfda..76dd7590 100644 --- a/dist/imgix-vue.esm.js +++ b/dist/imgix-vue.esm.js @@ -940,7 +940,7 @@ const IxImg = defineComponent({ }); } }); -const VERSION = "3.1.0-rc.2"; +const VERSION = "3.1.0"; const clientOptionDefaults = { includeLibraryParam: true }; diff --git a/dist/imgix-vue.min.js b/dist/imgix-vue.min.js index fd6edfda..76dd7590 100644 --- a/dist/imgix-vue.min.js +++ b/dist/imgix-vue.min.js @@ -940,7 +940,7 @@ const IxImg = defineComponent({ }); } }); -const VERSION = "3.1.0-rc.2"; +const VERSION = "3.1.0"; const clientOptionDefaults = { includeLibraryParam: true }; diff --git a/dist/imgix-vue.umd.js b/dist/imgix-vue.umd.js index efa7b920..50839462 100644 --- a/dist/imgix-vue.umd.js +++ b/dist/imgix-vue.umd.js @@ -943,7 +943,7 @@ }); } }); - const VERSION = "3.1.0-rc.2"; + const VERSION = "3.1.0"; const clientOptionDefaults = { includeLibraryParam: true }; diff --git a/package.json b/package.json index dfd43c9c..9153bab6 100644 --- a/package.json +++ b/package.json @@ -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", + "version": "3.1.1", "scripts": { "dev": "vite", "build": "yarn clean && vite build && yarn build:min", diff --git a/src/plugins/imgix-vue/imgix-vue.ts b/src/plugins/imgix-vue/imgix-vue.ts index 816d278d..eab337bc 100644 --- a/src/plugins/imgix-vue/imgix-vue.ts +++ b/src/plugins/imgix-vue/imgix-vue.ts @@ -13,7 +13,7 @@ import { } from './types'; // Do not change this -const VERSION = '3.1.0'; +const VERSION = '3.1.1'; const clientOptionDefaults = { includeLibraryParam: true,