Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

Commit 533752e

Browse files
Version Packages (next) (#154)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0a408eb commit 533752e

File tree

14 files changed

+33
-14
lines changed

14 files changed

+33
-14
lines changed

.changeset/pre.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"@example/with-goober": "0.0.0",
1313
"create-microsite": "0.2.0",
1414
"microsite": "1.2.1",
15-
"site": "0.0.16"
15+
"site": "0.0.16",
16+
"@example/named-exports": "0.0.0"
1617
},
17-
"changesets": []
18+
"changesets": [
19+
"cool-geckos-thank",
20+
"smooth-eyes-count"
21+
]
1822
}

examples/custom-document/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"serve": "microsite build --serve"
1010
},
1111
"devDependencies": {
12-
"microsite": "1.2.1"
12+
"microsite": "1.2.2-next.0"
1313
}
1414
}

examples/custom-ssr-fallback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"serve": "microsite build --serve"
1010
},
1111
"devDependencies": {
12-
"microsite": "1.2.1"
12+
"microsite": "1.2.2-next.0"
1313
}
1414
}

examples/dynamic-routes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"serve": "microsite build -- --debug-hydration --serve"
1111
},
1212
"devDependencies": {
13-
"microsite": "1.2.1"
13+
"microsite": "1.2.2-next.0"
1414
}
1515
}

examples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"serve": "microsite build --serve"
1010
},
1111
"devDependencies": {
12-
"microsite": "1.2.1"
12+
"microsite": "1.2.2-next.0"
1313
}
1414
}

examples/named-exports/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"serve": "microsite build -- --debug-hydration --serve"
1111
},
1212
"devDependencies": {
13-
"microsite": "1.2.1"
13+
"microsite": "1.2.2-next.0"
1414
}
1515
}

examples/partial-hydration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"husky": "^4.3.0",
1717
"lint-staged": "^10.4.2",
18-
"microsite": "1.2.1",
18+
"microsite": "1.2.2-next.0",
1919
"prettier": "^2.1.2",
2020
"typescript": "^4.1.2"
2121
},

examples/root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "microsite build --serve"
99
},
1010
"devDependencies": {
11-
"microsite": "1.2.1"
11+
"microsite": "1.2.2-next.0"
1212
},
1313
"dependencies": {
1414
"title": "^3.4.2"

examples/with-fela/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"fela": "11.5.2",
1313
"fela-dom": "11.5.2",
1414
"fela-preset-web": "11.5.2",
15-
"microsite": "1.2.1",
15+
"microsite": "1.2.2-next.0",
1616
"preact-fela": "11.5.2"
1717
}
1818
}

examples/with-goober/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"serve": "microsite build --serve"
1010
},
1111
"devDependencies": {
12-
"microsite": "1.2.1"
12+
"microsite": "1.2.2-next.0"
1313
},
1414
"dependencies": {
1515
"goober": "^2.0.29"

0 commit comments

Comments
 (0)