Skip to content

Commit

Permalink
Merge pull request #13 from willin/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
willin authored Dec 12, 2023
2 parents 44777fa + 4bf7d63 commit dec248d
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-papayas-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-moose-sneeze.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tricky-vans-grow.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/auth-oauth2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @svelte-dev/auth-oauth2

## 1.0.2

### Patch Changes

- [#12](https://github.com/willin/svelte-turbo/pull/12) [`d565f53`](https://github.com/willin/svelte-turbo/commit/d565f53f8190bcb5d3197de3269037d8619342c5) Thanks [@willin](https://github.com/willin)! - chore: update readme

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-dev/auth-oauth2",
"version": "1.0.1",
"version": "1.0.2",
"description": "A OAuth2Strategy for @svelte-dev/auth",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @svelte-dev/auth

## 1.1.1

### Patch Changes

- [#12](https://github.com/willin/svelte-turbo/pull/12) [`2133928`](https://github.com/willin/svelte-turbo/commit/2133928028afdba39c8b9ae077a0fc201e39892e) Thanks [@willin](https://github.com/willin)! - auth handler with more checks

- [#12](https://github.com/willin/svelte-turbo/pull/12) [`d565f53`](https://github.com/willin/svelte-turbo/commit/d565f53f8190bcb5d3197de3269037d8619342c5) Thanks [@willin](https://github.com/willin)! - chore: update readme

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-dev/auth",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple Authentication for Svelte",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @svelte-dev/i18n

## 0.0.2

### Patch Changes

- [#12](https://github.com/willin/svelte-turbo/pull/12) [`4cd64ed`](https://github.com/willin/svelte-turbo/commit/4cd64ed9a77e1542a5aff0bc47582fb177ebb916) Thanks [@willin](https://github.com/willin)! - fix type

- [#12](https://github.com/willin/svelte-turbo/pull/12) [`d565f53`](https://github.com/willin/svelte-turbo/commit/d565f53f8190bcb5d3197de3269037d8619342c5) Thanks [@willin](https://github.com/willin)! - chore: update readme

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-dev/i18n",
"version": "0.0.1",
"version": "0.0.2",
"description": "Internationalization library for Svelte",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @svelte-dev/session

## 1.1.1

### Patch Changes

- [#12](https://github.com/willin/svelte-turbo/pull/12) [`d565f53`](https://github.com/willin/svelte-turbo/commit/d565f53f8190bcb5d3197de3269037d8619342c5) Thanks [@willin](https://github.com/willin)! - chore: update readme

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@svelte-dev/session",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple Session Storage Management for Svelte",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down

0 comments on commit dec248d

Please sign in to comment.