[ci] release (#4502)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Fred K. Bot 2022-08-26 13:03:04 -07:00 committed by GitHub
parent 8d6978b8d0
commit d85133393a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
'@astrojs/alpinejs': patch
---
add renderer category to alpinejs package keywords

View file

@ -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"

View file

@ -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

View file

@ -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",

View file

@ -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