Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 25, 2021
1 parent f2d6425 commit 1dd9f76
Show file tree
Hide file tree
Showing 11 changed files with 48 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
"fluffy-cheetahs-remain",
"fluffy-dryers-jump",
"forty-months-prove",
"four-apes-attack",
"four-cheetahs-yawn",
"four-pillows-give",
"fresh-adults-ring",
Expand Down Expand Up @@ -190,6 +191,7 @@
"happy-pumas-thank",
"healthy-mangos-nail",
"healthy-moons-attend",
"healthy-pandas-pull",
"healthy-pumpkins-bathe",
"healthy-vans-build",
"heavy-humans-check",
Expand Down Expand Up @@ -236,6 +238,7 @@
"lazy-carpets-join",
"lazy-mice-smile",
"lazy-spies-wash",
"lazy-ways-swim",
"lemon-lies-attack",
"lemon-mails-hope",
"lemon-taxis-juggle",
Expand Down Expand Up @@ -367,6 +370,7 @@
"real-colts-knock",
"real-pens-watch",
"red-cooks-fix",
"red-papayas-prove",
"rich-clocks-chew",
"rich-pumpkins-applaud",
"rich-seahorses-walk",
Expand Down Expand Up @@ -457,6 +461,7 @@
"spicy-kings-perform",
"spotty-cooks-happen",
"spotty-dragons-wait",
"spotty-parents-love",
"spotty-ties-love",
"spotty-timers-fix",
"stale-geckos-call",
Expand Down Expand Up @@ -538,6 +543,7 @@
"twelve-onions-burn",
"twenty-dryers-hope",
"twenty-hairs-shave",
"twenty-turkeys-promise",
"two-buttons-eat",
"two-crabs-tease",
"two-students-melt",
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.5

### Patch Changes

- Updated dependencies [[`ad321f8d`](https://github.com/sveltejs/kit/commit/ad321f8d7dadf3f5b874d5aa434776a968e1bc8b)]:
- @sveltejs/adapter-cloudflare@1.0.0-next.4
- @sveltejs/adapter-netlify@1.0.0-next.36
- @sveltejs/adapter-vercel@1.0.0-next.32

## 1.0.0-next.4

### 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.4",
"version": "1.0.0-next.5",
"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.4

### Patch Changes

- Updated Cloudflare adapter to allow static files with spaces (eg. "Example File.pdf") to be accessed. ([#3047](https://github.com/sveltejs/kit/pull/3047))

## 1.0.0-next.3

### 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.3",
"version": "1.0.0-next.4",
"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.23

### Minor Changes

- add precompress option to adapter-static ([#3079](https://github.com/sveltejs/kit/pull/3079))

## 1.0.0-next.22

### 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.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/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 2.0.0-next.91

### Patch Changes

- Make demo app complies with TypeScript strict mode ([#3095](https://github.com/sveltejs/kit/pull/3095))

## 2.0.0-next.90

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

## 1.0.0-next.203

### Patch Changes

- Update vite-plugin-svelte to 1.0.0-next.32 ([#3048](https://github.com/sveltejs/kit/pull/3048))

* fix `sveltekit:prefetch` mouse detection ([#2995](https://github.com/sveltejs/kit/pull/2995))

- Fix invalid amp-install-serviceworker ([#3075](https://github.com/sveltejs/kit/pull/3075))

## 1.0.0-next.202

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

0 comments on commit 1dd9f76

Please sign in to comment.