Skip to content

Commit

Permalink
chore(release): changesets versioning & publication
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and vnphanquang committed Dec 19, 2024
1 parent 209a394 commit c3b1fd6
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/weak-countries-shop.md

This file was deleted.

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

## 1.0.10

### Patch Changes

- Updated dependencies [[`209a394`](https://github.com/vnphanquang/svelte-put/commit/209a39412537938108e0f59eaff371bf793d1496)]:
- @svelte-put/shortcut@3.2.0

## 1.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/modal",
"version": "1.0.9",
"version": "1.0.10",
"description": "Svelte async modal",
"type": "module",
"main": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.7

### Patch Changes

- Updated dependencies [[`209a394`](https://github.com/vnphanquang/svelte-put/commit/209a39412537938108e0f59eaff371bf793d1496)]:
- @svelte-put/shortcut@3.2.0

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@svelte-put/select",
"version": "0.2.6",
"version": "0.2.7",
"description": "Svelte feature-rich, extensible, type-safe, accessible select component",
"type": "module",
"svelte": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/shortcut/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 3.2.0

### Minor Changes

- [`209a394`](https://github.com/vnphanquang/svelte-put/commit/209a39412537938108e0f59eaff371bf793d1496) Thanks [@vnphanquang](https://github.com/vnphanquang)! - resolve #334, deprecate [3.1.2](https://github.com/vnphanquang/svelte-put/releases/tag/%40svelte-put/shortcut%403.1.2) (break semver): revert default modifier to catch-all , drop `*` modifier definition (leave `undefined` instead).

## 3.1.2

### Patch 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": "3.1.2",
"version": "3.2.0",
"description": "Action to move node on mousedown & mousemove",
"main": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit c3b1fd6

Please sign in to comment.