Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed Jun 29, 2024
1 parent 239fb24 commit 926e051
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.11.0](https://github.com/mzogheib/quoll/compare/@quoll/[email protected]...@quoll/[email protected]) (2024-06-29)

### Bug Fixes

- **api:** add connections config to nginx ([b2599e7](https://github.com/mzogheib/quoll/commit/b2599e7476adecf637b3eb4a98a33f0d55459bbf))

### Features

- **api:** add basic nginx config ([13d07c5](https://github.com/mzogheib/quoll/commit/13d07c5bc831844810391f3ed018eed1ae5cbaaf))

## [0.10.13](https://github.com/mzogheib/quoll/compare/@quoll/[email protected]...@quoll/[email protected]) (2024-05-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quoll/api",
"version": "0.10.13",
"version": "0.11.0",
"private": true,
"dependencies": {
"@mapbox/polyline": "^1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/client-mobile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.26.1](https://github.com/mzogheib/quoll/compare/@quoll/[email protected]...@quoll/[email protected]) (2024-06-29)

### Bug Fixes

- **client-mobile:** fetch media on app launch ([239fb24](https://github.com/mzogheib/quoll/commit/239fb249ac6e4de43b03618fc91922bdeef1d2de))

# [0.26.0](https://github.com/mzogheib/quoll/compare/@quoll/[email protected]...@quoll/[email protected]) (2024-04-21)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/client-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quoll/client-mobile",
"version": "0.26.0",
"version": "0.26.1",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 926e051

Please sign in to comment.