Skip to content

Commit

Permalink
release: v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed May 6, 2023
1 parent cc7b7ab commit 40770c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
18 changes: 2 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# Unreleased

# [3.2.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.2.0...v3.1.1) (2023-5-6)

- Add option to specify the rust build target

# [3.1.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.1...v3.1.0) (2023-5-5)

### What's Changed

- Updated dependencies

# [3.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.1.0...v3.0.2) (2022-10-1)

### What's Changed

- Add a default export to the plugin which allows two styles of importing:

- Named export (current):
Expand All @@ -27,39 +25,27 @@

# [3.0.2](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.2...v3.0.1) (2022-10-1)

### What's Changed

- Removed internal modification of vite config to disable `clearScreen` and `server.open` and delegate it to the user.
- Removed `kolorist` dependency to reduce package size.

# [3.0.1](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.1...v3.0.0) (2022-10-1)

### What's Changed

- Fix passing `debug` option to tauri cli in build mode.

# [3.0.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v3.0.0...v2.3.0) (2022-10-1)

### What's Changed

- Refactored the plugin to be a proper Vite plugin. Consult [README.md](https://github.com/amrbashir/vite-plugin-tauri#usage) for how to use it.

# [2.3.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.3.0...v2.2.0) (2022-09-26)

### What's Changed

- Auto-fill `beforeDevCommand` and `beforeBuildCommand` when initializing the tauri project.

# [2.2.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.1.0...v2.2.0) (2022-07-24)

### What's Changed

- Update `vite` peerDependency to `>= 2` which adds vite@3 support

# [2.1.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v2.0.0...v2.1.0) (2022-06-12)

### What's Changed

- Update `@tauri-apps/cli` to `v1.0.0`

# [2.0.0](https://github.com/amrbashir/vite-plugin-tauri/compare/v1.1.3...v2.0.0) (2022-06-04)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-tauri",
"version": "3.1.1",
"version": "3.2.0",
"description": "Integrate Tauri in a Vite project to build cross-platform apps.",
"repository": "https://github.com/amrbashir/vite-plugin-tauri.git",
"author": "Amr Bashir <[email protected]>",
Expand Down

0 comments on commit 40770c2

Please sign in to comment.