Skip to content

Commit

Permalink
Merge pull request #79 from koyopro/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
koyopro authored Dec 3, 2024
2 parents 30852cb + 7f903cc commit de590e5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-apricots-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-dodos-check.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/web_astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/node": "^8.3.2",
"accel-web": "^0.5.0",
"accel-web": "^0.5.1",
"accel-record": "^1.17.0",
"astro": "^4.16.8",
"dotenv": "^16.4.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/accel-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Accel Web

## 0.5.1

### Patch Changes

- [#78](https://github.com/koyopro/accella/pull/78) [`50d30b5`](https://github.com/koyopro/accella/commit/50d30b5544977d77deaf49cab798a45fb11ddb8b) Thanks [@koyopro](https://github.com/koyopro)! - Fixed the issue where the namespace passed to formFor() was not being reflected correctly.

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/accel-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accel-web",
"version": "0.5.0",
"version": "0.5.1",
"description": "A library for integrating Astro and Accel Record.",
"private": false,
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/accella/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# accella

## 0.1.0

### Minor Changes

- [#80](https://github.com/koyopro/accella/pull/80) [`6b7a31f`](https://github.com/koyopro/accella/commit/6b7a31f97660f71c6a8632db1c3923ec324e5184) Thanks [@koyopro](https://github.com/koyopro)! - Documented the setup instructions in the README

### Patch Changes

- Updated dependencies [[`50d30b5`](https://github.com/koyopro/accella/commit/50d30b5544977d77deaf49cab798a45fb11ddb8b)]:
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/accella/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accella",
"version": "0.0.2",
"version": "0.1.0",
"description": "A web framework built with Astro and Accel Record",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -46,6 +46,6 @@
"homepage": "https://github.com/koyopro/accella#readme",
"dependencies": {
"@mojojs/path": "^1.7.0",
"accel-web": "^0.5.0"
"accel-web": "^0.5.1"
}
}

0 comments on commit de590e5

Please sign in to comment.