Skip to content

Commit

Permalink
Version Packages (next) (#3439)
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 Jan 20, 2022
1 parent ec29025 commit db5557a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
"few-singers-pump",
"few-suits-drive",
"few-suits-flash",
"fifty-foxes-tan",
"fifty-turtles-joke",
"five-bags-prove",
"five-shirts-allow",
Expand Down Expand Up @@ -246,6 +247,7 @@
"itchy-days-matter",
"itchy-days-wonder",
"itchy-lobsters-tie",
"khaki-bears-film",
"khaki-ears-repeat",
"khaki-lions-sell",
"khaki-socks-tan",
Expand Down Expand Up @@ -360,6 +362,7 @@
"perfect-experts-hammer",
"perfect-frogs-decide",
"perfect-ghosts-shake",
"perfect-socks-sparkle",
"pink-ducks-press",
"pink-flies-mix",
"pink-poets-begin",
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.65

### Patch Changes

- [fix] rename `BASE` to `ORIGIN` and fix config handling ([#3423](https://github.com/sveltejs/kit/pull/3423))

## 1.0.0-next.64

### 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.64",
"version": "1.0.0-next.65",
"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.97

### Patch Changes

- Add a programmatic interface to create-svelte ([#3437](https://github.com/sveltejs/kit/pull/3437))

## 2.0.0-next.96

### 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.96",
"version": "2.0.0-next.97",
"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.235

### Patch Changes

- register service worker regardless of hydrate/router option ([#3435](https://github.com/sveltejs/kit/pull/3435))

## 1.0.0-next.234

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

0 comments on commit db5557a

Please sign in to comment.