Skip to content

Commit

Permalink
Merge pull request #332 from vnphanquang/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
vnphanquang authored Dec 11, 2024
2 parents 8baa99c + 12ec964 commit d515e65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/sour-houses-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-tomatoes-learn.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/shortcut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.0.1

### Patch Changes

- [`8baa99c`](https://github.com/vnphanquang/svelte-put/commit/8baa99c251d1acd674b0895b48a04352b65951a6) Thanks [@vnphanquang](https://github.com/vnphanquang)! - implement stricter modifier matching. Now all definitions are mutually exclusive. For example, `[['ctrl', 'alt']]` will no longer trigger `ctrl`, and vice versa

- [`d5f5168`](https://github.com/vnphanquang/svelte-put/commit/d5f51686be10fe4073b3dc2e69edaae6e9376c05) Thanks [@vnphanquang](https://github.com/vnphanquang)! - falsy modifier should mean 'expect no modifier'. Set to `*` if expect **any** modifier.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shortcut/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/shortcut",
"version": "4.0.0",
"version": "4.0.1",
"description": "Action to move node on mousedown & mousemove",
"main": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit d515e65

Please sign in to comment.