We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbeb35d + 161a175 commit d8dbe72Copy full SHA for d8dbe72
packages/vite-plugin-shopify/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# vite-plugin-shopify
2
3
+## 3.1.0
4
+
5
+### Minor Changes
6
7
+- Add tunnel support via @shopify/plugin-cloudflare ([#154](https://github.com/barrel/shopify-vite/pull/154))
8
9
+- Add crossorigin="anonymous" to development css links ([#126](https://github.com/barrel/shopify-vite/pull/126))
10
11
+- Disable strict port so server will not exit when port is already used ([#122](https://github.com/barrel/shopify-vite/pull/122))
12
13
## 3.0.1
14
15
### Patch Changes
packages/vite-plugin-shopify/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-shopify",
- "version": "3.0.1",
+ "version": "3.1.0",
"description": "Vite plugin providing integration for Shopify themes",
"type": "module",
"repository": {
0 commit comments