Skip to content

Commit

Permalink
Merge pull request #82 from koyopro/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
koyopro authored Dec 8, 2024
2 parents 128b2b8 + c91fedd commit 8e3b551
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-taxis-fix.md

This file was deleted.

14 changes: 7 additions & 7 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.0",
"version": "1.17.1",
"description": "",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/accel-record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Accel Record

## 1.17.1

### Patch Changes

- [#81](https://github.com/koyopro/accella/pull/81) [`84af669`](https://github.com/koyopro/accella/commit/84af669c2735e1766fec790de1d0cf4bbc2a2f88) Thanks [@koyopro](https://github.com/koyopro)! - Fixed an issue where calling defineEnumTextAttribute() multiple times with the same arguments would cause an error.

## 1.17.0

### Minor 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.0",
"version": "1.17.1",
"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.0",
"accel-record-core": "^1.17.1",
"accel-record-factory": "^1.17.0",
"prisma-generator-accel-record": "^1.17.0"
}
Expand Down

0 comments on commit 8e3b551

Please sign in to comment.