Skip to content

Commit 47c1942

Browse files
Version Packages (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent de7832e commit 47c1942

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/shy-oranges-switch.md

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

apps/frontend/CHANGELOG.md

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

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- c60861b: removed hardcoded logo URL and switched it with a URL to raw file hosted on GitHub
8+
39
## 0.10.0
410

511
### 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.10.0",
3+
"version": "0.10.1",
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/integrations/mocked/CHANGELOG.md

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

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- c60861b: removed hardcoded logo URL and switched it with a URL to raw file hosted on GitHub
8+
39
## 0.10.0
410

511
### Minor Changes

packages/integrations/mocked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/integrations.mocked",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"private": false,
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)