Skip to content

Commit

Permalink
Version Packages (next) (#8021)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Dec 9, 2022
1 parent 3b98005 commit 95fd4fa
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Expand Up @@ -215,6 +215,7 @@
"cool-ducks-cheat",
"cool-emus-drive",
"cool-hounds-divide",
"cool-seahorses-cross",
"cool-spoons-dress",
"cool-swans-sleep",
"cuddly-ads-kick",
Expand Down Expand Up @@ -471,6 +472,7 @@
"gold-colts-train",
"gold-moles-hunt",
"gold-moons-poke",
"gold-phones-clap",
"gold-rocks-hang",
"gold-spies-fail",
"gold-trains-dream",
Expand All @@ -480,6 +482,7 @@
"good-mails-crash",
"good-monkeys-reflect",
"good-peaches-roll",
"good-pigs-tap",
"gorgeous-beans-glow",
"gorgeous-carrots-do",
"gorgeous-donkeys-admire",
Expand Down Expand Up @@ -702,6 +705,7 @@
"loud-moose-tap",
"loud-parrots-sell",
"loud-peaches-enjoy",
"loud-phones-chew",
"loud-seals-remember",
"loud-shirts-relax",
"loud-shrimps-drive",
Expand Down Expand Up @@ -1099,6 +1103,7 @@
"seven-jars-argue",
"seven-planes-fly",
"seven-roses-float",
"shaggy-bikes-wink",
"shaggy-bugs-move",
"shaggy-cameras-sip",
"shaggy-days-cheat",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @sveltejs/adapter-node

## 1.0.0-next.103

### Patch Changes

- Update docs with example of loading environment variables ([#8020](https://github.com/sveltejs/kit/pull/8020))

## 1.0.0-next.102

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-node",
"version": "1.0.0-next.102",
"version": "1.0.0-next.103",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-static/CHANGELOG.md
@@ -1,5 +1,11 @@
# @sveltejs/adapter-static

## 1.0.0-next.49

### Patch Changes

- [breaking] replace automatic fallback generation with `builder.generateFallback(fallback)` ([#8013](https://github.com/sveltejs/kit/pull/8013))

## 1.0.0-next.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.48",
"version": "1.0.0-next.49",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.200

### Patch Changes

- Use `satisfies` operator ([#7861](https://github.com/sveltejs/kit/pull/7861))

## 2.0.0-next.199

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

## 1.0.0-next.578

### Patch Changes

- [fix] respect fetch cache option ([#8024](https://github.com/sveltejs/kit/pull/8024))

- [breaking] rename invalid() to fail() and ValidationError to ActionFailure ([#8012](https://github.com/sveltejs/kit/pull/8012))

- [breaking] replace automatic fallback generation with `builder.generateFallback(fallback)` ([#8013](https://github.com/sveltejs/kit/pull/8013))

## 1.0.0-next.577

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.577",
"version": "1.0.0-next.578",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit 95fd4fa

Please sign in to comment.