Skip to content

Commit 4382cf2

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

File tree

10 files changed

+33
-16
lines changed

10 files changed

+33
-16
lines changed

.changeset/hungry-items-say.md

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

.changeset/salty-parrots-reply.md

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

apps/api-harmonization/CHANGELOG.md

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

3+
## 0.19.0
4+
5+
### Minor Changes
6+
7+
- 51a6121: fix: update generators
8+
39
## 0.18.1
410

511
### Patch 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.18.1",
3+
"version": "0.19.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.5
4+
5+
### Patch Changes
6+
7+
- 6391233: Mapper labels fixes
8+
39
## 0.10.4
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.10.4",
3+
"version": "0.10.5",
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.20.0
4+
5+
### Minor Changes
6+
7+
- 51a6121: fix: update generators
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [51a6121]
12+
- @o2s/api-harmonization@0.19.0
13+
314
## 0.19.0
415

516
### 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.19.0",
3+
"version": "0.20.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/integrations/strapi-cms/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 6391233: Mapper labels fixes
8+
39
## 0.18.0
410

511
### Minor Changes

packages/integrations/strapi-cms/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.strapi-cms",
3-
"version": "0.18.0",
3+
"version": "1.0.0",
44
"private": false,
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)