Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vitejs/vite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: vitejs/vite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 2, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    05f242b View commit details
  2. chore: bump vitepress

    yyx990803 committed Jan 2, 2021
    Copy the full SHA
    8f937a2 View commit details
  3. Copy the full SHA
    d135949 View commit details
  4. Copy the full SHA
    f49cfa9 View commit details
Showing with 19 additions and 10 deletions.
  1. +1 −1 package.json
  2. +9 −0 packages/create-app/CHANGELOG.md
  3. +1 −1 packages/create-app/README.md
  4. +2 −2 packages/create-app/package.json
  5. +6 −6 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
"slash": "^3.0.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2",
"vitepress": "^0.10.4",
"vitepress": "^0.10.5",
"yorkie": "^2.0.0"
},
"gitHooks": {
9 changes: 9 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.3](https://github.com/vitejs/vite/compare/create-app@1.0.2...create-app@1.0.3) (2021-01-02)


### Bug Fixes

* fix yarn create compat ([d135949](https://github.com/vitejs/vite/commit/d135949013ea0e572fe0a7b22bb9306644036c08))



## [1.0.2](https://github.com/vitejs/vite/compare/create-app@1.0.1...create-app@1.0.2) (2021-01-02)


2 changes: 1 addition & 1 deletion packages/create-app/README.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

## Scaffolding Your First Vite Project

> **Comaptibility Note:**
> **Compatibility Note:**
> Vite requires [Node.js](https://nodejs.org/en/) version >=12.0.0.
With NPM:
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@vitejs/create-app",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"author": "Evan You",
"bin": {
"create-vite-app": "index.js",
"create-app": "index.js",
"cva": "index.js"
},
"files": [
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -7466,14 +7466,14 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vitepress@^0.10.4:
version "0.10.4"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.10.4.tgz#65b5a6be2503ea492fd79082d576bd73725abc25"
integrity sha512-VvSANRPGNsUlsieruktRacdtG1P/jsQdMcY6NEs/lc7k/YwW1np7wLSQChk0DPgUdEnLDu/pOXQq+iTuOarTdA==
vitepress@^0.10.5:
version "0.10.5"
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.10.5.tgz#56aa2085dced64b157dbef17a092834c829e3bcb"
integrity sha512-dMhcEmTbRZ0sfQ6nYx4kivpg9meYL+HoXQ7hkqKH0B9qFMwTMW3jC7QDX4omc8fF14TWxOnywNVuBvkN23DN0g==
dependencies:
"@docsearch/css" "^1.0.0-alpha.28"
"@docsearch/js" "^1.0.0-alpha.28"
"@vitejs/plugin-vue" "^1.0.2"
"@vitejs/plugin-vue" "^1.0.3"
"@vue/compiler-sfc" "^3.0.5"
"@vue/server-renderer" "^3.0.5"
chalk "^4.1.0"
@@ -7496,7 +7496,7 @@ vitepress@^0.10.4:
prismjs "^1.20.0"
sirv "^1.0.10"
slash "^3.0.0"
vite "^2.0.0-alpha.5"
vite "^2.0.0-beta.2"
vue "^3.0.5"

void-elements@^3.1.0: