Skip to content

Commit

Permalink
Merge pull request #1 from Ernxst/changeset-release/main
Browse files Browse the repository at this point in the history
chore(ci): release
  • Loading branch information
Ernxst authored Dec 1, 2023
2 parents cdd74a5 + 1db155d commit b43dc7e
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-laws-double.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @examples/svelte

## 0.0.1

### Patch Changes

- Updated dependencies [[`3f9f374`](https://github.com/Ernxst/svelte-query-params/commit/3f9f3743c778d08d86fb30647793b52ca6d0159f)]:
- [email protected]
2 changes: 1 addition & 1 deletion examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/svelte",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions examples/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @example/sveltekit

## 0.0.1

### Patch Changes

- Updated dependencies [[`3f9f374`](https://github.com/Ernxst/svelte-query-params/commit/3f9f3743c778d08d86fb30647793b52ca6d0159f)]:
- [email protected]
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/sveltekit",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# svelte-query-params

## 0.0.2

### Patch Changes

- [`3f9f374`](https://github.com/Ernxst/svelte-query-params/commit/3f9f3743c778d08d86fb30647793b52ca6d0159f) Thanks [@Ernxst](https://github.com/Ernxst)! - release
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "svelte-query-params",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "A lightweight, dead-simple, type-safe reactive query parameter store built for Svelte 5.",
"author": "Ernest Nkansah-Badu <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b43dc7e

Please sign in to comment.