Skip to content

Commit

Permalink
Version Packages (next) (#8030)
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 85d807e commit 36d290d
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Expand Up @@ -574,6 +574,7 @@
"honest-peas-cry",
"honest-rats-double",
"honest-rice-cry",
"honest-sheep-cross",
"honest-singers-guess",
"honest-tips-wonder",
"honest-wasps-cough",
Expand Down Expand Up @@ -886,6 +887,7 @@
"old-comics-happen",
"old-ears-wait",
"old-files-jump",
"old-singers-cough",
"old-years-march",
"olive-ducks-talk",
"olive-frogs-add",
Expand All @@ -909,6 +911,7 @@
"perfect-kiwis-sneeze",
"perfect-mayflies-sneeze",
"perfect-needles-tap",
"perfect-news-pretend",
"perfect-rules-burn",
"perfect-socks-sparkle",
"pink-ducks-press",
Expand Down Expand Up @@ -1218,6 +1221,7 @@
"smooth-cars-reflect",
"smooth-comics-mate",
"smooth-dodos-clap",
"smooth-doors-fly",
"smooth-dryers-heal",
"smooth-hornets-think",
"smooth-humans-cover",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-cloudflare-workers/CHANGELOG.md
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare-workers

## 1.0.0-next.61

### Patch Changes

- update esbuild to ^0.16.3 ([#7543](https://github.com/sveltejs/kit/pull/7543))

## 1.0.0-next.60

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

## 1.0.0-next.41

### Patch Changes

- update esbuild to ^0.16.3 ([#7543](https://github.com/sveltejs/kit/pull/7543))

## 1.0.0-next.40

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

## 1.0.0-next.85

### Patch Changes

- update esbuild to ^0.16.3 ([#7543](https://github.com/sveltejs/kit/pull/7543))

## 1.0.0-next.84

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

## 1.0.0-next.104

### Patch Changes

- update rollup to ^3.7.0 ([#7543](https://github.com/sveltejs/kit/pull/7543))

## 1.0.0-next.103

### 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.103",
"version": "1.0.0-next.104",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
@@ -1,5 +1,11 @@
# @sveltejs/adapter-vercel

## 1.0.0-next.85

### Patch Changes

- update esbuild to ^0.16.3 ([#7543](https://github.com/sveltejs/kit/pull/7543))

## 1.0.0-next.84

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-vercel",
"version": "1.0.0-next.84",
"version": "1.0.0-next.85",
"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.201

### Patch Changes

- [breaking] upgrade to Vite 4 ([#7543](https://github.com/sveltejs/kit/pull/7543))

## 2.0.0-next.200

### 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.200",
"version": "2.0.0-next.201",
"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.579

### Patch Changes

- [breaking] update svelte peerDependency to ^3.54.0 ([#7543](https://github.com/sveltejs/kit/pull/7543))

- update esbuild to ^0.16.3 ([#7543](https://github.com/sveltejs/kit/pull/7543))

- [breaking] upgrade to Vite 4 ([#7543](https://github.com/sveltejs/kit/pull/7543))

## 1.0.0-next.578

### 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.578",
"version": "1.0.0-next.579",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit 36d290d

Please sign in to comment.