Skip to content

Commit 2e6ae66

Browse files
feat(changeset): version packages (#847)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 025bfb3 commit 2e6ae66

87 files changed

Lines changed: 390 additions & 92 deletions

File tree

Some content is hidden

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

.changeset/utils-peer-deps-blocks.md

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

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

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

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- 025bfb3: fix(deps): declare `@o2s/utils.frontend` and `@o2s/utils.api-harmonization` as peer dependencies in blocks and surveyjs module
8+
9+
Moves both shared utils from `dependencies` to `peerDependencies` (with `devDependencies` for monorepo builds) so consuming apps supply a single hoisted version and npm does not nest conflicting copies under published packages.
10+
311
## 1.6.1
412

513
### 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.6.1",
3+
"version": "1.6.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @o2s/blocks.invoice-list
22

3+
## 1.8.2
4+
5+
### Patch Changes
6+
7+
- 025bfb3: fix(deps): declare `@o2s/utils.frontend` and `@o2s/utils.api-harmonization` as peer dependencies in blocks and surveyjs module
8+
9+
Moves both shared utils from `dependencies` to `peerDependencies` (with `devDependencies` for monorepo builds) so consuming apps supply a single hoisted version and npm does not nest conflicting copies under published packages.
10+
311
## 1.8.1
412

513
### 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.8.1",
3+
"version": "1.8.2",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @o2s/blocks.payments-history
22

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- 025bfb3: fix(deps): declare `@o2s/utils.frontend` and `@o2s/utils.api-harmonization` as peer dependencies in blocks and surveyjs module
8+
9+
Moves both shared utils from `dependencies` to `peerDependencies` (with `devDependencies` for monorepo builds) so consuming apps supply a single hoisted version and npm does not nest conflicting copies under published packages.
10+
311
## 1.7.1
412

513
### 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.7.1",
3+
"version": "1.7.2",
44
"private": false,
55
"license": "MIT",
66
"description": "A block displaying payment history.",

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

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

3+
## 1.7.2
4+
5+
### Patch Changes
6+
7+
- 025bfb3: fix(deps): declare `@o2s/utils.frontend` and `@o2s/utils.api-harmonization` as peer dependencies in blocks and surveyjs module
8+
9+
Moves both shared utils from `dependencies` to `peerDependencies` (with `devDependencies` for monorepo builds) so consuming apps supply a single hoisted version and npm does not nest conflicting copies under published packages.
10+
311
## 1.7.1
412

513
### 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.7.1",
3+
"version": "1.7.2",
44
"private": false,
55
"license": "MIT",
66
"description": "A block displaying a summary of payments, including overdue and to-be-paid amounts.",

packages/blocks/checkout/cart/CHANGELOG.md

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

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- 025bfb3: fix(deps): declare `@o2s/utils.frontend` and `@o2s/utils.api-harmonization` as peer dependencies in blocks and surveyjs module
8+
9+
Moves both shared utils from `dependencies` to `peerDependencies` (with `devDependencies` for monorepo builds) so consuming apps supply a single hoisted version and npm does not nest conflicting copies under published packages.
10+
311
## 0.4.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)