Skip to content

Commit

Permalink
chore(release): v0.19.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mihar-22 committed Jan 30, 2022
1 parent d44a30b commit 59f1acf
Show file tree
Hide file tree
Showing 22 changed files with 85 additions and 79 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.19.8](https://github.com/vitebook/vitebook/compare/v0.19.7...v0.19.8) (2022-01-30)

### Bug Fixes

- **create:** update preact app files ([d44a30b](https://github.com/vitebook/vitebook/commit/d44a30b0c20aa93a484236e04468a79a105897c8))

## [0.19.7](https://github.com/vitebook/vitebook/compare/v0.19.6...v0.19.7) (2022-01-30)

### 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.19.7",
"version": "0.19.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,8 +11,8 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"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.19.7",
"version": "0.19.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,11 +15,11 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.1.7",
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/markdown-preact": "0.19.7",
"@vitebook/preact": "0.19.7",
"@vitebook/theme-default": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"@vitebook/markdown-preact": "0.19.8",
"@vitebook/preact": "0.19.8",
"@vitebook/theme-default": "0.19.8",
"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.19.7",
"version": "0.19.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -15,12 +15,12 @@
},
"devDependencies": {
"@preact/preset-vite": "^2.1.7",
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/markdown-preact": "0.19.7",
"@vitebook/markdown-shiki": "0.19.7",
"@vitebook/preact": "0.19.7",
"@vitebook/theme-default": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"@vitebook/markdown-preact": "0.19.8",
"@vitebook/markdown-shiki": "0.19.8",
"@vitebook/preact": "0.19.8",
"@vitebook/theme-default": "0.19.8",
"svelte": "^3.43.1",
"typescript": "^4.4.3",
"vite": "^2.7.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.19.7",
"version": "0.19.8",
"private": true,
"description": "The fastest way to build Svelte apps.",
"type": "module",
Expand All @@ -25,10 +25,10 @@
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@types/cookie": "^0.4.1",
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/markdown-svelte": "0.19.7",
"@vitebook/theme-default": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"@vitebook/markdown-svelte": "0.19.8",
"@vitebook/theme-default": "0.19.8",
"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.19.7",
"version": "0.19.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -11,11 +11,11 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/markdown-shiki": "0.19.7",
"@vitebook/markdown-svelte": "0.19.7",
"@vitebook/theme-default": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"@vitebook/markdown-shiki": "0.19.8",
"@vitebook/markdown-svelte": "0.19.8",
"@vitebook/theme-default": "0.19.8",
"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.19.7",
"version": "0.19.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -14,9 +14,9 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.36",
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/theme-default": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"@vitebook/theme-default": "0.19.8",
"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.19.7",
"version": "0.19.8",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -13,12 +13,12 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/markdown-shiki": "0.19.7",
"@vitebook/markdown-vue": "0.19.7",
"@vitebook/theme-default": "0.19.7",
"@vitebook/vue": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"@vitebook/markdown-shiki": "0.19.8",
"@vitebook/markdown-vue": "0.19.8",
"@vitebook/theme-default": "0.19.8",
"@vitebook/vue": "0.19.8",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/compiler-sfc": "^3.2.26",
"svelte": "^3.43.1",
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.19.7",
"version": "0.19.8",
"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.19.7",
"version": "0.19.8",
"keywords": [
"client",
"esm",
Expand Down Expand Up @@ -87,7 +87,7 @@
"vite": "^2.7.1"
},
"peerDependencies": {
"@vitebook/core": "0.19.7",
"@vitebook/core": "0.19.8",
"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.19.7",
"version": "0.19.8",
"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.19.7",
"version": "0.19.8",
"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.19.7",
"version": "0.19.8",
"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.19.7",
"@vitebook/markdown": "0.19.8",
"kleur": "^4.1.4",
"lru-cache": "^6.0.0"
},
Expand All @@ -69,9 +69,9 @@
"preact": "^10.5.14"
},
"peerDependencies": {
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/preact": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"@vitebook/preact": "0.19.8",
"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.19.7",
"version": "0.19.8",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -50,15 +50,15 @@
"watch:types": "pnpm build:types -- --watch"
},
"dependencies": {
"@vitebook/markdown": "0.19.7",
"@vitebook/markdown": "0.19.8",
"prismjs": "^1.25.0"
},
"devDependencies": {
"@types/prismjs": "^1.16.6",
"@vitebook/core": "workspace:*"
},
"peerDependencies": {
"@vitebook/core": "0.19.7"
"@vitebook/core": "0.19.8"
},
"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.19.7",
"version": "0.19.8",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -49,14 +49,14 @@
"watch:types": "pnpm build:types -- --watch"
},
"dependencies": {
"@vitebook/markdown": "0.19.7",
"@vitebook/markdown": "0.19.8",
"shiki": "^0.9.11"
},
"devDependencies": {
"@vitebook/core": "workspace:*"
},
"peerDependencies": {
"@vitebook/core": "0.19.7"
"@vitebook/core": "0.19.8"
},
"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.19.7",
"version": "0.19.8",
"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.19.7",
"@vitebook/markdown": "0.19.8",
"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.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"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.19.7",
"version": "0.19.8",
"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.19.7",
"@vitebook/markdown": "0.19.8",
"kleur": "^4.1.4",
"lru-cache": "^6.0.0"
},
Expand All @@ -67,8 +67,8 @@
"vue": "^3.2.26"
},
"peerDependencies": {
"@vitebook/core": "0.19.7",
"@vitebook/vue": "0.19.7",
"@vitebook/core": "0.19.8",
"@vitebook/vue": "0.19.8",
"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.19.7",
"version": "0.19.8",
"keywords": [
"esm",
"markdown",
Expand Down Expand Up @@ -71,8 +71,8 @@
"@vitebook/core": "workspace:*"
},
"peerDependencies": {
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7"
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vitebook/preact",
"version": "0.19.7",
"version": "0.19.8",
"keywords": [
"esm",
"plugin",
Expand Down Expand Up @@ -81,8 +81,8 @@
"vite": "2.7.1"
},
"peerDependencies": {
"@vitebook/client": "0.19.7",
"@vitebook/core": "0.19.7",
"@vitebook/client": "0.19.8",
"@vitebook/core": "0.19.8",
"preact": "^10.5.14",
"preact-render-to-string": "^5.1.19"
},
Expand Down
Loading

0 comments on commit 59f1acf

Please sign in to comment.