chore: prerelease under next
tag
This commit is contained in:
parent
8833a898e9
commit
2e9978f02a
38 changed files with 180 additions and 68 deletions
50
.changeset/pre.json
Normal file
50
.changeset/pre.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"docs": "0.0.7",
|
||||
"@example/blog": "0.0.1",
|
||||
"@example/blog-multiple-authors": "0.0.1",
|
||||
"@example/docs": "0.0.1",
|
||||
"@example/framework-lit": "0.0.1",
|
||||
"@example/framework-multiple": "0.0.1",
|
||||
"@example/framework-preact": "0.0.1",
|
||||
"@example/framework-react": "0.0.1",
|
||||
"@example/framework-solid": "0.0.1",
|
||||
"@example/framework-svelte": "0.0.1",
|
||||
"@example/framework-vue": "0.0.1",
|
||||
"@example/minimal": "0.0.1",
|
||||
"@example/portfolio": "0.0.1",
|
||||
"@example/starter": "0.0.1",
|
||||
"@example/with-markdown": "0.0.1",
|
||||
"@example/with-markdown-plugins": "0.0.2",
|
||||
"@example/with-nanostores": "0.0.1",
|
||||
"@example/with-tailwindcss": "0.0.1",
|
||||
"astro": "0.20.12",
|
||||
"@astrojs/parser": "0.20.2",
|
||||
"@astrojs/prism": "0.2.2",
|
||||
"@astrojs/astro-test-builtins-dep": "0.0.1",
|
||||
"@astrojs/test-custom-element-renderer": "0.0.1",
|
||||
"create-astro": "0.6.6",
|
||||
"@astrojs/markdown-remark": "0.3.1",
|
||||
"@astrojs/renderer-lit": "0.1.2",
|
||||
"@astrojs/renderer-preact": "0.2.2",
|
||||
"@astrojs/renderer-react": "0.2.2",
|
||||
"@astrojs/renderer-solid": "0.1.1",
|
||||
"@astrojs/renderer-svelte": "0.1.2",
|
||||
"@astrojs/renderer-vue": "0.1.9",
|
||||
"astro-scripts": "0.0.1",
|
||||
"www": "1.1.0"
|
||||
},
|
||||
"changesets": [
|
||||
"hungry-wolves-shave",
|
||||
"ninety-terms-raise",
|
||||
"pink-trainers-learn",
|
||||
"silly-apples-build",
|
||||
"tall-crabs-care",
|
||||
"tidy-mirrors-drum",
|
||||
"tiny-bulldogs-lie",
|
||||
"twenty-maps-listen",
|
||||
"witty-cups-wave"
|
||||
]
|
||||
}
|
30
.github/workflows/release-next.yml
vendored
30
.github/workflows/release-next.yml
vendored
|
@ -1,30 +0,0 @@
|
|||
name: release astro@next--compiler
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- next
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
- run: yarn
|
||||
- # 1. create new snapshot version
|
||||
run: yarn changeset version --snapshot compiler
|
||||
- # 2. discard examples/docs/www changes (just in case)
|
||||
run: git checkout -- examples/ docs/ www/
|
||||
- # 3: use compiler--next renderers (but don’t commit)
|
||||
run: |
|
||||
cd packages/astro
|
||||
yarn add @astrojs/renderer-preact@next--compiler @astrojs/renderer-react@next--compiler @astrojs/renderer-svelte@next--compiler @astrojs/renderer-vue@next--compiler
|
||||
cd ../..
|
||||
- # 4: auth
|
||||
run: echo '//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}' > ${{ github.workspace }}/.npmrc
|
||||
- # 5: publish!
|
||||
run: yarn release --tag next--compiler
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@snowpack/plugin-dotenv": "^2.1.0",
|
||||
"astro": "^0.20.6",
|
||||
"astro": "^0.21.0-next.0",
|
||||
"broken-link-checker": "^0.7.8",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"pa11y-ci": "^2.4.2",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@docsearch/react": "^1.0.0-alpha.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12",
|
||||
"astro": "^0.21.0-next.0",
|
||||
"@snowpack/plugin-dotenv": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-lit": "^0.1.2",
|
||||
"astro": "^0.20.12"
|
||||
"@astrojs/renderer-lit": "^0.1.3-next.0",
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.1.1",
|
||||
"astro": "^0.20.12"
|
||||
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.1.1",
|
||||
"astro": "^0.20.12"
|
||||
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12",
|
||||
"astro": "^0.21.0-next.0",
|
||||
"rehype-add-classes": "^1.0.0",
|
||||
"rehype-autolink-headings": "^6.1.0",
|
||||
"rehype-toc": "^3.0.2",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"nanostores": "^0.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-solid": "^0.1.1",
|
||||
"astro": "^0.20.12"
|
||||
"@astrojs/renderer-solid": "^0.2.0-next.0",
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12",
|
||||
"astro": "^0.21.0-next.0",
|
||||
"autoprefixer": "^10.3.7",
|
||||
"tailwindcss": "^2.2.17"
|
||||
}
|
||||
|
|
|
@ -23,10 +23,9 @@
|
|||
"test:templates": "lerna run test --scope create-astro --stream"
|
||||
},
|
||||
"workspaces": [
|
||||
"compiled/*",
|
||||
"packages/*",
|
||||
"packages/markdown/*",
|
||||
"packages/renderers/*",
|
||||
"packages/*",
|
||||
"examples/*",
|
||||
"scripts",
|
||||
"www",
|
||||
|
|
|
@ -1,5 +1,28 @@
|
|||
# astro
|
||||
|
||||
## 0.21.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 1d2da117: Use new compiler, move Astro to Vite
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d2bcbbca: Fix logger locale parsing
|
||||
- 2c157956: Improve renderer APIs for Vite
|
||||
- d1a73e4c: Feat: add CSS preprocessors in Astro Next
|
||||
- Updated dependencies [a38460ca]
|
||||
- Updated dependencies [e50cfa7b]
|
||||
- Updated dependencies [cb733cf6]
|
||||
- Updated dependencies [2c157956]
|
||||
- Updated dependencies [26240770]
|
||||
- Updated dependencies [bd2ac137]
|
||||
- @astrojs/renderer-preact@0.3.0-next.0
|
||||
- @astrojs/renderer-react@0.3.0-next.0
|
||||
- @astrojs/renderer-svelte@0.2.0-next.0
|
||||
- @astrojs/renderer-vue@0.2.0-next.0
|
||||
- @astrojs/markdown-remark@0.3.2-next.0
|
||||
|
||||
## 0.20.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "0.20.12",
|
||||
"version": "0.21.0-next.0",
|
||||
"author": "Skypack",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -54,13 +54,13 @@
|
|||
"dependencies": {
|
||||
"@astrojs/compiler": "^0.2.23",
|
||||
"@astrojs/language-server": "^0.7.16",
|
||||
"@astrojs/markdown-remark": "^0.3.1",
|
||||
"@astrojs/markdown-remark": "^0.3.2-next.0",
|
||||
"@astrojs/markdown-support": "0.3.1",
|
||||
"@astrojs/prism": "0.2.2",
|
||||
"@astrojs/renderer-preact": "^0.2.2",
|
||||
"@astrojs/renderer-react": "0.2.2",
|
||||
"@astrojs/renderer-svelte": "0.1.2",
|
||||
"@astrojs/renderer-vue": "0.1.9",
|
||||
"@astrojs/renderer-preact": "^0.3.0-next.0",
|
||||
"@astrojs/renderer-react": "0.3.0-next.0",
|
||||
"@astrojs/renderer-svelte": "0.2.0-next.0",
|
||||
"@astrojs/renderer-vue": "0.2.0-next.0",
|
||||
"@babel/core": "^7.15.8",
|
||||
"@babel/traverse": "^7.15.4",
|
||||
"@web/rollup-plugin-html": "^1.10.1",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/markdown-support
|
||||
|
||||
## 0.3.2-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e50cfa7b: Adds prism support within the plugin
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/markdown-remark",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2-next.0",
|
||||
"main": "./dist/index.js",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
# @astrojs/renderer-lit
|
||||
|
||||
## 0.1.3-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a38460ca: Point renderer entrypoints to resolved JS files
|
||||
- 2c157956: Improve renderer APIs for Vite
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-lit",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3-next.0",
|
||||
"description": "A Lit renderer for Astro",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# @astrojs/renderer-preact
|
||||
|
||||
## 0.3.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 26240770: Update renderers for Vite
|
||||
- bd2ac137: Add `@astrojs/renderer-preact/compat` entry point
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a38460ca: Point renderer entrypoints to resolved JS files
|
||||
- 2c157956: Improve renderer APIs for Vite
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-preact",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3.0-next.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
# @astrojs/renderer-react
|
||||
|
||||
## 0.3.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 26240770: Update renderers for Vite
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a38460ca: Point renderer entrypoints to resolved JS files
|
||||
- cb733cf6: Improve support for third-party React packages
|
||||
- 2c157956: Improve renderer APIs for Vite
|
||||
|
||||
## 0.2.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-react",
|
||||
"version": "0.2.2",
|
||||
"version": "0.3.0-next.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @astrojs/renderer-solid
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 26240770: Update renderers for Vite
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a38460ca: Point renderer entrypoints to resolved JS files
|
||||
- 2c157956: Improve renderer APIs for Vite
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-solid",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0-next.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @astrojs/renderer-svelte
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 26240770: Update renderers for Vite
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a38460ca: Point renderer entrypoints to resolved JS files
|
||||
- 2c157956: Improve renderer APIs for Vite
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-svelte",
|
||||
"version": "0.1.2",
|
||||
"version": "0.2.0-next.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @astrojs/renderer-vue
|
||||
|
||||
## 0.2.0-next.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 26240770: Update renderers for Vite
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a38460ca: Point renderer entrypoints to resolved JS files
|
||||
- 2c157956: Improve renderer APIs for Vite
|
||||
|
||||
## 0.1.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/renderer-vue",
|
||||
"version": "0.1.9",
|
||||
"version": "0.2.0-next.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.12"
|
||||
"astro": "^0.21.0-next.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue