Skip to content

Commit ccb7055

Browse files
Version Packages (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db32d1c commit ccb7055

File tree

15 files changed

+71
-18
lines changed

15 files changed

+71
-18
lines changed

.changeset/small-days-pretend.md

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

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+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- db32d1c: unified naming of the related objects in the api-harmonization and frontend apps - from now on, they are called `blocks` (instead of `components` in api-harmonization and `containers` in frontend)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [db32d1c]
12+
- @o2s/integrations[email protected]
13+
- @o2s/integrations[email protected]
14+
- @o2s/framework@0.15.0
15+
316
## 0.14.0
417

518
### Minor Changes

apps/api-harmonization/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/api-harmonization",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "",
55
"author": "",
66
"private": true,

apps/docs/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- db32d1c: unified naming of the related objects in the api-harmonization and frontend apps - from now on, they are called `blocks` (instead of `components` in api-harmonization and `containers` in frontend)
8+
39
## 0.9.7
410

511
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/docs",
3-
"version": "0.9.7",
3+
"version": "0.10.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

apps/frontend/CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Minor Changes
6+
7+
- db32d1c: unified naming of the related objects in the api-harmonization and frontend apps - from now on, they are called `blocks` (instead of `components` in api-harmonization and `containers` in frontend)
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [db32d1c]
12+
- @o2s/api-harmonization@0.15.0
13+
314
## 0.12.3
415

516
### Patch 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.12.3",
3+
"version": "0.13.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/configs/prettier-config/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- db32d1c: unified naming of the related objects in the api-harmonization and frontend apps - from now on, they are called `blocks` (instead of `components` in api-harmonization and `containers` in frontend)
8+
39
## 0.9.1
410

511
### Patch Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/prettier-config",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"private": true,
55
"license": "MIT"
66
}

packages/framework/CHANGELOG.md

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

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- db32d1c: unified naming of the related objects in the api-harmonization and frontend apps - from now on, they are called `blocks` (instead of `components` in api-harmonization and `containers` in frontend)
8+
39
## 0.14.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)