Skip to content

Commit

Permalink
Version Packages (next) (#7215)
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 Oct 11, 2022
1 parent 844702a commit d41d720
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@
"famous-cameras-cheer",
"famous-crabs-run",
"famous-donuts-whisper",
"famous-humans-march",
"famous-rules-sort",
"famous-terms-sniff",
"famous-turtles-appear",
Expand Down Expand Up @@ -592,6 +593,7 @@
"light-kangaroos-tie",
"light-keys-mix",
"light-kings-beam",
"light-melons-collect",
"light-olives-scream",
"light-pumas-appear",
"light-pumas-heal",
Expand Down Expand Up @@ -929,6 +931,7 @@
"rich-singers-taste",
"rich-walls-doubt",
"rotten-cats-pump",
"rotten-cherries-jump",
"rotten-gorillas-sort",
"rotten-mice-compete",
"rotten-rocks-mate",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-auto

## 1.0.0-next.82

### Patch Changes

- Updated dependencies [[`b5a0991c`](https://github.com/sveltejs/kit/commit/b5a0991c1692ff87d04be0cdb0a562a20de113a1)]:
- @sveltejs/adapter-netlify@1.0.0-next.80
- @sveltejs/adapter-vercel@1.0.0-next.78

## 1.0.0-next.81

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "1.0.0-next.81",
"version": "1.0.0-next.82",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-netlify

## 1.0.0-next.80

### Patch Changes

- Transfer server data as devalue-encoded JSON ([#7177](https://github.com/sveltejs/kit/pull/7177))

## 1.0.0-next.79

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

## 1.0.0-next.97

### Patch Changes

- [chore] update dependency @rollup/plugin-json to v5 ([#7204](https://github.com/sveltejs/kit/pull/7204))

## 1.0.0-next.96

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-node",
"version": "1.0.0-next.96",
"version": "1.0.0-next.97",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-vercel

## 1.0.0-next.78

### Patch Changes

- Transfer server data as devalue-encoded JSON ([#7177](https://github.com/sveltejs/kit/pull/7177))

## 1.0.0-next.77

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-vercel",
"version": "1.0.0-next.77",
"version": "1.0.0-next.78",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
8 changes: 8 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/kit

## 1.0.0-next.513

### Patch Changes

- Transfer server data as devalue-encoded JSON ([#7177](https://github.com/sveltejs/kit/pull/7177))

* [fix] remove groups from segments for adapters ([#7222](https://github.com/sveltejs/kit/pull/7222))

## 1.0.0-next.512

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

0 comments on commit d41d720

Please sign in to comment.