Skip to content

Commit

Permalink
Version Packages (next) (#7306)
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 Oct 19, 2022
1 parent c2d7040 commit d3bdc5e
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"brown-days-agree",
"brown-doors-bathe",
"brown-dots-hang",
"brown-eels-retire",
"brown-impalas-travel",
"brown-jeans-cover",
"brown-mangos-tie",
Expand Down Expand Up @@ -404,6 +405,7 @@
"fuzzy-kids-turn",
"fuzzy-news-raise",
"fuzzy-spoons-report",
"fuzzy-walls-teach",
"gentle-apes-tease",
"gentle-dogs-heal",
"gentle-maps-pull",
Expand Down Expand Up @@ -918,6 +920,7 @@
"real-icons-study",
"real-mice-argue",
"real-pens-watch",
"real-taxis-march",
"real-trainers-collect",
"red-adults-wonder",
"red-cherries-fly",
Expand Down Expand Up @@ -1196,6 +1199,7 @@
"tall-pens-obey",
"tall-plums-join",
"tall-ties-juggle",
"tame-bats-tell",
"tame-dodos-love",
"tame-forks-happen",
"tame-guests-collect",
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.84

### Patch Changes

- Updated dependencies [[`8d83708a`](https://github.com/sveltejs/kit/commit/8d83708ab021e367dc0eaa3ed57daf30a56497d7)]:
- @sveltejs/adapter-vercel@1.0.0-next.80
- @sveltejs/adapter-netlify@1.0.0-next.81

## 1.0.0-next.83

### 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.83",
"version": "1.0.0-next.84",
"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.99

### Patch Changes

- [fix] take into account deep exports for external packages ([#7311](https://github.com/sveltejs/kit/pull/7311))

## 1.0.0-next.98

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

## 1.0.0-next.45

### Patch Changes

- [feat] more info about prerendering errors, add strict option to adapter-static ([#7264](https://github.com/sveltejs/kit/pull/7264))

## 1.0.0-next.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.44",
"version": "1.0.0-next.45",
"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.80

### Patch Changes

- [fix] don't fail on unknown error message ([#7312](https://github.com/sveltejs/kit/pull/7312))

## 1.0.0-next.79

### 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.79",
"version": "1.0.0-next.80",
"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.518

### Patch Changes

- Enable removal of non-browser code from client builds ([#7296](https://github.com/sveltejs/kit/pull/7296))

* [feat] more info about prerendering errors, add strict option to adapter-static ([#7264](https://github.com/sveltejs/kit/pull/7264))

## 1.0.0-next.517

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

0 comments on commit d3bdc5e

Please sign in to comment.