Skip to content

Commit 97366a1

Browse files
Version Packages (next) (#94)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5469634 commit 97366a1

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
@@ -18,6 +18,7 @@
1818
"cold-actors-burn",
1919
"cuddly-cows-win",
2020
"cyan-guests-sip",
21+
"dry-ends-read",
2122
"dull-meals-post",
2223
"eager-bugs-laugh",
2324
"empty-dancers-rule",

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.17
4+
5+
### Patch Changes
6+
7+
- Remove lodash-es dependency ([#93](https://github.com/techniq/layerstack/pull/93))
8+
9+
- Updated dependencies [[`5469634`](https://github.com/techniq/layerstack/commit/546963401fdea830b8eb8a4ced10299de14fe2c0)]:
10+
- @layerstack/utils@2.0.0-next.17
11+
312
## 1.0.1-next.16
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.16",
7+
"version": "1.0.1-next.17",
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.22
4+
5+
### Patch Changes
6+
7+
- Remove lodash-es dependency ([#93](https://github.com/techniq/layerstack/pull/93))
8+
9+
- Updated dependencies [[`5469634`](https://github.com/techniq/layerstack/commit/546963401fdea830b8eb8a4ced10299de14fe2c0)]:
10+
- @layerstack/utils@2.0.0-next.17
11+
312
## 0.1.0-next.21
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.21",
7+
"version": "0.1.0-next.22",
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.17
4+
5+
### Patch Changes
6+
7+
- Remove lodash-es dependency ([#93](https://github.com/techniq/layerstack/pull/93))
8+
9+
- Updated dependencies [[`5469634`](https://github.com/techniq/layerstack/commit/546963401fdea830b8eb8a4ced10299de14fe2c0)]:
10+
- @layerstack/utils@2.0.0-next.17
11+
312
## 1.0.2-next.16
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.16",
7+
"version": "1.0.2-next.17",
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.17
4+
5+
### Patch Changes
6+
7+
- Remove lodash-es dependency ([#93](https://github.com/techniq/layerstack/pull/93))
8+
9+
- Updated dependencies [[`5469634`](https://github.com/techniq/layerstack/commit/546963401fdea830b8eb8a4ced10299de14fe2c0)]:
10+
- @layerstack/svelte-actions@1.0.1-next.17
11+
- @layerstack/utils@2.0.0-next.17
12+
313
## 1.0.1-next.16
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.16",
7+
"version": "1.0.1-next.17",
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.20
4+
5+
### Patch Changes
6+
7+
- Remove lodash-es dependency ([#93](https://github.com/techniq/layerstack/pull/93))
8+
9+
- Updated dependencies [[`5469634`](https://github.com/techniq/layerstack/commit/546963401fdea830b8eb8a4ced10299de14fe2c0)]:
10+
- @layerstack/utils@2.0.0-next.17
11+
312
## 2.0.0-next.19
413

514
### Patch Changes

0 commit comments

Comments
 (0)