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 30, 2022
1 parent d53ee3b commit 83fe301
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 30 deletions.
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

1 comment on commit 83fe301

@vercel
Copy link

@vercel vercel bot commented on 83fe301 Dec 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.