Skip to content

Commit 5f0f7c9

Browse files
feat(changeset): version packages (#223)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f25529 commit 5f0f7c9

File tree

18 files changed

+90
-27
lines changed

18 files changed

+90
-27
lines changed

.changeset/green-gifts-fly.md

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

.changeset/social-tools-wave.md

Lines changed: 0 additions & 12 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+
## 1.9.3
4+
5+
### Patch Changes
6+
7+
- 5f25529: added an option to set a page-based themes via CMS config
8+
- 5f25529: added stories for UI components
9+
- Updated dependencies [5f25529]
10+
- Updated dependencies [5f25529]
11+
- @o2s/framework@1.11.1
12+
- @o2s/blocks.category-list@1.0.1
13+
- @o2s/integrations.mocked@1.11.2
14+
- @o2s/blocks.quick-links@1.0.1
15+
316
## 1.9.2
417

518
### 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": "1.9.2",
3+
"version": "1.9.3",
44
"description": "",
55
"author": "",
66
"private": true,

apps/frontend/CHANGELOG.md

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

3+
## 1.9.2
4+
5+
### Patch Changes
6+
7+
- 5f25529: added an option to set a page-based themes via CMS config
8+
- 5f25529: added stories for UI components
9+
- Updated dependencies [5f25529]
10+
- Updated dependencies [5f25529]
11+
- @o2s/api-harmonization@1.9.3
12+
- @o2s/framework@1.11.1
13+
- @o2s/blocks.category-list@1.0.1
14+
- @o2s/integrations.mocked@1.11.2
15+
- @o2s/blocks.quick-links@1.0.1
16+
- @o2s/ui@1.3.1
17+
318
## 1.9.1
419

520
### 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": "1.9.1",
3+
"version": "1.9.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

packages/blocks/category-list/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @o2s/blocks.category-list
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 5f25529: added stories for UI components
8+
- Updated dependencies [5f25529]
9+
- Updated dependencies [5f25529]
10+
- @o2s/framework@1.11.1
11+
- @o2s/ui@1.3.1
12+
313
## 1.0.0
414

515
### Major Changes

packages/blocks/category-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/blocks.category-list",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"license": "MIT",
66
"description": "Block for displaying a list of categories.",

packages/blocks/quick-links/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @o2s/blocks.quick-links
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 5f25529: added stories for UI components
8+
- Updated dependencies [5f25529]
9+
- Updated dependencies [5f25529]
10+
- @o2s/framework@1.11.1
11+
- @o2s/ui@1.3.1
12+
313
## 1.0.0
414

515
### Major Changes

packages/blocks/quick-links/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@o2s/blocks.quick-links",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"license": "MIT",
66
"description": "A block displaying quick links to important pages or resources.",

0 commit comments

Comments
 (0)