Skip to content

Commit

Permalink
chore(release): v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Feb 7, 2022
1 parent ffe7b54 commit 4db3991
Show file tree
Hide file tree
Showing 23 changed files with 91 additions and 85 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [0.21.0](https://github.com/vitebook/vitebook/compare/v0.20.2...v0.21.0) (2022-02-07)

### Features

- custom page routes ([ffe7b54](https://github.com/vitebook/vitebook/commit/ffe7b54e0bb7f7b4c179f31c33e9e70453832912)), closes [#28](https://github.com/vitebook/vitebook/issues/28)

## [0.20.2](https://github.com/vitebook/vitebook/compare/v0.20.1...v0.20.2) (2022-02-06)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions examples/custom-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-custom-theme",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"vitebook:preview": "vitebook preview"
},
"devDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"svelte": "^3.44.0",
"vite": "^2.7.0"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/preact-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-preact-js",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,11 +14,11 @@
"preact-render-to-string": "^5.1.19"
},
"devDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/markdown-preact": "0.20.2",
"@vitebook/preact": "0.20.2",
"@vitebook/theme-default": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/markdown-preact": "0.21.0",
"@vitebook/preact": "0.21.0",
"@vitebook/theme-default": "0.21.0",
"svelte": "^3.43.1",
"vite": "^2.7.0"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-preact",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,12 +14,12 @@
"preact-render-to-string": "^5.1.19"
},
"devDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/markdown-preact": "0.20.2",
"@vitebook/markdown-shiki": "0.20.2",
"@vitebook/preact": "0.20.2",
"@vitebook/theme-default": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/markdown-preact": "0.21.0",
"@vitebook/markdown-shiki": "0.21.0",
"@vitebook/preact": "0.21.0",
"@vitebook/theme-default": "0.21.0",
"svelte": "^3.43.1",
"typescript": "^4.4.3",
"vite": "^2.7.0"
Expand Down
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-react",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -16,11 +16,11 @@
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/markdown-preact": "0.20.2",
"@vitebook/preact": "0.20.2",
"@vitebook/theme-default": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/markdown-preact": "0.21.0",
"@vitebook/preact": "0.21.0",
"@vitebook/theme-default": "0.21.0",
"preact": "^10.5.14",
"svelte": "^3.43.1",
"typescript": "^4.4.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/svelte-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-svelte-kit",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"description": "The fastest way to build Svelte apps.",
"type": "module",
Expand All @@ -26,10 +26,10 @@
"@sveltejs/kit": "next",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@types/cookie": "^0.4.1",
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/markdown-svelte": "0.20.2",
"@vitebook/theme-default": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/markdown-svelte": "0.21.0",
"@vitebook/theme-default": "0.21.0",
"svelte": "^3.46.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-svelte",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,11 +10,11 @@
"vitebook:preview": "vitebook preview"
},
"devDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/markdown-shiki": "0.20.2",
"@vitebook/markdown-svelte": "0.20.2",
"@vitebook/theme-default": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/markdown-shiki": "0.21.0",
"@vitebook/markdown-svelte": "0.21.0",
"@vitebook/theme-default": "0.21.0",
"svelte": "^3.43.1",
"typescript": "^4.4.3",
"vite": "^2.7.0"
Expand Down
8 changes: 4 additions & 4 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-tailwind",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,9 +14,9 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/theme-default": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/theme-default": "0.21.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"svelte": "^3.43.1",
Expand Down
14 changes: 7 additions & 7 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/example-vue",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,12 +13,12 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/markdown-shiki": "0.20.2",
"@vitebook/markdown-vue": "0.20.2",
"@vitebook/theme-default": "0.20.2",
"@vitebook/vue": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/markdown-shiki": "0.21.0",
"@vitebook/markdown-vue": "0.21.0",
"@vitebook/theme-default": "0.21.0",
"@vitebook/vue": "0.21.0",
"@vue/compiler-sfc": "^3.2.26",
"svelte": "^3.43.1",
"vite": "^2.7.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vitebook-workspace",
"version": "0.20.2",
"version": "0.21.0",
"private": true,
"type": "module",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/client",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"client",
"esm",
Expand Down Expand Up @@ -87,7 +87,7 @@
"vite": "^2.7.1"
},
"peerDependencies": {
"@vitebook/core": "0.20.2",
"@vitebook/core": "0.21.0",
"svelte": "^3.44.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/core",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"alternative",
"core",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-vitebook",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"alternative",
"create",
Expand Down
10 changes: 5 additions & 5 deletions packages/markdown-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/markdown-preact",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/lru-cache": "^5.1.1",
"@vitebook/markdown": "0.20.2",
"@vitebook/markdown": "0.21.0",
"kleur": "^4.1.4",
"lru-cache": "^6.0.0"
},
Expand All @@ -69,9 +69,9 @@
"preact": "^10.5.14"
},
"peerDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/preact": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"@vitebook/preact": "0.21.0",
"preact": "^10.5.14"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/markdown-prismjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/markdown-prismjs",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -50,15 +50,15 @@
"watch:types": "pnpm build:types -- --watch"
},
"dependencies": {
"@vitebook/markdown": "0.20.2",
"@vitebook/markdown": "0.21.0",
"prismjs": "^1.25.0"
},
"devDependencies": {
"@types/prismjs": "^1.16.6",
"@vitebook/core": "workspace:*"
},
"peerDependencies": {
"@vitebook/core": "0.20.2"
"@vitebook/core": "0.21.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/markdown-shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/markdown-shiki",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -49,14 +49,14 @@
"watch:types": "pnpm build:types -- --watch"
},
"dependencies": {
"@vitebook/markdown": "0.20.2",
"@vitebook/markdown": "0.21.0",
"shiki": "^0.9.11"
},
"devDependencies": {
"@vitebook/core": "workspace:*"
},
"peerDependencies": {
"@vitebook/core": "0.20.2"
"@vitebook/core": "0.21.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/markdown-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/markdown-svelte",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/lru-cache": "^5.1.1",
"@vitebook/markdown": "0.20.2",
"@vitebook/markdown": "0.21.0",
"kleur": "^4.1.4",
"lru-cache": "^6.0.0",
"magic-string": "^0.25.7"
Expand All @@ -68,8 +68,8 @@
"svelte": "^3.44.1"
},
"peerDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2",
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0",
"svelte": "^3.44.1"
},
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/markdown-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/markdown-vue",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -57,7 +57,7 @@
"dependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/lru-cache": "^5.1.1",
"@vitebook/markdown": "0.20.2",
"@vitebook/markdown": "0.21.0",
"kleur": "^4.1.4",
"lru-cache": "^6.0.0"
},
Expand All @@ -67,8 +67,8 @@
"vue": "^3.2.26"
},
"peerDependencies": {
"@vitebook/core": "0.20.2",
"@vitebook/vue": "0.20.2",
"@vitebook/core": "0.21.0",
"@vitebook/vue": "0.21.0",
"vue": "^3.2.26"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/markdown",
"version": "0.20.2",
"version": "0.21.0",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@vitebook/core": "workspace:*"
},
"peerDependencies": {
"@vitebook/client": "0.20.2",
"@vitebook/core": "0.20.2"
"@vitebook/client": "0.21.0",
"@vitebook/core": "0.21.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 4db3991

Please sign in to comment.