Skip to content

Commit

Permalink
chore: update versions (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 12, 2025
1 parent a917373 commit 3072a69
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .changeset/new-cooks-yell.md

This file was deleted.

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

## 0.0.12

### Patch Changes

- Updated dependencies [[`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191)]:
- @neodrag/svelte@2.3.0

## 0.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.0.11",
"version": "0.0.12",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodrag/core

## 2.3.0

### Minor Changes

- [#186](https://github.com/PuruVJ/neodrag/pull/186) [`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191) Thanks [@PuruVJ](https://github.com/PuruVJ)! - feat: Expose event: PointerEvent

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neodrag/core",
"private": "true",
"version": "2.2.0",
"version": "2.3.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodrag/react

## 2.3.0

### Minor Changes

- [#186](https://github.com/PuruVJ/neodrag/pull/186) [`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191) Thanks [@PuruVJ](https://github.com/PuruVJ)! - feat: Expose event: PointerEvent

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/react",
"version": "2.2.0",
"version": "2.3.0",
"description": "React library to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodrag/solid

## 2.3.0

### Minor Changes

- [#186](https://github.com/PuruVJ/neodrag/pull/186) [`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191) Thanks [@PuruVJ](https://github.com/PuruVJ)! - feat: Expose event: PointerEvent

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/solid",
"version": "2.2.0",
"version": "2.3.0",
"description": "SolidJS library to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
12 changes: 9 additions & 3 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodrag/svelte

## 2.3.0

### Minor Changes

- [#186](https://github.com/PuruVJ/neodrag/pull/186) [`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191) Thanks [@PuruVJ](https://github.com/PuruVJ)! - feat: Expose event: PointerEvent

## 2.2.0

### Minor Changes
Expand Down Expand Up @@ -80,9 +86,9 @@ If you have this in your `tsconfig.json`:

```json
{
"compilerOptions": {
"types": ["@neodrag/svelte/globals"]
}
"compilerOptions": {
"types": ["@neodrag/svelte/globals"]
}
}
```

Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/svelte",
"version": "2.2.0",
"version": "2.3.0",
"description": "Svelte Action to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodrag/vanilla

## 2.3.0

### Minor Changes

- [#186](https://github.com/PuruVJ/neodrag/pull/186) [`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191) Thanks [@PuruVJ](https://github.com/PuruVJ)! - feat: Expose event: PointerEvent

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/vanilla",
"version": "2.2.0",
"version": "2.3.0",
"description": "JS library to add dragging to your apps 😉",
"main": "./dist/index.js",
"unpkg": "./dist/umd/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neodrag/vue

## 2.3.0

### Minor Changes

- [#186](https://github.com/PuruVJ/neodrag/pull/186) [`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191) Thanks [@PuruVJ](https://github.com/PuruVJ)! - feat: Expose event: PointerEvent

## 2.2.0

### Minor Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# demo

## 0.0.10

### Patch Changes

- Updated dependencies [[`a917373`](https://github.com/PuruVJ/neodrag/commit/a917373e56378ae9443f3162e428abc8c058b191)]:
- @neodrag/vue@2.3.0

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "demo",
"private": true,
"version": "0.0.9",
"version": "0.0.10",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neodrag/vue",
"version": "2.2.0",
"version": "2.3.0",
"description": "Vue library to add dragging to your apps 😉",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 3072a69

Please sign in to comment.