Skip to content

Commit d8dbe72

Browse files
Merge pull request #158 from barrel/release/v3.1.0
Release v3.1.0
2 parents dbeb35d + 161a175 commit d8dbe72

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/vite-plugin-shopify/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# vite-plugin-shopify
22

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+
313
## 3.0.1
414

515
### Patch Changes

packages/vite-plugin-shopify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-shopify",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Vite plugin providing integration for Shopify themes",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)