Skip to content

Commit 4c5e7a9

Browse files
Version Packages (next) (#96)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c60cae2 commit 4c5e7a9

File tree

13 files changed

+59
-6
lines changed

13 files changed

+59
-6
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"plain-crews-cry",
4242
"polite-moments-build",
4343
"quick-ducks-do",
44+
"ready-rocks-tap",
4445
"ripe-pens-raise",
4546
"seven-humans-sink",
4647
"seven-teeth-ring",

packages/svelte-actions/CHANGELOG.md

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

3+
## 1.0.1-next.18
4+
5+
### Patch Changes
6+
7+
- Add more get string syntax ([#95](https://github.com/techniq/layerstack/pull/95))
8+
9+
- Updated dependencies [[`c60cae2`](https://github.com/techniq/layerstack/commit/c60cae27e12fb01d2cd6708468d61571d8ead65b)]:
10+
- @layerstack/utils@2.0.0-next.18
11+
312
## 1.0.1-next.17
413

514
### 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.17",
7+
"version": "1.0.1-next.18",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @layerstack/svelte-state
22

3+
## 0.1.0-next.23
4+
5+
### Patch Changes
6+
7+
- Add more get string syntax ([#95](https://github.com/techniq/layerstack/pull/95))
8+
9+
- Updated dependencies [[`c60cae2`](https://github.com/techniq/layerstack/commit/c60cae27e12fb01d2cd6708468d61571d8ead65b)]:
10+
- @layerstack/utils@2.0.0-next.18
11+
312
## 0.1.0-next.22
413

514
### 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.22",
7+
"version": "0.1.0-next.23",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @layerstack/svelte-stores
22

3+
## 1.0.2-next.18
4+
5+
### Patch Changes
6+
7+
- Add more get string syntax ([#95](https://github.com/techniq/layerstack/pull/95))
8+
9+
- Updated dependencies [[`c60cae2`](https://github.com/techniq/layerstack/commit/c60cae27e12fb01d2cd6708468d61571d8ead65b)]:
10+
- @layerstack/utils@2.0.0-next.18
11+
312
## 1.0.2-next.17
413

514
### 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.17",
7+
"version": "1.0.2-next.18",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @layerstack/svelte-table
22

3+
## 1.0.1-next.18
4+
5+
### Patch Changes
6+
7+
- Add more get string syntax ([#95](https://github.com/techniq/layerstack/pull/95))
8+
9+
- Updated dependencies [[`c60cae2`](https://github.com/techniq/layerstack/commit/c60cae27e12fb01d2cd6708468d61571d8ead65b)]:
10+
- @layerstack/svelte-actions@1.0.1-next.18
11+
- @layerstack/utils@2.0.0-next.18
12+
313
## 1.0.1-next.17
414

515
### 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.17",
7+
"version": "1.0.1-next.18",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @layerstack/tailwind
22

3+
## 2.0.0-next.21
4+
5+
### Patch Changes
6+
7+
- Add more get string syntax ([#95](https://github.com/techniq/layerstack/pull/95))
8+
9+
- Updated dependencies [[`c60cae2`](https://github.com/techniq/layerstack/commit/c60cae27e12fb01d2cd6708468d61571d8ead65b)]:
10+
- @layerstack/utils@2.0.0-next.18
11+
312
## 2.0.0-next.20
413

514
### Patch Changes

0 commit comments

Comments
 (0)