Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2022
1 parent e9b8c65 commit 46e1b46
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
"fresh-adults-ring",
"fresh-dolls-destroy",
"fresh-hats-tie",
"fresh-pigs-tease",
"fresh-sheep-help",
"fresh-years-do",
"friendly-carpets-sip",
Expand Down Expand Up @@ -408,6 +409,7 @@
"honest-islands-flash",
"honest-jars-report",
"honest-pandas-joke",
"honest-parrots-compare",
"honest-rats-double",
"honest-rice-cry",
"honest-singers-guess",
Expand Down Expand Up @@ -552,6 +554,7 @@
"mighty-melons-walk",
"mighty-pandas-search",
"mighty-pumpkins-stare",
"mighty-students-develop",
"modern-boats-lie",
"modern-cameras-fetch",
"modern-donkeys-invite",
Expand Down Expand Up @@ -785,6 +788,7 @@
"selfish-ligers-allow",
"selfish-masks-rhyme",
"selfish-owls-own",
"selfish-tips-divide",
"selfish-walls-grow",
"serious-bears-listen",
"serious-books-push",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.157

### Patch Changes

- Run svelte-kit sync before svelte-check in check scripts ([#6037](https://github.com/sveltejs/kit/pull/6037))

## 2.0.0-next.156

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "2.0.0-next.156",
"version": "2.0.0-next.157",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.422

### Patch Changes

- [breaking] remove ability for `+page.server.js` to respond to `GET` requests with JSON ([#6007](https://github.com/sveltejs/kit/pull/6007))

* Handle `throw error/redirect` in `+server.js` ([#6028](https://github.com/sveltejs/kit/pull/6028))

- Handle windows paths and regexp chars in kit.alias ([#6034](https://github.com/sveltejs/kit/pull/6034))

## 1.0.0-next.421

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.421",
"version": "1.0.0-next.422",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit 46e1b46

Please sign in to comment.