Skip to content

Commit

Permalink
Merge pull request #8 from chialab/changeset-release/next
Browse files Browse the repository at this point in the history
Version Packages (alpha)
  • Loading branch information
fquffio authored Feb 13, 2025
2 parents 98cf65e + b43b8b2 commit 38cbad3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"initialVersions": {
"@chialab/sveltekit-utils": "0.0.2"
},
"changesets": []
"changesets": [
"dry-lions-occur",
"few-knives-notice",
"fifty-drinks-bake",
"hot-spies-crash",
"lemon-insects-laugh"
]
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @chialab/sveltekit-utils

## 0.1.0-alpha.0

### Minor Changes

- e7760c7: Use `@heyputer/kv.js` for in-memory cache, simplify code and increase test coverage, add `clearPattern()` method to base cache interface.
- a094cf6: Avoid persisting session if nothing has changed.
- e002505: Add `asyncIterableToArray` sort-of polyfill.
- 8c506cb: Add minimal string utility methods.

### Patch Changes

- eeb87d7: Fix headers not being written to logs on fetch failures.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chialab/sveltekit-utils",
"license": "MIT",
"version": "0.0.2",
"version": "0.1.0-alpha.0",
"type": "module",
"files": [
"dist",
Expand Down

0 comments on commit 38cbad3

Please sign in to comment.