Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Jan 13, 2021
1 parent 9b758aa commit eac3225
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"cyan-roses-act",
"dirty-ligers-protect",
"dull-tigers-type",
"fifty-turtles-joke",
"forty-months-prove",
"friendly-rivers-argue",
"fuzzy-ghosts-call",
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.23

### Patch Changes

- 9b758aa: Upgrade to Snowpack 3

## 1.0.0-next.22

### 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.22",
"version": "1.0.0-next.23",
"dependencies": {
"cheap-watch": "^1.0.2",
"http-proxy": "^1.18.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/snowpack-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/snowpack-config

## 1.0.0-next.1

### Patch Changes

- 9b758aa: Upgrade to Snowpack 3

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/snowpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/snowpack-config",
"version": "1.0.0-next.0",
"version": "1.0.0-next.1",
"scripts": {
"lint": "eslint --ignore-pattern node_modules/ \"**/*.{ts,js,svelte}\" && npm run check-format",
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore",
Expand Down

0 comments on commit eac3225

Please sign in to comment.