Skip to content

Commit f739903

Browse files
Version Packages
1 parent fa2f2c5 commit f739903

File tree

6 files changed

+20
-13
lines changed

6 files changed

+20
-13
lines changed

.changeset/dull-lions-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-items-play.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

apps/frontend/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @o2s/frontend
22

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- fa2f2c5: fix: incorrect layout on the PaymentCard
8+
- b9090bc: incorrect colors on hover in the Navbar and the Footer
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [b9090bc]
13+
- @o2s/ui@0.13.0
14+
315
## 0.18.0
416

517
### Minor Changes

apps/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/frontend",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"private": true,
55
"scripts": {
66
"prepare": "npx prisma generate && dotenv -e .env.local -- prisma migrate deploy && dotenv -e .env.local -- prisma db seed",

packages/ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @o2s/ui
22

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- b9090bc: incorrect colors on hover in the Navbar and the Footer
8+
39
## 0.12.0
410

511
### Minor Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/ui",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"private": true,
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)