Skip to content

Commit

Permalink
chore: update version for tauri v2 beta (#23)
Browse files Browse the repository at this point in the history
* chore: update version for tauri v2 beta
* switch package manager from pnpm to bun
* remove unused packages folder
* bun workspaces
* changeset, bump version
* fix packages names
  • Loading branch information
sdvina authored Mar 23, 2024
1 parent f8d31fb commit bf3b667
Show file tree
Hide file tree
Showing 65 changed files with 30,288 additions and 22,584 deletions.
8 changes: 0 additions & 8 deletions .changeset/hot-bats-explain.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/tauri-controls-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tauri-controls/solid

## 0.4.0

### Minor Changes

- fix: compatibility with the latest Tauri V2 release
chore: switch package manager from pnpm to bun

## 0.3.0

### Minor Changes

- fix: Remove all Tauri dependencies from the list of dependecies. This will require the user to install these (which were already in the instructions), but allow for more control of a single version of these packages. #20, thanks to @jbolda

## 0.2.0

### Minor Changes
Expand Down
Binary file added apps/tauri-controls-solid/bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions apps/tauri-controls-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tauri-controls/solid",
"description": "🚥 Native-looking window controls for Tauri 2.",
"private": false,
"version": "0.2.0",
"version": "0.4.0",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -40,20 +40,20 @@
"types": "./dist/index.d.ts",
"dependencies": {},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@tauri-apps/api": "2.0.0-alpha.13",
"@tauri-apps/cli": "2.0.0-alpha.20",
"@tauri-apps/plugin-os": "2.0.0-alpha.6",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-dts": "^3.5.3",
"vite-plugin-solid": "^2.7.0"
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@rollup/plugin-terser": "^0.4.4",
"@tauri-apps/api": "2.0.0-beta.6",
"@tauri-apps/cli": "2.0.0-beta.11",
"@tauri-apps/plugin-os": "2.0.0-beta.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^5.2.4",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-solid": "^2.10.2"
},
"peerDependencies": {
"solid-js": "^1.7.8",
Expand Down
Loading

0 comments on commit bf3b667

Please sign in to comment.