Skip to content

Commit

Permalink
Merge pull request #158 from barrel/release/v3.1.0
Browse files Browse the repository at this point in the history
Release v3.1.0
  • Loading branch information
wturnerharris authored Nov 11, 2024
2 parents dbeb35d + 161a175 commit d8dbe72
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/vite-plugin-shopify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# vite-plugin-shopify

## 3.1.0

### Minor Changes

- Add tunnel support via @shopify/plugin-cloudflare ([#154](https://github.com/barrel/shopify-vite/pull/154))

- Add crossorigin="anonymous" to development css links ([#126](https://github.com/barrel/shopify-vite/pull/126))

- Disable strict port so server will not exit when port is already used ([#122](https://github.com/barrel/shopify-vite/pull/122))

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-shopify/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d8dbe72

Please sign in to comment.