Skip to content

Commit 392bed5

Browse files
feat(changeset): version packages (#237)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9ad8658 commit 392bed5

File tree

59 files changed

+430
-94
lines changed

Some content is hidden

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

59 files changed

+430
-94
lines changed

.changeset/brave-otters-spend.md

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

.changeset/chubby-candles-cut.md

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

.changeset/stale-forks-pay.md

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

apps/api-harmonization/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [9ad8658]
12+
- Updated dependencies [9ad8658]
13+
- @o2s/blocks.featured-service-list@1.1.0
14+
- @o2s/blocks.notification-details@1.1.0
15+
- @o2s/blocks.notification-list@1.1.0
16+
- @o2s/blocks.payments-history@1.1.0
17+
- @o2s/blocks.payments-summary@1.1.0
18+
- @o2s/blocks.service-details@1.1.0
19+
- @o2s/blocks.article-search@1.1.0
20+
- @o2s/blocks.orders-summary@1.1.0
21+
- @o2s/blocks.ticket-details@1.1.0
22+
- @o2s/blocks.category-list@1.1.0
23+
- @o2s/blocks.order-details@1.1.0
24+
- @o2s/blocks.surveyjs-form@1.1.0
25+
- @o2s/blocks.ticket-recent@1.1.0
26+
- @o2s/blocks.article-list@1.1.0
27+
- @o2s/blocks.invoice-list@1.1.0
28+
- @o2s/blocks.service-list@1.1.0
29+
- @o2s/blocks.user-account@1.1.0
30+
- @o2s/blocks.quick-links@1.1.0
31+
- @o2s/blocks.ticket-list@1.1.0
32+
- @o2s/blocks.order-list@1.1.0
33+
- @o2s/blocks.category@1.1.0
34+
- @o2s/blocks.article@1.1.0
35+
- @o2s/blocks.faq@1.1.0
36+
- @o2s/integrations.mocked@1.12.0
37+
- @o2s/modules.surveyjs@0.2.0
38+
339
## 1.9.4
440

541
### 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.4",
3+
"version": "1.10.0",
44
"description": "",
55
"author": "",
66
"private": true,

apps/frontend/CHANGELOG.md

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

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
8+
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles
9+
- 9ad8658: reduced JS bundle size by not moving to dynamic icon loading
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [9ad8658]
14+
- Updated dependencies [9ad8658]
15+
- Updated dependencies [9ad8658]
16+
- @o2s/blocks.featured-service-list@1.1.0
17+
- @o2s/blocks.notification-details@1.1.0
18+
- @o2s/blocks.notification-list@1.1.0
19+
- @o2s/blocks.payments-history@1.1.0
20+
- @o2s/blocks.payments-summary@1.1.0
21+
- @o2s/blocks.service-details@1.1.0
22+
- @o2s/blocks.article-search@1.1.0
23+
- @o2s/blocks.orders-summary@1.1.0
24+
- @o2s/blocks.ticket-details@1.1.0
25+
- @o2s/blocks.category-list@1.1.0
26+
- @o2s/blocks.order-details@1.1.0
27+
- @o2s/blocks.surveyjs-form@1.1.0
28+
- @o2s/blocks.ticket-recent@1.1.0
29+
- @o2s/blocks.article-list@1.1.0
30+
- @o2s/blocks.invoice-list@1.1.0
31+
- @o2s/blocks.service-list@1.1.0
32+
- @o2s/blocks.user-account@1.1.0
33+
- @o2s/blocks.quick-links@1.1.0
34+
- @o2s/blocks.ticket-list@1.1.0
35+
- @o2s/blocks.order-list@1.1.0
36+
- @o2s/blocks.category@1.1.0
37+
- @o2s/blocks.article@1.1.0
38+
- @o2s/blocks.faq@1.1.0
39+
- @o2s/ui@1.4.0
40+
- @o2s/integrations.mocked@1.12.0
41+
- @o2s/api-harmonization@1.10.0
42+
343
## 1.9.2
444

545
### 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.2",
3+
"version": "1.10.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",

packages/blocks/article-list/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
8+
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [9ad8658]
13+
- Updated dependencies [9ad8658]
14+
- @o2s/ui@1.4.0
15+
316
## 1.0.1
417

518
### Patch 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.1",
3+
"version": "1.1.0",
44
"private": false,
55
"license": "MIT",
66
"description": "Block for displaying a list of articles.",

packages/blocks/article-search/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
8+
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [9ad8658]
13+
- Updated dependencies [9ad8658]
14+
- @o2s/ui@1.4.0
15+
316
## 1.0.1
417

518
### Patch Changes

0 commit comments

Comments
 (0)