[ci] release (#4502)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8d6978b8d0
commit
d85133393a
5 changed files with 9 additions and 8 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@astrojs/alpinejs': patch
|
||||
---
|
||||
|
||||
add renderer category to alpinejs package keywords
|
|
@ -10,7 +10,7 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/alpinejs": "^0.1.0",
|
||||
"@astrojs/alpinejs": "^0.1.1",
|
||||
"@types/alpinejs": "^3.7.0",
|
||||
"alpinejs": "^3.10.2",
|
||||
"astro": "^1.1.0"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @astrojs/alpinejs
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#4501](https://github.com/withastro/astro/pull/4501) [`17e217856`](https://github.com/withastro/astro/commit/17e2178568d5a5a8134743bfb87c62f4c04979e5) Thanks [@mohammed-elhaouari](https://github.com/mohammed-elhaouari)! - add renderer category to alpinejs package keywords
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/alpinejs",
|
||||
"description": "The official Alpine.js integration for Astro.",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
|
|
@ -122,7 +122,7 @@ importers:
|
|||
|
||||
examples/framework-alpine:
|
||||
specifiers:
|
||||
'@astrojs/alpinejs': ^0.1.0
|
||||
'@astrojs/alpinejs': ^0.1.1
|
||||
'@types/alpinejs': ^3.7.0
|
||||
alpinejs: ^3.10.2
|
||||
astro: ^1.1.0
|
||||
|
|
Loading…
Reference in a new issue