Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
"quick-ducks-do",
"ripe-pens-raise",
"seven-teeth-ring",
"slimy-bags-beg",
"smooth-ties-lie",
"solid-lands-shine",
"swift-clocks-warn"
"swift-clocks-warn",
"twelve-cloths-live",
"two-doodles-return"
]
}
7 changes: 7 additions & 0 deletions packages/svelte-actions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @layerstack/svelte-actions

## 1.0.1-next.4

### Patch Changes

- Updated dependencies [[`ab0bb08`](https://github.com/techniq/layerstack/commit/ab0bb086257e281aa10ef13a3296aedf95c777f9), [`48b0aea`](https://github.com/techniq/layerstack/commit/48b0aead52ca6aeb2135a5297f5d774c8b510e12), [`38c4443`](https://github.com/techniq/layerstack/commit/38c44438c2454d3ffe328be15c1077987f64ee24), [`eaca635`](https://github.com/techniq/layerstack/commit/eaca6356ccd5288950aca64b8082ef18df2757ec)]:
- @layerstack/utils@2.0.0-next.4

## 1.0.1-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerstack",
"version": "1.0.1-next.3",
"version": "1.0.1-next.4",
"scripts": {
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
"build": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @layerstack/svelte-state

## 0.1.0-next.9

### Patch Changes

- Updated dependencies [[`ab0bb08`](https://github.com/techniq/layerstack/commit/ab0bb086257e281aa10ef13a3296aedf95c777f9), [`48b0aea`](https://github.com/techniq/layerstack/commit/48b0aead52ca6aeb2135a5297f5d774c8b510e12), [`38c4443`](https://github.com/techniq/layerstack/commit/38c44438c2454d3ffe328be15c1077987f64ee24), [`eaca635`](https://github.com/techniq/layerstack/commit/eaca6356ccd5288950aca64b8082ef18df2757ec)]:
- @layerstack/utils@2.0.0-next.4

## 0.1.0-next.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-state/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerstack",
"version": "0.1.0-next.8",
"version": "0.1.0-next.9",
"scripts": {
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
"build": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-stores/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @layerstack/svelte-stores

## 1.0.2-next.4

### Patch Changes

- Updated dependencies [[`ab0bb08`](https://github.com/techniq/layerstack/commit/ab0bb086257e281aa10ef13a3296aedf95c777f9), [`48b0aea`](https://github.com/techniq/layerstack/commit/48b0aead52ca6aeb2135a5297f5d774c8b510e12), [`38c4443`](https://github.com/techniq/layerstack/commit/38c44438c2454d3ffe328be15c1077987f64ee24), [`eaca635`](https://github.com/techniq/layerstack/commit/eaca6356ccd5288950aca64b8082ef18df2757ec)]:
- @layerstack/utils@2.0.0-next.4

## 1.0.2-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerstack",
"version": "1.0.2-next.3",
"version": "1.0.2-next.4",
"scripts": {
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
"build": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @layerstack/svelte-table

## 1.0.1-next.4

### Patch Changes

- Updated dependencies [[`ab0bb08`](https://github.com/techniq/layerstack/commit/ab0bb086257e281aa10ef13a3296aedf95c777f9), [`48b0aea`](https://github.com/techniq/layerstack/commit/48b0aead52ca6aeb2135a5297f5d774c8b510e12), [`38c4443`](https://github.com/techniq/layerstack/commit/38c44438c2454d3ffe328be15c1077987f64ee24), [`eaca635`](https://github.com/techniq/layerstack/commit/eaca6356ccd5288950aca64b8082ef18df2757ec)]:
- @layerstack/utils@2.0.0-next.4
- @layerstack/svelte-actions@1.0.1-next.4

## 1.0.1-next.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerstack",
"version": "1.0.1-next.3",
"version": "1.0.1-next.4",
"scripts": {
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
"build": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down
7 changes: 7 additions & 0 deletions packages/tailwind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @layerstack/tailwind

## 2.0.0-next.6

### Patch Changes

- Updated dependencies [[`ab0bb08`](https://github.com/techniq/layerstack/commit/ab0bb086257e281aa10ef13a3296aedf95c777f9), [`48b0aea`](https://github.com/techniq/layerstack/commit/48b0aead52ca6aeb2135a5297f5d774c8b510e12), [`38c4443`](https://github.com/techniq/layerstack/commit/38c44438c2454d3ffe328be15c1077987f64ee24), [`eaca635`](https://github.com/techniq/layerstack/commit/eaca6356ccd5288950aca64b8082ef18df2757ec)]:
- @layerstack/utils@2.0.0-next.4

## 2.0.0-next.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerstack",
"version": "2.0.0-next.5",
"version": "2.0.0-next.6",
"scripts": {
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
"build": "rimraf dist && tsc -p tsconfig.build.json && pnpm build:css && cp -r ./src/lib/css dist",
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @layerstack/utils

## 2.0.0-next.4

### Patch Changes

- feat(format): Support passing config option to easily set `type` and additional `options` as single object (ex. `format(number, { type: 'currency', options: { notation: 'compact' } })`) ([#66](https://github.com/techniq/layerstack/pull/66))

- breaking(utils): Lowercase all periodTypeMappings, simplify (`DAY-TIME` => `daytime`, etc), and add `PeriodTypeCode` type ([#31](https://github.com/techniq/layerstack/pull/31))

- fix: Update `PeriodType.Month` `default` variant to include full name, and `long` to include year. ([#31](https://github.com/techniq/layerstack/pull/31))

- feat(format): Support passing PeriodTypeCode strings to easily format dates (ex. `format(date, 'day')`) ([#66](https://github.com/techniq/layerstack/pull/66))

## 2.0.0-next.3

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerstack",
"version": "2.0.0-next.3",
"version": "2.0.0-next.4",
"scripts": {
"dev": "rimraf dist && tsc -p tsconfig.build.json --watch",
"build": "rimraf dist && tsc -p tsconfig.build.json",
Expand Down