Skip to content

Commit

Permalink
chore: version bump, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
agmmnn committed Aug 12, 2023
1 parent c041424 commit 4d07a1d
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 4 deletions.
9 changes: 9 additions & 0 deletions apps/tauri-controls-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tauri-controls/solid

## 0.1.2

### Patch Changes

- fix(react,solid): temp disable isWindowMaximized on macOS #10
chore: demo-app gap to space, update deps, format code
feat: gnome more accurate button spacing, fix icons sizes (svelte, vue)
feat: macos controls use space instead of mr, px-2 to px-3

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1",
"version": "0.1.2",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions apps/tauri-controls-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tauri-controls/svelte

## 0.1.2

### Patch Changes

- feat: gnome more accurate button spacing, fix icons sizes (svelte, vue)
feat: macos controls use space instead of mr, px-2 to px-3
chore: demo-app gap to space, update deps, format code

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/tauri-controls-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tauri-controls/svelte",
"description": "🚥 Native-looking window controls for Tauri 2.",
"private": false,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions apps/tauri-controls-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tauri-controls/vue

## 0.1.2

### Patch Changes

- feat: gnome more accurate button spacing, fix icons sizes (svelte, vue)
fix(vue): pass attrs (props) to icons
feat: macos controls use space instead of mr, px-2 to px-3
chore: demo-app gap to space, update deps, format code

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/tauri-controls-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@tauri-controls/vue",
"description": "🚥 Native-looking window controls for Tauri 2.",
"private": false,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down
9 changes: 9 additions & 0 deletions apps/tauri-controls/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# tauri-controls

## 0.1.2

### Patch Changes

- fix(react,solid): temp disable isWindowMaximized on macOS #10
chore: demo-app gap to space, update deps, format code
feat: gnome more accurate button spacing, fix icons sizes (svelte, vue)
feat: macos controls use space instead of mr, px-2 to px-3

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/tauri-controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tauri-controls",
"description": "🚥 Native-looking window controls for Tauri 2.",
"private": false,
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"license": "MIT",
"scripts": {
Expand Down

0 comments on commit 4d07a1d

Please sign in to comment.