Skip to content

Commit 949cc8e

Browse files
chore: update versions (next) (#215)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c7fcd3b commit 949cc8e

29 files changed

+132
-14
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"cool-drinks-thank",
2222
"four-zebras-swim",
2323
"fruity-glasses-think",
24+
"icy-bees-yell",
2425
"mean-mugs-hang",
2526
"modern-queens-win",
2627
"proud-years-yawn",

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# docs
22

3+
## 0.0.15-next.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c7fcd3b`](https://github.com/PuruVJ/neodrag/commit/c7fcd3b398a391bee1849f167b9aadd15f7ed289)]:
8+
- @neodrag/svelte@3.0.0-next.4
9+
310
## 0.0.15-next.3
411

512
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs",
33
"type": "module",
4-
"version": "0.0.15-next.3",
4+
"version": "0.0.15-next.4",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",

docs/scripts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# scripts
22

3+
## 1.0.1-next.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c7fcd3b`](https://github.com/PuruVJ/neodrag/commit/c7fcd3b398a391bee1849f167b9aadd15f7ed289)]:
8+
- @neodrag/core@3.0.0-next.4
9+
310
## 1.0.1-next.2
411

512
### Patch Changes

docs/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "scripts",
33
"private": true,
4-
"version": "1.0.1-next.2",
4+
"version": "1.0.1-next.3",
55
"description": "",
66
"main": "index.js",
77
"scripts": {

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @neodrag/core
22

3+
## 3.0.0-next.4
4+
5+
### Minor Changes
6+
7+
- [#214](https://github.com/PuruVJ/neodrag/pull/214) [`c7fcd3b`](https://github.com/PuruVJ/neodrag/commit/c7fcd3b398a391bee1849f167b9aadd15f7ed289) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Last plugin always wins now
8+
39
## 3.0.0-next.3
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/core",
3-
"version": "3.0.0-next.3",
3+
"version": "3.0.0-next.4",
44
"type": "module",
55
"files": [
66
"dist/*"

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @neodrag/react
22

3+
## 3.0.0-next.4
4+
5+
### Minor Changes
6+
7+
- [#214](https://github.com/PuruVJ/neodrag/pull/214) [`c7fcd3b`](https://github.com/PuruVJ/neodrag/commit/c7fcd3b398a391bee1849f167b9aadd15f7ed289) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Last plugin always wins now
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c7fcd3b`](https://github.com/PuruVJ/neodrag/commit/c7fcd3b398a391bee1849f167b9aadd15f7ed289)]:
12+
- @neodrag/core@3.0.0-next.4
13+
314
## 3.0.0-next.3
415

516
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neodrag/react",
3-
"version": "3.0.0-next.3",
3+
"version": "3.0.0-next.4",
44
"description": "React library to add dragging to your apps 😉",
55
"type": "module",
66
"files": [

packages/solid/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @neodrag/solid
22

3+
## 3.0.0-next.4
4+
5+
### Minor Changes
6+
7+
- [#214](https://github.com/PuruVJ/neodrag/pull/214) [`c7fcd3b`](https://github.com/PuruVJ/neodrag/commit/c7fcd3b398a391bee1849f167b9aadd15f7ed289) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Last plugin always wins now
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`c7fcd3b`](https://github.com/PuruVJ/neodrag/commit/c7fcd3b398a391bee1849f167b9aadd15f7ed289)]:
12+
- @neodrag/core@3.0.0-next.4
13+
314
## 3.0.0-next.3
415

516
### Patch Changes

0 commit comments

Comments
 (0)