Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changesets: Versioning & Publication #91

Merged
merged 1 commit into from Dec 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/hungry-taxis-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-zoos-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-zoos-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-glasses-run.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/actions/clickoutside/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.2.0

### Minor Changes

- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files)

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/clickoutside/package.json
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/clickoutside",
"version": "1.1.3",
"version": "1.2.0",
"description": "Event for clicking outside a node",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/actions/copy/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## 1.1.0

### Minor Changes

- [`193c0c5`](https://github.com/vnphanquang/svelte-put/commit/193c0c5c9525ade0ec4e9a512c21e96a26139238) Thanks [@vnphanquang](https://github.com/vnphanquang)! - [BREAKING] deprecate `on:copy` in favor of `on:copied` to avoid conflict with default `copy` event

- [`193c0c5`](https://github.com/vnphanquang/svelte-put/commit/193c0c5c9525ade0ec4e9a512c21e96a26139238) Thanks [@vnphanquang](https://github.com/vnphanquang)! - allow simulate the `copy` event by setting `sythetic: true`

### Patch Changes

- [`193c0c5`](https://github.com/vnphanquang/svelte-put/commit/193c0c5c9525ade0ec4e9a512c21e96a26139238) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate ambient typing in favor of [new action type helper](https://github.com/sveltejs/svelte/pull/7805)

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/copy/package.json
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/copy",
"version": "1.0.2",
"version": "1.1.0",
"description": "Svelte action & utilities for copying text to clipboard",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/actions/dragscroll/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files)

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/dragscroll/package.json
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/dragscroll",
"version": "1.0.4",
"version": "1.1.0",
"description": "Svelte action for drag-to-scroll behavior",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/actions/intersect/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.2.0

### Minor Changes

- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files)

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/intersect/package.json
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/intersect",
"version": "1.1.1",
"version": "1.2.0",
"description": "Action that wraps IntersectionObserver",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/actions/movable/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.4.0

### Minor Changes

- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files)

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/movable/package.json
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/movable",
"version": "1.3.1",
"version": "1.4.0",
"description": "Action to move node on mousedown & mousemove",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/actions/shortcut/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 1.1.0

### Minor Changes

- [`64283e1`](https://github.com/vnphanquang/svelte-put/commit/64283e10c53985dc9cd99d65274996231c46b9bd) Thanks [@vnphanquang](https://github.com/vnphanquang)! - deprecate global ambient typing in favor of the [new action typings helper](https://github.com/sveltejs/svelte/pull/7805/files)

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/shortcut/package.json
@@ -1,6 +1,6 @@
{
"name": "@svelte-put/shortcut",
"version": "1.0.5",
"version": "1.1.0",
"description": "Action to move node on mousedown & mousemove",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down