Skip to content

Commit

Permalink
chore: v1.1.0-next.11
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re committed Mar 3, 2021
1 parent 401294b commit 86395ea
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 13 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"@example/tailwind": "0.0.0",
"@example/custom-document": "0.0.0",
"@example/with-fela": "0.0.0",
"@example/with-goober": "0.0.0"
"@example/with-goober": "0.0.0",
"@example/custom-ssr-fallback": "0.0.0"
},
"changesets": [
"beige-rockets-unite",
Expand All @@ -26,6 +27,7 @@
"fresh-clocks-arrive",
"funny-apes-jam",
"fuzzy-ants-knock",
"great-tables-collect",
"hip-suns-cheat",
"itchy-rules-hear",
"late-lions-leave",
Expand Down
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.10"
"microsite": "1.1.0-next.11"
}
}
2 changes: 1 addition & 1 deletion examples/custom-ssr-fallback/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.10"
"microsite": "1.1.0-next.11"
}
}
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.10"
"microsite": "^1.1.0-next.11"
}
}
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.10",
"microsite": "^1.1.0-next.11",
"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.10"
"microsite": "^1.1.0-next.11"
},
"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.10",
"microsite": "^1.1.0-next.11",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-fela/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"fela": "11.5.2",
"fela-dom": "11.5.2",
"fela-preset-web": "11.5.2",
"microsite": "1.1.0-next.10",
"microsite": "1.1.0-next.11",
"preact-fela": "11.5.2"
}
}
2 changes: 1 addition & 1 deletion examples/with-goober/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "microsite build --serve"
},
"devDependencies": {
"microsite": "1.1.0-next.10"
"microsite": "1.1.0-next.11"
},
"dependencies": {
"goober": "^2.0.29"
Expand Down
8 changes: 7 additions & 1 deletion packages/microsite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# microsite

## 1.1.0-next.11

### Patch Changes

- 6723b24: Adds a `fallback` option to `withHydrate` to allow customization of server-side rendering behavior.

## 1.1.0-next.10

### Patch Changes
Expand Down Expand Up @@ -338,7 +344,7 @@
import { createGlobalState } from "microsite/global";

export const state = createGlobalState({
count: 0,
count: 0
});

// components/Counter.tsx
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.10",
"version": "1.1.0-next.11",
"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.11

### Patch Changes

- Updated dependencies [6723b24]
- [email protected]

## 0.0.14-next.10

### 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.10",
"version": "0.0.14-next.11",
"private": true,
"volta": {
"node": "12.20.1"
Expand All @@ -13,6 +13,6 @@
"serve": "microsite build --serve"
},
"dependencies": {
"microsite": "1.1.0-next.10"
"microsite": "1.1.0-next.11"
}
}

0 comments on commit 86395ea

Please sign in to comment.