Skip to content

Commit

Permalink
chore(release): changesets versioning & publication (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and vnphanquang committed May 31, 2024
1 parent 796ff16 commit e6aa8e7
Show file tree
Hide file tree
Showing 37 changed files with 160 additions and 19 deletions.
22 changes: 21 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,25 @@
"@svelte-put/toc": "5.0.1",
"@svelte-put/tooltip": "1.0.1"
},
"changesets": []
"changesets": [
"beige-hornets-think",
"brave-tips-do",
"breezy-parents-eat",
"cyan-carpets-hammer",
"dry-guests-end",
"fair-beers-collect",
"friendly-chicken-sing",
"large-terms-peel",
"odd-rules-argue",
"rich-swans-grow",
"six-hotels-act",
"smart-bears-design",
"soft-countries-add",
"tiny-dancers-live",
"tiny-hounds-sing",
"twelve-tools-type",
"twenty-donkeys-serve",
"wet-meals-suffer",
"wise-points-own"
]
}
6 changes: 6 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`5c05a51`](https://github.com/vnphanquang/svelte-put/commit/5c05a5198ecca6661e638c62ce97987e03514efb) Thanks [@github-actions](https://github.com/apps/github-actions)! - [BREAKING] drop support for Svelte 4 and lower; now using runes and snippets

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/avatar",
"version": "3.0.1",
"version": "4.0.0-next.0",
"description": "Component and utils for handling avatar",
"type": "module",
"svelte": "./src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/clickoutside/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`87f5b1d`](https://github.com/vnphanquang/svelte-put/commit/87f5b1d39269fafe2dfe182e9247a207b2b3318a) Thanks [@github-actions](https://github.com/apps/github-actions)! - `onclickoutside` is now `onclickoutside` (see Svelte 5 docs)

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`cb4cf45`](https://github.com/vnphanquang/svelte-put/commit/cb4cf454b63776cbededbe3531c0d351af8cdb43) Thanks [@github-actions](https://github.com/apps/github-actions)! - [BREAKING] drop support for Svelte 4 and lower (will still work as of now but no guarantees in the future)

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/clickoutside/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/clickoutside",
"version": "3.0.2",
"version": "4.0.0-next.0",
"description": "Event for clicking outside a node",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cloudflare-turnstile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`36097a5`](https://github.com/vnphanquang/svelte-put/commit/36097a53784177bd671d334bf96d8c8385e44b10) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below. Event name is now all lowercase, without colon (e.g `onturnstilebeforeinteractive`)

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-turnstile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/cloudflare-turnstile",
"version": "0.1.3",
"version": "1.0.0-next.0",
"description": "Action for rendering Cloudflare turnstile into HTML node",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/copy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`7e7d42d`](https://github.com/vnphanquang/svelte-put/commit/7e7d42d938f78dee8a01fc28a04fdaad6fe1a529) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below. `on:copied` is now `oncopied`

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/copy",
"version": "3.0.2",
"version": "4.0.0-next.0",
"description": "Svelte action & utilities for copying text to clipboard",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/dragscroll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`15b262c`](https://github.com/vnphanquang/svelte-put/commit/15b262cd30e52a906cef6080ff5838e66b0dc515) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for svelte 4 and below

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dragscroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/dragscroll",
"version": "3.0.1",
"version": "4.0.0-next.0",
"description": "Svelte action for drag-to-scroll behavior",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/inline-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`021df69`](https://github.com/vnphanquang/svelte-put/commit/021df69843737226e4a147ff963df54463d81a77) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/inline-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/inline-svg",
"version": "3.0.1",
"version": "4.0.0-next.0",
"description": "solution to inline SVGs in svelte land",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/intersect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`4f1d76b`](https://github.com/vnphanquang/svelte-put/commit/4f1d76b6f0b7474c1778d6e73e4401c97babd212) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below. `on:intersect` and `on:intersect:once` is now `onintersect` and `onintersectonce`, respectively

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/intersect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/intersect",
"version": "3.0.1",
"version": "4.0.0-next.0",
"description": "Action that wraps IntersectionObserver",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/lockscroll/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`a3bbf58`](https://github.com/vnphanquang/svelte-put/commit/a3bbf58e853bafea2d73a89ca6cb37a4ed0f5e59) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4. `on:lockscroll:toggle` is now `onlockscrolltoggle`

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lockscroll/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/lockscroll",
"version": "1.0.2",
"version": "2.0.0-next.0",
"description": "locking scroll and hide scrollbar within an HTML element",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.0.9-next.0

### Patch Changes

- Updated dependencies [[`87f5b1d`](https://github.com/vnphanquang/svelte-put/commit/87f5b1d39269fafe2dfe182e9247a207b2b3318a), [`b6e981c`](https://github.com/vnphanquang/svelte-put/commit/b6e981c3baf4cc50af0c943b0cb39809edb62672), [`cb4cf45`](https://github.com/vnphanquang/svelte-put/commit/cb4cf454b63776cbededbe3531c0d351af8cdb43), [`eb4704f`](https://github.com/vnphanquang/svelte-put/commit/eb4704f6f27c79ee8a6d02d2a8acd338d8385c57)]:
- @svelte-put/clickoutside@4.0.0-next.0
- @svelte-put/movable@4.0.0-next.0
- @svelte-put/shortcut@4.0.0-next.0

## 1.0.8

### 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.8",
"version": "1.0.9-next.0",
"description": "Svelte async modal",
"type": "module",
"main": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/movable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`b6e981c`](https://github.com/vnphanquang/svelte-put/commit/b6e981c3baf4cc50af0c943b0cb39809edb62672) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4. `on:movablestart` and `on:movableend` is now `onmovablestart` and `onmovableend` , respectively

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/movable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/movable",
"version": "3.2.1",
"version": "4.0.0-next.0",
"description": "Action to move node on mousedown & mousemove",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/noti/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0-next.0

### Major Changes

- [`796ff16`](https://github.com/vnphanquang/svelte-put/commit/796ff16d4ffad1f7943b6a293e435da2616db6ed) Thanks [@vnphanquang](https://github.com/vnphanquang)! - drop support for Svelte 4 and below. Now using runes for fine-grained reactivity. See [docs page](https://svelte-put.vnphanquang.com/docs/noti) for more information

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/noti/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/noti",
"version": "1.1.1",
"version": "2.0.0-next.0",
"description": "type-safe and headless async notification builder",
"type": "module",
"main": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/preprocess-auto-slug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`439bced`](https://github.com/vnphanquang/svelte-put/commit/439bced3cbd115780d0b13bcbf92f4d1ac87995c) Thanks [@github-actions](https://github.com/apps/github-actions)! - [BREAKING] drop support for Svelte 4 and lower, now using Svelte modern AST and witten in JS with JSDocs

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preprocess-auto-slug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/preprocess-auto-slug",
"version": "1.0.1",
"version": "2.0.0-next.0",
"description": "Generate slug from text content, to add id to headings for example",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/preprocess-inline-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`45d69d6`](https://github.com/vnphanquang/svelte-put/commit/45d69d688df034c526d99bb6100234e4a7efb8cd) Thanks [@github-actions](https://github.com/apps/github-actions)! - [BREAKING] switch to using modern Svelte AST

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`9691b8a`](https://github.com/vnphanquang/svelte-put/commit/9691b8a2b387dcbfe16e874f6fec563d171dbcd8) Thanks [@github-actions](https://github.com/apps/github-actions)! - [BREAKING] support Svelte v5, drop support for v4 and below, now written in JS with JSDocs

### Patch Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`5a6d396`](https://github.com/vnphanquang/svelte-put/commit/5a6d39686dab6b2774d31ebf8e3661ac37ea2aca) Thanks [@github-actions](https://github.com/apps/github-actions)! - not necessary to return if not transfer in zimmerframe walk methods

## 2.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preprocess-inline-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/preprocess-inline-svg",
"version": "2.1.3",
"version": "3.0.0-next.0",
"description": "minimal svg inliner from local resources at build time",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/qr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`13b4bcd`](https://github.com/vnphanquang/svelte-put/commit/13b4bcd136f36bb8a61491549fe1ec58bc12d39b) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below. `on:qr:init` and `on:qr:logofetch` are now `onqrinit` and `onqrlogofetch`, respectively

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/qr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/qr",
"version": "1.2.1",
"version": "2.0.0-next.0",
"description": "render QR as svg or img",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/resize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`7a0d909`](https://github.com/vnphanquang/svelte-put/commit/7a0d909a5faf26cdee4b427e0195859c7be7ac1b) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below. `on:resized` is now `onresized`

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/resize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/resize",
"version": "3.0.1",
"version": "4.0.0-next.0",
"description": "Svelte action that wraps ResizeObserver",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.6-next.0

### Patch Changes

- Updated dependencies [[`87f5b1d`](https://github.com/vnphanquang/svelte-put/commit/87f5b1d39269fafe2dfe182e9247a207b2b3318a), [`cb4cf45`](https://github.com/vnphanquang/svelte-put/commit/cb4cf454b63776cbededbe3531c0d351af8cdb43), [`eb4704f`](https://github.com/vnphanquang/svelte-put/commit/eb4704f6f27c79ee8a6d02d2a8acd338d8385c57)]:
- @svelte-put/clickoutside@4.0.0-next.0
- @svelte-put/shortcut@4.0.0-next.0

## 0.2.5

### 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,6 +1,6 @@
{
"name": "@svelte-put/select",
"version": "0.2.5",
"version": "0.2.6-next.0",
"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

## 4.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`eb4704f`](https://github.com/vnphanquang/svelte-put/commit/eb4704f6f27c79ee8a6d02d2a8acd338d8385c57) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below. `on:shortcut` is now `onshortcut`

## 3.1.1

### 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.1",
"version": "4.0.0-next.0",
"description": "Action to move node on mousedown & mousemove",
"main": "src/index.js",
"module": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/toc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.0.0-next.0

### Major Changes

- [#298](https://github.com/vnphanquang/svelte-put/pull/298) [`6b85cc2`](https://github.com/vnphanquang/svelte-put/commit/6b85cc22ddaa6ba540e39a390a7597acf3188317) Thanks [@github-actions](https://github.com/apps/github-actions)! - drop support for Svelte 4 and below; rework public API with `Toc` class, now powered by Svelte runes. See [docs page](https://svelte-put.vnphanquang.com/docs/toc) for more information.

## 5.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/toc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/toc",
"version": "5.0.2",
"version": "6.0.0-next.0",
"description": "Action & utilities for building table of contents",
"main": "src/index.js",
"module": "src/index.js",
Expand Down

0 comments on commit e6aa8e7

Please sign in to comment.