Version bump, changelog update

This commit is contained in:
github-actions 2024-09-01 17:04:04 +00:00
parent 44c879b0ed
commit dfa1a72b37
6 changed files with 17 additions and 10 deletions

View File

@ -1,5 +0,0 @@
---
'pastebar-app-ui': patch
---
Update to shortcut for quick copy paste ctrl + number added cmd key press on mac

View File

@ -1,5 +1,11 @@
# pastebar-app
## 0.6.2
### Patch Changes
- fb264f6: Update to shortcut for quick copy paste ctrl + number added cmd key press on mac
## 0.6.1
### Patch Changes

6
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pastebar-app",
"version": "0.6.0",
"version": "0.6.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pastebar-app",
"version": "0.6.0",
"version": "0.6.1",
"workspaces": [
"packages/pastebar-app-ui"
],
@ -19196,7 +19196,7 @@
}
},
"packages/pastebar-app-ui": {
"version": "0.6.0",
"version": "0.6.1",
"dependencies": {
"@codastic/react-positioning-portal": "^0.7.0",
"@dnd-kit/core": "^6.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "pastebar-app",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"scripts": {
"dev": "tauri dev",

View File

@ -1,5 +1,11 @@
# pastebar-app
## 0.6.2
### Patch Changes
- fb264f6: Update to shortcut for quick copy paste ctrl + number added cmd key press on mac
## 0.6.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "pastebar-app-ui",
"version": "0.6.1",
"version": "0.6.2",
"private": true,
"scripts": {
"dev": "vite",