Skip to content

Commit 0227cc7

Browse files
feat(changeset): version packages (#205)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e81621c commit 0227cc7

File tree

9 files changed

+44
-12
lines changed

9 files changed

+44
-12
lines changed

.changeset/rich-turkeys-refuse.md

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

apps/api-harmonization/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- e81621c: added `PROSPECT` role for freshly-created users
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e81621c]
12+
- @o2s/integrations.mocked@1.9.0
13+
- @o2s/framework@1.9.0
14+
315
## 1.7.0
416

517
### 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": "1.7.0",
3+
"version": "1.8.0",
44
"description": "",
55
"author": "",
66
"private": true,

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+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- e81621c: added `PROSPECT` role for freshly-created users
8+
39
## 1.8.0
410

511
### Minor Changes

packages/framework/package.json

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

packages/integrations/mocked/CHANGELOG.md

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

3+
## 1.9.0
4+
5+
### Minor Changes
6+
7+
- e81621c: added `PROSPECT` role for freshly-created users
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e81621c]
12+
- @o2s/framework@1.9.0
13+
314
## 1.8.0
415

516
### 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": "1.8.0",
3+
"version": "1.9.0",
44
"private": false,
55
"license": "MIT",
66
"exports": {

packages/integrations/strapi-cms/CHANGELOG.md

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

3+
## 2.6.0
4+
5+
### Minor Changes
6+
7+
- e81621c: added `PROSPECT` role for freshly-created users
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [e81621c]
12+
- @o2s/framework@1.9.0
13+
314
## 2.5.1
415

516
### Patch 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": "2.5.1",
3+
"version": "2.6.0",
44
"private": false,
55
"license": "MIT",
66
"exports": {

0 commit comments

Comments
 (0)