Skip to content

Commit 4fab9e1

Browse files
chore: updated to the latest version
1 parent e3a6714 commit 4fab9e1

File tree

5 files changed

+51
-19
lines changed

5 files changed

+51
-19
lines changed

apps/api-harmonization/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @o2s/api-harmonization
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e0c816: Official stable release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0e0c816]
12+
- @o2s/framework@1.0.0
13+
- @o2s/integrations[email protected]
14+
- @o2s/utils[email protected]
15+
316
## 0.23.0
417

518
### Minor Changes

apps/api-harmonization/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/api-harmonization",
3-
"version": "0.23.0",
3+
"version": "1.0.0",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -25,9 +25,9 @@
2525
"@nestjs/config": "^4.0.2",
2626
"@nestjs/core": "^11.1.1",
2727
"@nestjs/platform-express": "^11.1.1",
28-
"@o2s/framework": "^0.24.0",
29-
"@o2s/integrations.mocked": "^0.24.1",
30-
"@o2s/utils.logger": "^0.12.0",
28+
"@o2s/framework": "^1.0.0",
29+
"@o2s/integrations.mocked": "^1.0.0",
30+
"@o2s/utils.logger": "^1.0.0",
3131
"compression": "^1.8.0",
3232
"cookie": "^1.0.2",
3333
"cookie-parser": "^1.4.7",

apps/frontend/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 0e0c816: Official stable release
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [0e0c816]
12+
- @o2s/api-harmonization@1.0.0
13+
- @o2s/framework@1.0.0
14+
- @o2s/ui@1.0.0
15+
16+
## 0.25.1
17+
18+
### Patch Changes
19+
20+
- 320512b: fixed tables in rich text expanding beyond the viewport
21+
322
## 0.25.0
423

524
### 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.25.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"prepare": "npx prisma generate",

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)