Skip to content

Commit e23f1d7

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

File tree

90 files changed

+471
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+471
-134
lines changed

.changeset/bright-penguins-smile.md

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

.changeset/storybook-grouping-ui-directories.md

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

packages/blocks/account/user-account/CHANGELOG.md

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

3+
## 1.4.1
4+
5+
### Patch Changes
6+
7+
- a7bb35c: refactor: reorganize blocks into domain folders and update generation/docs tooling
8+
- fab2aea: refactor: group Storybook stories by domain and rename UI component directories to PascalCase
9+
- Updated dependencies [a7bb35c]
10+
- Updated dependencies [fab2aea]
11+
- @o2s/ui@1.13.1
12+
313
## 1.4.2
414

515
### Patch Changes

packages/blocks/account/user-account/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.user-account",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"private": false,
55
"license": "MIT",
66
"description": "A block displaying and managing user account information.",

packages/blocks/billing/invoice-list/CHANGELOG.md

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

3+
## 1.6.3
4+
5+
### Patch Changes
6+
7+
- a7bb35c: refactor: reorganize blocks into domain folders and update generation/docs tooling
8+
- fab2aea: refactor: group Storybook stories by domain and rename UI component directories to PascalCase
9+
- Updated dependencies [a7bb35c]
10+
- Updated dependencies [fab2aea]
11+
- @o2s/ui@1.13.1
12+
313
## 1.6.2
414

515
### Patch Changes

packages/blocks/billing/invoice-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.invoice-list",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"private": false,
55
"license": "MIT",
66
"description": "A block for displaying and managing invoice list.",

packages/blocks/billing/payments-history/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- a7bb35c: refactor: reorganize blocks into domain folders and update generation/docs tooling
8+
- fab2aea: refactor: group Storybook stories by domain and rename UI component directories to PascalCase
9+
- Updated dependencies [a7bb35c]
10+
- Updated dependencies [fab2aea]
11+
- @o2s/ui@1.13.1
12+
313
## 1.4.2
414

515
### Patch Changes

packages/blocks/billing/payments-history/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.payments-history",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"private": false,
55
"license": "MIT",
66
"description": "A block displaying payment history.",

packages/blocks/billing/payments-summary/CHANGELOG.md

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

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- a7bb35c: refactor: reorganize blocks into domain folders and update generation/docs tooling
8+
- fab2aea: refactor: group Storybook stories by domain and rename UI component directories to PascalCase
9+
- Updated dependencies [a7bb35c]
10+
- Updated dependencies [fab2aea]
11+
- @o2s/ui@1.13.1
12+
313
## 1.4.2
414

515
### Patch Changes

packages/blocks/billing/payments-summary/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.payments-summary",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"private": false,
55
"license": "MIT",
66
"description": "A block displaying a summary of payments, including overdue and to-be-paid amounts.",

0 commit comments

Comments
 (0)