Skip to content

Commit 34621c9

Browse files
Version Packages (next) (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ebd4db commit 34621c9

File tree

13 files changed

+66
-6
lines changed

13 files changed

+66
-6
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,18 @@
1313
"changesets": [
1414
"angry-sheep-matter",
1515
"bitter-buttons-trade",
16+
"bright-jokes-press",
1617
"cold-actors-burn",
1718
"cuddly-cows-win",
1819
"cyan-guests-sip",
20+
"dull-meals-post",
1921
"eager-bugs-laugh",
2022
"fancy-poets-lead",
2123
"fluffy-eggs-joke",
24+
"four-signs-smell",
2225
"fresh-pants-accept",
2326
"khaki-bars-smell",
27+
"lazy-bottles-rule",
2428
"legal-seals-march",
2529
"light-mice-brake",
2630
"loud-rockets-tease",

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.12
4+
5+
### Patch Changes
6+
7+
- chore: Remove unused deps ([#76](https://github.com/techniq/layerstack/pull/76))
8+
9+
- Updated dependencies [[`49ccf88`](https://github.com/techniq/layerstack/commit/49ccf8863b5f6402eb4caa72b53380611ae80ad1), [`1ebd4db`](https://github.com/techniq/layerstack/commit/1ebd4db5b1fb3d3d820312aa1aa5a84d7926200e)]:
10+
- @layerstack/utils@2.0.0-next.12
11+
312
## 1.0.1-next.11
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.11",
7+
"version": "1.0.1-next.12",
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.17
4+
5+
### Patch Changes
6+
7+
- chore: Remove unused deps ([#76](https://github.com/techniq/layerstack/pull/76))
8+
9+
- Updated dependencies [[`49ccf88`](https://github.com/techniq/layerstack/commit/49ccf8863b5f6402eb4caa72b53380611ae80ad1), [`1ebd4db`](https://github.com/techniq/layerstack/commit/1ebd4db5b1fb3d3d820312aa1aa5a84d7926200e)]:
10+
- @layerstack/utils@2.0.0-next.12
11+
312
## 0.1.0-next.16
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.16",
7+
"version": "0.1.0-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-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.12
4+
5+
### Patch Changes
6+
7+
- chore: Remove unused deps ([#76](https://github.com/techniq/layerstack/pull/76))
8+
9+
- Updated dependencies [[`49ccf88`](https://github.com/techniq/layerstack/commit/49ccf8863b5f6402eb4caa72b53380611ae80ad1), [`1ebd4db`](https://github.com/techniq/layerstack/commit/1ebd4db5b1fb3d3d820312aa1aa5a84d7926200e)]:
10+
- @layerstack/utils@2.0.0-next.12
11+
312
## 1.0.2-next.11
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.11",
7+
"version": "1.0.2-next.12",
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.12
4+
5+
### Patch Changes
6+
7+
- chore: Remove unused deps ([#76](https://github.com/techniq/layerstack/pull/76))
8+
9+
- Updated dependencies [[`49ccf88`](https://github.com/techniq/layerstack/commit/49ccf8863b5f6402eb4caa72b53380611ae80ad1), [`1ebd4db`](https://github.com/techniq/layerstack/commit/1ebd4db5b1fb3d3d820312aa1aa5a84d7926200e)]:
10+
- @layerstack/svelte-actions@1.0.1-next.12
11+
- @layerstack/utils@2.0.0-next.12
12+
313
## 1.0.1-next.11
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.11",
7+
"version": "1.0.1-next.12",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @layerstack/tailwind
22

3+
## 2.0.0-next.14
4+
5+
### Patch Changes
6+
7+
- fix: Change `culori` dep to devDependencies (only used for generation and not runtime) ([#79](https://github.com/techniq/layerstack/pull/79))
8+
9+
- fix: Change `tailwindcss` dep to devDependecies ([#79](https://github.com/techniq/layerstack/pull/79))
10+
11+
- Updated dependencies [[`49ccf88`](https://github.com/techniq/layerstack/commit/49ccf8863b5f6402eb4caa72b53380611ae80ad1), [`1ebd4db`](https://github.com/techniq/layerstack/commit/1ebd4db5b1fb3d3d820312aa1aa5a84d7926200e)]:
12+
- @layerstack/utils@2.0.0-next.12
13+
314
## 2.0.0-next.13
415

516
### Patch Changes

0 commit comments

Comments
 (0)