Skip to content

Commit 291da08

Browse files
feat(changeset): version packages (#225)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a42e9c commit 291da08

File tree

19 files changed

+88
-22
lines changed

19 files changed

+88
-22
lines changed

.changeset/eleven-chicken-wish.md

Lines changed: 0 additions & 13 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.4
4+
5+
### Patch Changes
6+
7+
- 4a42e9c: improvements for knowledge base blocks and layouts
8+
- Updated dependencies [4a42e9c]
9+
- @o2s/blocks[email protected]
10+
- @o2s/blocks[email protected]
11+
- @o2s/integrations[email protected]
12+
- @o2s/blocks[email protected]
13+
- @o2s/blocks[email protected]
14+
- @o2s/framework@1.11.2
15+
316
## 1.9.3
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.3",
3+
"version": "1.9.4",
44
"description": "",
55
"author": "",
66
"private": true,

packages/blocks/article-list/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 4a42e9c: improvements for knowledge base blocks and layouts
8+
- Updated dependencies [4a42e9c]
9+
- @o2s/framework@1.11.2
10+
- @o2s/ui@1.3.2
11+
312
## 1.0.0
413

514
### Major Changes

packages/blocks/article-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.article-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 articles.",

packages/blocks/article-search/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @o2s/blocks.article-search
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 4a42e9c: improvements for knowledge base blocks and layouts
8+
- Updated dependencies [4a42e9c]
9+
- @o2s/framework@1.11.2
10+
- @o2s/ui@1.3.2
11+
312
## 1.0.0
413

514
### Major Changes

packages/blocks/article-search/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.article-search",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"license": "MIT",
66
"description": "Block for searching articles.",

packages/blocks/article/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @o2s/blocks.article
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 4a42e9c: improvements for knowledge base blocks and layouts
8+
- Updated dependencies [4a42e9c]
9+
- @o2s/framework@1.11.2
10+
- @o2s/ui@1.3.2
11+
312
## 1.0.0
413

514
### Major Changes

packages/blocks/article/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.article",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"license": "MIT",
66
"description": "A block displaying a single article.",

packages/blocks/category/CHANGELOG.md

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

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 4a42e9c: improvements for knowledge base blocks and layouts
8+
- Updated dependencies [4a42e9c]
9+
- @o2s/framework@1.11.2
10+
- @o2s/ui@1.3.2
11+
312
## 1.0.0
413

514
### Major Changes

0 commit comments

Comments
 (0)