Skip to content

Commit

Permalink
chore: v1.1.0-next.7
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Feb 24, 2021
1 parent 5d9c53b commit b70487a
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 8 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"late-lions-leave",
"moody-scissors-deliver",
"pretty-hats-knock",
"spotty-bobcats-bake",
"two-windows-move"
]
}
2 changes: 1 addition & 1 deletion examples/custom-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"serve": "microsite build --serve"
},
"devDependencies": {
"microsite": "1.1.0-next.6"
"microsite": "1.1.0-next.7"
}
}
2 changes: 1 addition & 1 deletion examples/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"serve": "microsite build --serve"
},
"devDependencies": {
"microsite": "^1.1.0-next.6"
"microsite": "^1.1.0-next.7"
}
}
2 changes: 1 addition & 1 deletion examples/partial-hydration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"husky": "^4.3.0",
"lint-staged": "^10.4.2",
"microsite": "^1.1.0-next.6",
"microsite": "^1.1.0-next.7",
"prettier": "^2.1.2",
"typescript": "^4.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "microsite build --serve"
},
"devDependencies": {
"microsite": "^1.1.0-next.6"
"microsite": "^1.1.0-next.7"
},
"dependencies": {
"title": "^3.4.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@snowpack/plugin-postcss": "^1.1.0",
"autoprefixer": "^10.1.0",
"microsite": "^1.1.0-next.6",
"microsite": "^1.1.0-next.7",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.0.2"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/microsite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# microsite

## 1.1.0-next.7

### Patch Changes

- fix(#119): remove `defer` from inline script`
- fix(#115): do not include vendor chunk in hydrateBindings

## 1.1.0-next.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/microsite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "microsite",
"version": "1.1.0-next.6",
"version": "1.1.0-next.7",
"type": "module",
"author": {
"name": "Nate Moore",
Expand Down
7 changes: 7 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# site

## 0.0.14-next.7

### Patch Changes

- Updated dependencies [43c0e60]
- [email protected]

## 0.0.14-next.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.0.14-next.6",
"version": "0.0.14-next.7",
"private": true,
"volta": {
"node": "12.20.1"
Expand All @@ -13,6 +13,6 @@
"serve": "microsite build --serve"
},
"dependencies": {
"microsite": "1.1.0-next.6"
"microsite": "1.1.0-next.7"
}
}

0 comments on commit b70487a

Please sign in to comment.