Skip to content

Commit b076c9a

Browse files
Version Packages
1 parent 783946d commit b076c9a

File tree

13 files changed

+52
-11
lines changed

13 files changed

+52
-11
lines changed

.changeset/nice-trainers-chew.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f8815a`](https://github.com/techniq/layerstack/commit/8f8815a0c74df91882a32436c2d905a801421c54)]:
8+
- @layerstack/utils@0.1.0
9+
310
## 0.0.11
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": "0.0.11",
7+
"version": "0.0.12",
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+
## 0.0.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f8815a`](https://github.com/techniq/layerstack/commit/8f8815a0c74df91882a32436c2d905a801421c54)]:
8+
- @layerstack/utils@0.1.0
9+
310
## 0.0.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": "0.0.10",
7+
"version": "0.0.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+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f8815a`](https://github.com/techniq/layerstack/commit/8f8815a0c74df91882a32436c2d905a801421c54)]:
8+
- @layerstack/utils@0.1.0
9+
- @layerstack/svelte-actions@0.0.12
10+
311
## 0.0.12
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": "0.0.12",
7+
"version": "0.0.13",
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+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f8815a`](https://github.com/techniq/layerstack/commit/8f8815a0c74df91882a32436c2d905a801421c54)]:
8+
- @layerstack/utils@0.1.0
9+
310
## 0.0.11
411

512
### Patch Changes

packages/tailwind/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.0.11",
7+
"version": "0.0.12",
88
"scripts": {
99
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
1010
"build": "rimraf dist && tsc -p tsconfig.build.json && cp -r ./src/lib/plugin* dist",

packages/utils/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- refactor(localPoint): Swap `node` and `event` arguments and allow `node` to be optional, defaulting to `event.currentTarget ?? event.target` if not defined ([`8f8815a`](https://github.com/techniq/layerstack/commit/8f8815a0c74df91882a32436c2d905a801421c54))
8+
39
## 0.0.7
410

511
### Patch Changes

0 commit comments

Comments
 (0)