Skip to content

Commit b48adf3

Browse files
authored
Merge pull request #30 from techniq/changeset-release/main
Version Packages
2 parents 7ff8c3a + 1e86166 commit b48adf3

File tree

14 files changed

+86
-26
lines changed

14 files changed

+86
-26
lines changed

.changeset/gentle-parents-add.md

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

.changeset/proud-steaks-float.md

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

packages/svelte-actions/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Version 1.0 (Svelte 3-5 and Tailwind 3 compatible) ([`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb))
8+
9+
### Patch Changes
10+
11+
- Update dependencies ([#29](https://github.com/techniq/layerstack/pull/29))
12+
13+
- Updated dependencies [[`2842669`](https://github.com/techniq/layerstack/commit/284266956ef4e04b8233dd6f959f24d913ab16cc), [`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb)]:
14+
- @layerstack/utils@1.0.0
15+
316
## 0.0.13
417

518
### 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.13",
7+
"version": "1.0.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @layerstack/svelte-stores
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Version 1.0 (Svelte 3-5 and Tailwind 3 compatible) ([`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb))
8+
9+
### Patch Changes
10+
11+
- Update dependencies ([#29](https://github.com/techniq/layerstack/pull/29))
12+
13+
- Updated dependencies [[`2842669`](https://github.com/techniq/layerstack/commit/284266956ef4e04b8233dd6f959f24d913ab16cc), [`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb)]:
14+
- @layerstack/utils@1.0.0
15+
316
## 0.0.11
417

518
### 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.11",
7+
"version": "1.0.0",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @layerstack/svelte-table
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Version 1.0 (Svelte 3-5 and Tailwind 3 compatible) ([`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb))
8+
9+
### Patch Changes
10+
11+
- Update dependencies ([#29](https://github.com/techniq/layerstack/pull/29))
12+
13+
- Updated dependencies [[`2842669`](https://github.com/techniq/layerstack/commit/284266956ef4e04b8233dd6f959f24d913ab16cc), [`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb)]:
14+
- @layerstack/svelte-actions@1.0.0
15+
- @layerstack/utils@1.0.0
16+
317
## 0.0.14
418

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- Version 1.0 (Svelte 3-5 and Tailwind 3 compatible) ([`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb))
8+
9+
### Patch Changes
10+
11+
- Update dependencies ([#29](https://github.com/techniq/layerstack/pull/29))
12+
13+
- Updated dependencies [[`2842669`](https://github.com/techniq/layerstack/commit/284266956ef4e04b8233dd6f959f24d913ab16cc), [`7ff8c3a`](https://github.com/techniq/layerstack/commit/7ff8c3a82e93ffb64257880d901deb56706d37cb)]:
14+
- @layerstack/utils@1.0.0
15+
316
## 0.0.13
417

518
### 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.13",
7+
"version": "1.0.0",
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",

0 commit comments

Comments
 (0)