Skip to content

Commit

Permalink
Version Packages (next) (#3888)
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] authored Feb 14, 2022
1 parent 2646ce0 commit 3a9f760
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
"empty-poets-check",
"empty-worms-appear",
"fair-pets-bake",
"famous-cameras-cheer",
"famous-crabs-run",
"famous-donuts-whisper",
"famous-rules-sort",
Expand Down Expand Up @@ -336,6 +337,7 @@
"metal-avocados-lie",
"metal-bottles-wash",
"metal-ears-travel",
"metal-moons-provide",
"metal-nails-divide",
"metal-rings-mix",
"metal-tigers-kiss",
Expand Down Expand Up @@ -517,6 +519,7 @@
"sharp-geckos-beam",
"sharp-hornets-beam",
"sharp-mangos-tickle",
"sharp-moles-confess",
"sharp-moles-hammer",
"sharp-mugs-melt",
"sharp-pigs-study",
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-auto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-auto

## 1.0.0-next.23

### Patch Changes

- Updated dependencies [[`9ee49342`](https://github.com/sveltejs/kit/commit/9ee493426a5571b20d5d84eb59b4b7ded9f3438d)]:
- @sveltejs/adapter-cloudflare@1.0.0-next.11
- @sveltejs/adapter-netlify@1.0.0-next.45
- @sveltejs/adapter-vercel@1.0.0-next.43

## 1.0.0-next.22

### 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.22",
"version": "1.0.0-next.23",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare

## 1.0.0-next.11

### Patch Changes

- Add `context` to `event.platform` object ([#3868](https://github.com/sveltejs/kit/pull/3868))

## 1.0.0-next.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare",
"version": "1.0.0-next.10",
"version": "1.0.0-next.11",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
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.117

### Patch Changes

- update comment to remove outdated reference ([#3898](https://github.com/sveltejs/kit/pull/3898))

## 2.0.0-next.116

### 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.116",
"version": "2.0.0-next.117",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down
6 changes: 6 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/kit

## 1.0.0-next.268

### Patch Changes

- refactor: use one escape function for json in html script body instead of two slightly different ([#3804](https://github.com/sveltejs/kit/pull/3804))

## 1.0.0-next.267

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

0 comments on commit 3a9f760

Please sign in to comment.