Skip to content

Commit

Permalink
Version Packages (next) (#495)
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 Mar 12, 2021
1 parent 625747d commit 4c1fa09
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,25 @@
"metal-nails-divide",
"mighty-pumpkins-stare",
"modern-moose-greet",
"moody-laws-draw",
"nine-actors-whisper",
"plenty-cougars-invite",
"poor-years-hear",
"pretty-drinks-cough",
"quick-balloons-invite",
"quick-maps-remain",
"quiet-singers-fly",
"rare-ways-watch",
"real-cherries-exercise",
"selfish-avocados-develop",
"selfish-owls-own",
"serious-books-push",
"shaggy-peaches-fry",
"shy-mails-share",
"silver-hounds-clean",
"silver-lemons-fail",
"silver-needles-judge",
"silver-scissors-peel",
"smart-bears-leave",
"smart-pears-accept",
"smooth-dryers-heal",
Expand All @@ -105,8 +109,10 @@
"unlucky-parrots-vanish",
"violet-jars-give",
"warm-ads-invite",
"weak-swans-lie",
"wicked-items-repair",
"wicked-oranges-share",
"wild-cooks-drive",
"young-hairs-cough",
"young-swans-burn"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-begin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/adapter-begin

## 1.0.0-next.2

### Patch Changes

- c3cf3f3: Bump deps
- Updated dependencies [c3cf3f3]
- @sveltejs/app-utils@1.0.0-next.3

## 1.0.0-next.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-begin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-begin",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"main": "index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format",
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.2

### Patch Changes

- 512b8c9: adapter-netlify: Use CJS entrypoint

## 1.0.0-next.1

### 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.1",
"version": "1.0.0-next.2",
"main": "index.js",
"type": "module",
"files": [
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.6

### Patch Changes

- c3cf3f3: Bump deps

## 1.0.0-next.5

### 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.5",
"version": "1.0.0-next.6",
"main": "index.js",
"type": "module",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-vercel

## 1.0.0-next.4

### Patch Changes

- c3cf3f3: Bump deps
- d742029: Fix mixed usage of CJS and ESM
- Updated dependencies [c3cf3f3]
- @sveltejs/app-utils@1.0.0-next.3

## 1.0.0-next.3

### 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.3",
"version": "1.0.0-next.4",
"main": "index.js",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/app-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/app-utils

## 1.0.0-next.3

### Patch Changes

- c3cf3f3: Bump deps

## 1.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/app-utils",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"scripts": {
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format",
"build": "tsc",
Expand Down
7 changes: 7 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# create-svelte

## 2.0.0-next.31

### Patch Changes

- c3cf3f3: Bump deps
- 625747d: create-svelte: bundle production dependencies for SSR

## 2.0.0-next.30

### 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.30",
"version": "2.0.0-next.31",
"bin": "./bin",
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @sveltejs/kit

## 1.0.0-next.45

### Minor Changes

- 925638a: Remove endpoints from the files built for the client

### Patch Changes

- c3cf3f3: Bump deps
- 625747d: kit: bundle @sveltejs/kit into built application
- Updated dependencies [c3cf3f3]
- @sveltejs/vite-plugin-svelte@1.0.0-next.3

## 1.0.0-next.44

### 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.44",
"version": "1.0.0-next.45",
"type": "module",
"dependencies": {
"@sveltejs/vite-plugin-svelte": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/vite-plugin-svelte

## 1.0.0-next.3

### Patch Changes

- c3cf3f3: Bump deps

## 1.0.0-next.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "1.0.0-next.2",
"version": "1.0.0-next.3",
"dependencies": {
"@rollup/pluginutils": "^4.1.0",
"chalk": "^4.1.0",
Expand Down

0 comments on commit 4c1fa09

Please sign in to comment.