Skip to content

Commit d18df64

Browse files
authored
Merge pull request #75 from techniq/changeset-release/next
Version Packages (next)
2 parents 67e100c + ae22356 commit d18df64

File tree

13 files changed

+52
-6
lines changed

13 files changed

+52
-6
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
"seven-teeth-ring",
3737
"slimy-bags-beg",
3838
"smooth-ties-lie",
39+
"social-poems-start",
3940
"solid-lands-shine",
4041
"swift-clocks-warn",
4142
"tidy-drinks-rush",
43+
"tiny-dogs-shave",
4244
"twelve-cloths-live",
4345
"two-doodles-return"
4446
]

packages/svelte-actions/CHANGELOG.md

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

3+
## 1.0.1-next.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ad4c34f`](https://github.com/techniq/layerstack/commit/ad4c34f8db8e67a702a317e0056559ac98ac61d5), [`7c986f8`](https://github.com/techniq/layerstack/commit/7c986f8401575c99709788f2feca6070fdee44b8)]:
8+
- @layerstack/utils@2.0.0-next.11
9+
310
## 1.0.1-next.10
411

512
### Patch Changes

packages/svelte-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "1.0.1-next.10",
7+
"version": "1.0.1-next.11",
88
"scripts": {
99
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
1010
"build": "rimraf dist && tsc -p tsconfig.build.json",

packages/svelte-state/CHANGELOG.md

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

3+
## 0.1.0-next.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ad4c34f`](https://github.com/techniq/layerstack/commit/ad4c34f8db8e67a702a317e0056559ac98ac61d5), [`7c986f8`](https://github.com/techniq/layerstack/commit/7c986f8401575c99709788f2feca6070fdee44b8)]:
8+
- @layerstack/utils@2.0.0-next.11
9+
310
## 0.1.0-next.15
411

512
### Patch Changes

packages/svelte-state/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "0.1.0-next.15",
7+
"version": "0.1.0-next.16",
88
"scripts": {
99
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
1010
"build": "rimraf dist && tsc -p tsconfig.build.json",

packages/svelte-stores/CHANGELOG.md

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

3+
## 1.0.2-next.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ad4c34f`](https://github.com/techniq/layerstack/commit/ad4c34f8db8e67a702a317e0056559ac98ac61d5), [`7c986f8`](https://github.com/techniq/layerstack/commit/7c986f8401575c99709788f2feca6070fdee44b8)]:
8+
- @layerstack/utils@2.0.0-next.11
9+
310
## 1.0.2-next.10
411

512
### Patch Changes

packages/svelte-stores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "1.0.2-next.10",
7+
"version": "1.0.2-next.11",
88
"scripts": {
99
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
1010
"build": "rimraf dist && tsc -p tsconfig.build.json",

packages/svelte-table/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @layerstack/svelte-table
22

3+
## 1.0.1-next.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ad4c34f`](https://github.com/techniq/layerstack/commit/ad4c34f8db8e67a702a317e0056559ac98ac61d5), [`7c986f8`](https://github.com/techniq/layerstack/commit/7c986f8401575c99709788f2feca6070fdee44b8)]:
8+
- @layerstack/utils@2.0.0-next.11
9+
- @layerstack/svelte-actions@1.0.1-next.11
10+
311
## 1.0.1-next.10
412

513
### Patch Changes

packages/svelte-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Sean Lynch <[email protected]>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "1.0.1-next.10",
7+
"version": "1.0.1-next.11",
88
"scripts": {
99
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
1010
"build": "rimraf dist && tsc -p tsconfig.build.json",

packages/tailwind/CHANGELOG.md

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

3+
## 2.0.0-next.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ad4c34f`](https://github.com/techniq/layerstack/commit/ad4c34f8db8e67a702a317e0056559ac98ac61d5), [`7c986f8`](https://github.com/techniq/layerstack/commit/7c986f8401575c99709788f2feca6070fdee44b8)]:
8+
- @layerstack/utils@2.0.0-next.11
9+
310
## 2.0.0-next.12
411

512
### Patch Changes

0 commit comments

Comments
 (0)