Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 2, 2021
1 parent 94eac19 commit 1a69ade
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 15 deletions.
15 changes: 14 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,18 @@
"prettier-plugin-astro": "0.0.3",
"www": "1.1.0"
},
"changesets": ["brave-panthers-heal", "cold-paws-remember", "khaki-avocados-lie", "nine-buttons-decide", "shaggy-countries-battle", "smooth-toes-tan"]
"changesets": [
"brave-panthers-heal",
"cold-paws-remember",
"fast-colts-shout",
"forty-rice-provide",
"khaki-avocados-lie",
"long-masks-itch",
"nine-buttons-decide",
"shaggy-countries-battle",
"smooth-toes-tan",
"sour-students-remain",
"thirty-fans-know",
"wise-olives-type"
]
}
2 changes: 1 addition & 1 deletion examples/astro-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "0.12.0-next.1",
"astro": "0.12.0-next.2",
"nodemon": "^2.0.7"
},
"snowpack": {
Expand Down
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.0-next.1",
"astro": "^0.12.0-next.2",
"nodemon": "^2.0.7"
},
"snowpack": {
Expand Down
2 changes: 1 addition & 1 deletion examples/doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.0-next.1",
"astro": "^0.12.0-next.2",
"nodemon": "^2.0.7"
},
"snowpack": {
Expand Down
2 changes: 1 addition & 1 deletion examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.0-next.1",
"astro": "^0.12.0-next.2",
"nodemon": "^2.0.7"
},
"snowpack": {
Expand Down
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.0-next.1"
"astro": "^0.12.0-next.2"
},
"snowpack": {
"workspaceRoot": "../.."
Expand Down
4 changes: 2 additions & 2 deletions examples/snowpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
"astro": "^0.12.0-next.1",
"astro": "^0.12.0-next.2",
"date-fns": "^2.19.0",
"deepmerge": "^4.2.2",
"docsearch.js": "^2.6.3",
Expand All @@ -25,7 +25,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"astro": "^0.12.0-next.1",
"astro": "^0.12.0-next.2",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.0-next.1",
"astro": "^0.12.0-next.2",
"tailwindcss": "^2.1.2"
},
"snowpack": {
Expand Down
6 changes: 6 additions & 0 deletions packages/astro-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# astro-parser

## 0.12.0-next.2

### Patch Changes

- d2330a5: Improve error display for missing local files

### 0.12.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro-parser",
"version": "0.12.0-next.0",
"version": "0.12.0-next.2",
"author": "Skypack",
"license": "MIT",
"type": "commonjs",
Expand Down
17 changes: 17 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# astro

## 0.12.0-next.2

### Minor Changes

- ffb6380: Support for dynamic Markdown through the content attribute.

### Patch Changes

- 46871d2: Fixed bug where a class attribute was added to the doctype
- c9d833e: Fixed a number of bugs and re-enabled the `@astrojs/renderer-vue` renderer
- addd67d: Rename `astroConfig` to `pages` in config. Docs updated.
- d2330a5: Improve error display for missing local files
- Updated dependencies [d2330a5]
- Updated dependencies [c9d833e]
- astro-parser@0.12.0-next.2
- @astrojs/renderer-svelte@0.1.0-next.1

## 0.12.0-next.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.12.0-next.1",
"version": "0.12.0-next.2",
"author": "Skypack",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@astrojs/renderer-preact": "0.1.0-next.0",
"@astrojs/renderer-react": "0.1.0-next.0",
"@astrojs/renderer-svelte": "0.1.0-next.0",
"@astrojs/renderer-svelte": "0.1.0-next.1",
"@astrojs/renderer-vue": "0.1.0-next.0",
"@babel/code-frame": "^7.12.13",
"@babel/generator": "^7.13.9",
Expand All @@ -48,7 +48,7 @@
"@snowpack/plugin-sass": "^1.4.0",
"acorn": "^7.4.0",
"astring": "^1.7.4",
"astro-parser": "0.12.0-next.0",
"astro-parser": "0.12.0-next.2",
"astro-prism": "0.0.2",
"autoprefixer": "^10.2.5",
"cheerio": "^1.0.0-rc.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/renderers/renderer-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/renderer-svelte

## 0.1.0-next.1

### Patch Changes

- c9d833e: Fixed a bug that was preventing SSR from working

## 0.1.0-next.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/renderers/renderer-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-svelte",
"version": "0.1.0-next.0",
"version": "0.1.0-next.1",
"type": "module",
"exports": {
".": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"build": "astro build ."
},
"devDependencies": {
"astro": "^0.12.0-next.1"
"astro": "^0.12.0-next.2"
}
}

0 comments on commit 1a69ade

Please sign in to comment.