Skip to content

Commit 4c802e2

Browse files
authoredJan 21, 2022
[ci] release (withastro#2433)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f5adc02 commit 4c802e2

File tree

31 files changed

+48
-49
lines changed

31 files changed

+48
-49
lines changed
 

‎.changeset/afraid-ducks-develop.md

-5
This file was deleted.

‎.changeset/gentle-cats-guess.md

-5
This file was deleted.

‎.changeset/sour-games-boil.md

-5
This file was deleted.

‎examples/blog-multiple-authors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/component/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"serve": "astro --project-root demo preview"
1313
},
1414
"devDependencies": {
15-
"astro": "^0.22.16"
15+
"astro": "^0.22.17"
1616
}
1717
}

‎examples/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@docsearch/react": "^1.0.0-alpha.28"
1313
},
1414
"devDependencies": {
15-
"astro": "^0.22.16"
15+
"astro": "^0.22.17"
1616
}
1717
}

‎examples/fast-build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "astro preview"
1111
},
1212
"devDependencies": {
13-
"astro": "^0.22.16",
13+
"astro": "^0.22.17",
1414
"preact": "~10.5.15",
1515
"unocss": "^0.15.5",
1616
"vite-imagetools": "^4.0.1"

‎examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/framework-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/renderer-lit": "^0.3.1",
13-
"astro": "^0.22.16"
13+
"astro": "^0.22.17"
1414
}
1515
}

‎examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/renderer-solid": "^0.3.1",
13-
"astro": "^0.22.16"
13+
"astro": "^0.22.17"
1414
}
1515
}

‎examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/renderer-solid": "^0.3.1",
13-
"astro": "^0.22.16"
13+
"astro": "^0.22.17"
1414
}
1515
}

‎examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/portfolio-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/subpath/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/with-markdown-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16",
12+
"astro": "^0.22.17",
1313
"hast-util-select": "5.0.1",
1414
"rehype-autolink-headings": "^6.1.0",
1515
"rehype-slug": "^5.0.0",

‎examples/with-markdown/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16"
12+
"astro": "^0.22.17"
1313
}
1414
}

‎examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
},
1818
"devDependencies": {
1919
"@astrojs/renderer-solid": "^0.3.1",
20-
"astro": "^0.22.16"
20+
"astro": "^0.22.17"
2121
}
2222
}

‎examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16",
12+
"astro": "^0.22.17",
1313
"autoprefixer": "^10.4.0",
1414
"tailwindcss": "^3.0.5"
1515
}

‎examples/with-vite-plugin-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^0.22.16",
12+
"astro": "^0.22.17",
1313
"vite-plugin-pwa": "0.11.5"
1414
}
1515
}

‎packages/astro/CHANGELOG.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# astro
22

3+
## 0.22.17
4+
5+
### Patch Changes
6+
7+
- [#2432](https://github.com/withastro/astro/pull/2432) [`9e1bc175`](https://github.com/withastro/astro/commit/9e1bc1752f44db8f996c35f64cec259ce3fbc731) Thanks [@matthewp](https://github.com/matthewp)! - Fixes bugs with apostrophes in the title tag
8+
9+
* [#2414](https://github.com/withastro/astro/pull/2414) [`f2b8372c`](https://github.com/withastro/astro/commit/f2b8372c0cd7988246db3c7087fb7d7ebcff0340) Thanks [@matthewp](https://github.com/matthewp)! - Adds support for hoisted scripts to the static build
10+
311
## 0.22.16
412

513
### Patch Changes
@@ -1166,10 +1174,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
11661174
11671175
```js
11681176
export default {
1169-
markdownOptions: {
1170-
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
1171-
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
1172-
},
1177+
markdownOptions: {
1178+
remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
1179+
rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
1180+
},
11731181
};
11741182
```
11751183

@@ -1189,10 +1197,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
11891197

11901198
```js
11911199
export default {
1192-
name: '@matthewp/my-renderer',
1193-
server: './server.js',
1194-
client: './client.js',
1195-
hydrationPolyfills: ['./my-polyfill.js'],
1200+
name: '@matthewp/my-renderer',
1201+
server: './server.js',
1202+
client: './client.js',
1203+
hydrationPolyfills: ['./my-polyfill.js'],
11961204
};
11971205
```
11981206

‎packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "0.22.16",
3+
"version": "0.22.17",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

‎packages/create-astro/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-astro
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [#2429](https://github.com/withastro/astro/pull/2429) [`fda857eb`](https://github.com/withastro/astro/commit/fda857eb22508f55233e297a887b356ea7b87398) Thanks [@Mikkel-T](https://github.com/Mikkel-T)! - Added an option to create-astro to use verbose logging which should help debug degit issues
8+
39
## 0.7.0
410

511
### Minor Changes

‎packages/create-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-astro",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.