Skip to content

Version Packages #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-lions-run.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fair-vans-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/seven-items-play.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/api-harmonization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @o2s/api-harmonization

## 0.18.1

### Patch Changes

- Updated dependencies [dadad64]
- @o2s/[email protected]

## 0.18.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/api-harmonization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/api-harmonization",
"version": "0.18.0",
"version": "0.18.1",
"description": "",
"author": "",
"private": true,
Expand All @@ -26,7 +26,7 @@
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@o2s/framework": "^0.20.0",
"@o2s/integrations.mocked": "^0.19.0",
"@o2s/integrations.mocked": "^0.20.0",
"@o2s/utils.logger": "^0.9.3",
"compression": "^1.8.0",
"cookie": "^1.0.2",
Expand Down
14 changes: 14 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @o2s/frontend

## 0.19.0

### Minor Changes

- fa2f2c5: fix: incorrect layout on the PaymentCard
- dadad64: fix: service-list - wrong tag color"
- b9090bc: incorrect colors on hover in the Navbar and the Footer

### Patch Changes

- Updated dependencies [b9090bc]
- @o2s/[email protected]
- @o2s/[email protected]

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/frontend",
"version": "0.18.0",
"version": "0.19.0",
"private": true,
"scripts": {
"prepare": "npx prisma generate && dotenv -e .env.local -- prisma migrate deploy && dotenv -e .env.local -- prisma db seed",
Expand Down
6 changes: 6 additions & 0 deletions packages/integrations/mocked/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @o2s/integrations.mocked

## 0.20.0

### Minor Changes

- dadad64: fix: service-list - wrong tag color"

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/mocked/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/integrations.mocked",
"version": "0.19.0",
"version": "0.20.0",
"private": false,
"license": "MIT",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @o2s/ui

## 0.13.0

### Minor Changes

- b9090bc: incorrect colors on hover in the Navbar and the Footer

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/ui",
"version": "0.12.0",
"version": "0.13.0",
"private": true,
"license": "MIT",
"exports": {
Expand Down