Skip to content

Commit bd1a745

Browse files
authored
Merge pull request #72 from techniq/changeset-release/next
Version Packages (next)
2 parents 9d1c779 + 3e01ae0 commit bd1a745

13 files changed

Lines changed: 62 additions & 6 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"bitter-buttons-trade",
1616
"cold-actors-burn",
1717
"cuddly-cows-win",
18+
"cyan-guests-sip",
1819
"eager-bugs-laugh",
1920
"fancy-poets-lead",
2021
"fluffy-eggs-joke",
@@ -25,6 +26,7 @@
2526
"loud-rockets-tease",
2627
"modern-hairs-open",
2728
"odd-dots-greet",
29+
"odd-hands-tie",
2830
"odd-yaks-see",
2931
"plain-crews-cry",
3032
"polite-moments-build",

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.9
4+
5+
### Patch Changes
6+
7+
- refactor: Replace `date-fns` usage with new date utils (based on d3-time) to reduce bundle size ([#71](https://github.com/techniq/layerstack/pull/71))
8+
9+
- Updated dependencies [[`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5), [`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5)]:
10+
- @layerstack/utils@2.0.0-next.9
11+
312
## 1.0.1-next.8
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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "1.0.1-next.8",
7+
"version": "1.0.1-next.9",
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.14
4+
5+
### Patch Changes
6+
7+
- refactor: Replace `date-fns` usage with new date utils (based on d3-time) to reduce bundle size ([#71](https://github.com/techniq/layerstack/pull/71))
8+
9+
- Updated dependencies [[`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5), [`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5)]:
10+
- @layerstack/utils@2.0.0-next.9
11+
312
## 0.1.0-next.13
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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "0.1.0-next.13",
7+
"version": "0.1.0-next.14",
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.9
4+
5+
### Patch Changes
6+
7+
- refactor: Replace `date-fns` usage with new date utils (based on d3-time) to reduce bundle size ([#71](https://github.com/techniq/layerstack/pull/71))
8+
9+
- Updated dependencies [[`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5), [`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5)]:
10+
- @layerstack/utils@2.0.0-next.9
11+
312
## 1.0.2-next.8
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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "1.0.2-next.8",
7+
"version": "1.0.2-next.9",
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.9
4+
5+
### Patch Changes
6+
7+
- refactor: Replace `date-fns` usage with new date utils (based on d3-time) to reduce bundle size ([#71](https://github.com/techniq/layerstack/pull/71))
8+
9+
- Updated dependencies [[`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5), [`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5)]:
10+
- @layerstack/svelte-actions@1.0.1-next.9
11+
- @layerstack/utils@2.0.0-next.9
12+
313
## 1.0.1-next.8
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 <techniq35@gmail.com>",
55
"license": "MIT",
66
"repository": "techniq/layerstack",
7-
"version": "1.0.1-next.8",
7+
"version": "1.0.1-next.9",
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.11
4+
5+
### Patch Changes
6+
7+
- refactor: Replace `date-fns` usage with new date utils (based on d3-time) to reduce bundle size ([#71](https://github.com/techniq/layerstack/pull/71))
8+
9+
- Updated dependencies [[`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5), [`abd845a`](https://github.com/techniq/layerstack/commit/abd845a53b4b1cdc3a61a6503b6cb4fd144d35a5)]:
10+
- @layerstack/utils@2.0.0-next.9
11+
312
## 2.0.0-next.10
413

514
### Patch Changes

0 commit comments

Comments
 (0)