Skip to content

Commit e9828b1

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

29 files changed

+120
-14
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
},
2020
"changesets": [
2121
"cool-drinks-thank",
22+
"fluffy-tires-double",
2223
"four-zebras-swim",
2324
"fruity-glasses-think",
2425
"fuzzy-tips-wash",

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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a3a20b0`](https://github.com/PuruVJ/neodrag/commit/a3a20b03a5ebcd804ee9c1de7028aaaf424bc5cc)]:
8+
- @neodrag/svelte@3.0.0-next.7
9+
310
## 0.0.15-next.6
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.6",
4+
"version": "0.0.15-next.7",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a3a20b0`](https://github.com/PuruVJ/neodrag/commit/a3a20b03a5ebcd804ee9c1de7028aaaf424bc5cc)]:
8+
- @neodrag/core@3.0.0-next.7
9+
310
## 1.0.1-next.5
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.5",
4+
"version": "1.0.1-next.6",
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.7
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/PuruVJ/neodrag/pull/182) [`a3a20b0`](https://github.com/PuruVJ/neodrag/commit/a3a20b03a5ebcd804ee9c1de7028aaaf424bc5cc) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Fix types of Compartment
8+
39
## 3.0.0-next.6
410

511
### Major 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.6",
3+
"version": "3.0.0-next.7",
44
"type": "module",
55
"files": [
66
"dist/*"

packages/react/CHANGELOG.md

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

3+
## 3.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/PuruVJ/neodrag/pull/182) [`a3a20b0`](https://github.com/PuruVJ/neodrag/commit/a3a20b03a5ebcd804ee9c1de7028aaaf424bc5cc) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Fix types of Compartment
8+
9+
- Updated dependencies [[`a3a20b0`](https://github.com/PuruVJ/neodrag/commit/a3a20b03a5ebcd804ee9c1de7028aaaf424bc5cc)]:
10+
- @neodrag/core@3.0.0-next.7
11+
312
## 3.0.0-next.6
413

514
### 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.6",
3+
"version": "3.0.0-next.7",
44
"description": "React library to add dragging to your apps 😉",
55
"type": "module",
66
"files": [

packages/solid/CHANGELOG.md

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

3+
## 3.0.0-next.7
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/PuruVJ/neodrag/pull/182) [`a3a20b0`](https://github.com/PuruVJ/neodrag/commit/a3a20b03a5ebcd804ee9c1de7028aaaf424bc5cc) Thanks [@PuruVJ](https://github.com/PuruVJ)! - Fix types of Compartment
8+
9+
- Updated dependencies [[`a3a20b0`](https://github.com/PuruVJ/neodrag/commit/a3a20b03a5ebcd804ee9c1de7028aaaf424bc5cc)]:
10+
- @neodrag/core@3.0.0-next.7
11+
312
## 3.0.0-next.6
413

514
### Patch Changes

0 commit comments

Comments
 (0)