Skip to content

Commit

Permalink
Merge pull request #60 from taroj1205/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
taroj1205 authored Nov 18, 2024
2 parents f43ea3b + 82a98bb commit 43d8b34
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/disable-focus-outline.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-dingos-own.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Clippr

## 1.6.2

### Patch Changes

- cc68107: Disabled tab index and removed focus outlines globally to improve visual cleanliness
- 8365641: Fix scroll always trying to fetch even if last item

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clippr",
"private": true,
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Clippr"
version = "1.6.1"
version = "1.6.2"
description = "Advanced clipboard manager built with Tauri"
authors = [ "Shintaro Jokagi" ]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Clippr",
"version": "1.6.1",
"version": "1.6.2",
"identifier": "com.clippr.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 43d8b34

Please sign in to comment.