Skip to content

Commit

Permalink
Merge pull request #18 from willin/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
willin authored Dec 31, 2023
2 parents c95f599 + 2c2c013 commit 5f03e7c
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/empty-rings-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-garlics-visit.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# web

## 0.0.2

### Patch Changes

- [`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161) Thanks [@willin](https://github.com/willin)! - remove typedocs

- Updated dependencies [[`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161), [`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161)]:
- @svelte-dev/auth-sso@1.0.1
- @svelte-dev/session@1.1.3
- @svelte-dev/auth@1.1.3
- @svelte-dev/i18n@1.0.2
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth-sso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @svelte-dev/auth-sso

## 1.0.1

### Patch Changes

- [`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161) Thanks [@willin](https://github.com/willin)! - remove typedocs

- [`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161) Thanks [@willin](https://github.com/willin)! - change sso endpoint

## 1.0.0

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

## 1.1.3

### Patch Changes

- [`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161) Thanks [@willin](https://github.com/willin)! - remove typedocs

## 1.1.2

### Patch 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.2",
"version": "1.1.3",
"description": "Simple Authentication for Svelte",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @svelte-dev/i18n

## 1.0.2

### Patch Changes

- [`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161) Thanks [@willin](https://github.com/willin)! - remove typedocs

## 1.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": "1.0.1",
"version": "1.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.3

### Patch Changes

- [`9397876`](https://github.com/willin/svelte-turbo/commit/9397876ee420a9db10c5c87698387611b01ec161) Thanks [@willin](https://github.com/willin)! - remove typedocs

## 1.1.2

### Patch 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.2",
"version": "1.1.3",
"description": "Simple Session Storage Management for Svelte",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down

0 comments on commit 5f03e7c

Please sign in to comment.