Skip to content

Commit

Permalink
Merge pull request #85 from koyopro/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
koyopro authored Dec 15, 2024
2 parents 0a6a678 + 6e36305 commit bc65bfa
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .changeset/rare-plums-allow.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 @@ -15,7 +15,7 @@
"@astrojs/check": "^0.8.1",
"@astrojs/node": "^8.3.2",
"accel-web": "^0.5.1",
"accel-record": "^1.17.0",
"accel-record": "^1.18.0",
"astro": "^4.16.8",
"dotenv": "^16.4.5",
"mysql2": "^3.9.8",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/accel-record-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accel-record-core",
"version": "1.17.1",
"version": "1.18.0",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/accel-record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Accel Record

## 1.18.0

### Minor Changes

- [#84](https://github.com/koyopro/accella/pull/84) [`526469d`](https://github.com/koyopro/accella/commit/526469de8dd3babf018e718454a3a1e69c1da44b) Thanks [@koyopro](https://github.com/koyopro)! - Added the sync-actions package and implemented synchronous query execution using worker threads.

### Patch Changes

- Updated dependencies [[`526469d`](https://github.com/koyopro/accella/commit/526469de8dd3babf018e718454a3a1e69c1da44b)]:
- [email protected]

## 1.17.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/accel-record/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accel-record",
"version": "1.17.1",
"version": "1.18.0",
"description": "Accel Record is a type-safe and synchronous ORM for TypeScript. It adopts the Active Record pattern and is heavily influenced by Ruby on Rails' Active Record.",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -53,7 +53,7 @@
"author": "koyopro",
"license": "Apache-2.0",
"dependencies": {
"accel-record-core": "^1.17.1",
"accel-record-core": "^1.18.0",
"accel-record-factory": "^1.17.0",
"prisma-generator-accel-record": "^1.17.0"
}
Expand Down

0 comments on commit bc65bfa

Please sign in to comment.