From 00feb65f83a33ea755a3a3fe0674bd4a680ac7b2 Mon Sep 17 00:00:00 2001 From: emmanuelsw Date: Mon, 24 Jan 2022 13:24:07 -0500 Subject: [PATCH] Release v1.2.5 --- CHANGELOG.md | 8 + example/package.json | 13 +- example/src/App.vue | 8 +- example/tailwind.config.js | 7 +- example/yarn.lock | 830 ++++++---------- package.json | 18 +- yarn.lock | 1835 ++++++++++++++++-------------------- 7 files changed, 1137 insertions(+), 1582 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e1f9dd..10abb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG + + +### 1.2.5 (2022-01-24) + +- Update core and example dependencies +- Update example to use Tailwind 3.0 +- Remove @vue/compiler-sfc (as of vue 3.2.13+ and @vitejs/plugin-vue 1.9.0+ is no longer required as a peer dependency) + ### 1.2.4 (2021-11-16) diff --git a/example/package.json b/example/package.json index 55f2e69..68083a6 100644 --- a/example/package.json +++ b/example/package.json @@ -8,14 +8,13 @@ "serve": "vite preview" }, "dependencies": { - "vue": "^3.2.22" + "vue": "^3.2.29" }, "devDependencies": { - "@vitejs/plugin-vue": "^1.9.4", - "@vue/compiler-sfc": "^3.2.22", - "autoprefixer": "^10.4.0", - "postcss": "^8.3.11", - "tailwindcss": "^2.2.19", - "vite": "^2.6.14" + "@vitejs/plugin-vue": "^2.1.0", + "autoprefixer": "^10.4.2", + "postcss": "^8.4.5", + "tailwindcss": "^3.0.16", + "vite": "^2.7.13" } } \ No newline at end of file diff --git a/example/src/App.vue b/example/src/App.vue index 16bd7e0..296ceb9 100644 --- a/example/src/App.vue +++ b/example/src/App.vue @@ -20,7 +20,7 @@
-
+
-
+