Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
ezeikel committed Jan 11, 2025
1 parent b021b7c commit 410988e
Show file tree
Hide file tree
Showing 13 changed files with 82 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"apps/mobile": "0.1.0",
"apps/web": "0.1.0",
"packages/db": "0.1.0",
"configs/eslint-config": "0.1.0",
"apps/mobile": "0.1.1",
"apps/web": "0.1.1",
"packages/db": "0.1.1",
"configs/eslint-config": "0.1.1",
"configs/prettier-config": "0.1.0",
"configs/tsconfig": "0.1.0",
"configs/sentry-config": "0.1.0"
"configs/tsconfig": "0.1.1",
"configs/sentry-config": "0.1.1"
}
16 changes: 16 additions & 0 deletions apps/mobile/apps/mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### Features

* initial push notifications setup. ([001832b](https://github.com/ezeikel/cuurly/commit/001832b26bbf21bde9a102df77bb0db2d3c03f61))
* saving fcm token to db via trpc working ([3d0828a](https://github.com/ezeikel/cuurly/commit/3d0828a808893f3b92f12d9a2aa12a8184b0aab8))
* trpc route for sending test notification. ([1f20e4a](https://github.com/ezeikel/cuurly/commit/1f20e4a28eb3d5e34cfe87ca8c02f5b77f9fb762))
* using notifee for foreground and background notifications. ([6848515](https://github.com/ezeikel/cuurly/commit/68485150e14268a5ffba17084f9982a3a76d5250))


### Bug Fixes

* deployment fixes. ([eec3931](https://github.com/ezeikel/cuurly/commit/eec39317de2000021a8213fa21f232aff1cf2f13))
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@cuurly/mobile",
"main": "expo-router/entry",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"clean": "git clean -xdf .expo .turbo node_modules",
"start": "expo start",
Expand Down
16 changes: 16 additions & 0 deletions apps/web/apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

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


### Features

* trpc ([e764020](https://github.com/ezeikel/cuurly/commit/e7640203272ed42b03325c58adf2871bd292b042))


### Bug Fixes

* check for session.user ([61f8ec1](https://github.com/ezeikel/cuurly/commit/61f8ec16339ebdea75c6bda6d928bf49ea791ffc))
* deployment fixes. ([eec3931](https://github.com/ezeikel/cuurly/commit/eec39317de2000021a8213fa21f232aff1cf2f13))
* missing script. ([7a3ffe3](https://github.com/ezeikel/cuurly/commit/7a3ffe360de593ce6f86da6d023ad3d9c4058298))
* removed ws package to fix db calls on Vercel. ([da78294](https://github.com/ezeikel/cuurly/commit/da782949b6e22ab69beba0e3a8145ff71996f938))
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cuurly/web",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"clean": "git clean -xdf .next .turbo node_modules",
Expand Down
8 changes: 8 additions & 0 deletions configs/eslint-config/configs/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* saving fcm token to db via trpc working ([3d0828a](https://github.com/ezeikel/cuurly/commit/3d0828a808893f3b92f12d9a2aa12a8184b0aab8))
2 changes: 1 addition & 1 deletion configs/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cuurly/eslint-config",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions configs/sentry-config/configs/sentry-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Features

* saving fcm token to db via trpc working ([3d0828a](https://github.com/ezeikel/cuurly/commit/3d0828a808893f3b92f12d9a2aa12a8184b0aab8))
2 changes: 1 addition & 1 deletion configs/sentry-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cuurly/sentry-config",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"main": "index.mjs",
Expand Down
8 changes: 8 additions & 0 deletions configs/tsconfig/configs/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

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


### Bug Fixes

* deployment fixes. ([eec3931](https://github.com/ezeikel/cuurly/commit/eec39317de2000021a8213fa21f232aff1cf2f13))
2 changes: 1 addition & 1 deletion configs/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cuurly/tsconfig",
"version": "0.1.0",
"version": "0.1.1",
"private": true
}
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-11)


### 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 410988e

Please sign in to comment.