Skip to content

Commit

Permalink
chore(main): release db 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeikel committed Jan 20, 2025
1 parent 2791d10 commit ff6a64a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"apps/mobile": "0.1.0",
"apps/web": "0.1.0",
"packages/db": "0.1.0",
"packages/db": "0.1.1",
"configs/eslint-config": "0.1.0",
"configs/prettier-config": "0.1.0",
"configs/tsconfig": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cuurly/db",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"exports": {
Expand Down
14 changes: 14 additions & 0 deletions packages/db/packages/db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.1](https://github.com/ezeikel/cuurly/compare/db-v0.1.0...db-v0.1.1) (2025-01-20)


### Features

* saving fcm token to db via trpc working ([3d0828a](https://github.com/ezeikel/cuurly/commit/3d0828a808893f3b92f12d9a2aa12a8184b0aab8))
* schema update for storing user device tokens. ([fa77565](https://github.com/ezeikel/cuurly/commit/fa77565d04c8e3b09d40cb04bc57808ad9147ca7))


### Bug Fixes

* removed ws package to fix db calls on Vercel. ([da78294](https://github.com/ezeikel/cuurly/commit/da782949b6e22ab69beba0e3a8145ff71996f938))

0 comments on commit ff6a64a

Please sign in to comment.