Skip to content

Commit 421125a

Browse files
Merge pull request #57 from o2sdev/changeset-release/main
Version Packages
2 parents 239d4cc + 0483d49 commit 421125a

File tree

44 files changed

+293
-74
lines changed

Some content is hidden

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

44 files changed

+293
-74
lines changed

.changeset/bright-seas-like.md

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

.changeset/calm-bottles-reply.md

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

.changeset/cold-comics-end.md

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

.changeset/sour-worlds-wait.md

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

apps/api-harmonization/CHANGELOG.md

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

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- e2f4907: made improvements to the way the code splitting to reduce the total size of JS bundles
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [f1ac1f2]
12+
- Updated dependencies [e2f4907]
13+
- @dxp/blocks.feature-section-grid@0.1.0
14+
- @dxp/blocks.feature-section@0.2.0
15+
- @dxp/blocks.pricing-section@0.2.0
16+
- @dxp/blocks.article-search@1.2.0
17+
- @dxp/blocks.category-list@1.2.0
18+
- @dxp/blocks.document-list@0.2.0
19+
- @dxp/blocks.media-section@0.2.0
20+
- @dxp/blocks.article-list@1.2.0
21+
- @dxp/blocks.hero-section@0.2.0
22+
- @dxp/blocks.cta-section@0.2.0
23+
- @dxp/blocks.quick-links@0.2.0
24+
- @dxp/blocks.bento-grid@0.2.0
25+
- @dxp/blocks.category@1.2.0
26+
- @dxp/blocks.article@1.2.0
27+
- @dxp/blocks.faq@0.2.0
28+
- @dxp/integrations.mocked@0.6.0
29+
330
## 1.10.0
431

532
### Minor 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": "@dxp/api-harmonization",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "",
55
"author": "",
66
"private": true,

apps/frontend/CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# @dxp/frontend
22

3+
## 1.12.0
4+
5+
### Minor Changes
6+
7+
- f1ac1f2: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
8+
- e2f4907: made improvements to the way the code splitting to reduce the total size of JS bundles
9+
- 49d2bb0: reduced JS bundle size by moving to dynamic icon loading
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [f1ac1f2]
14+
- Updated dependencies [e2f4907]
15+
- Updated dependencies [49d2bb0]
16+
- @dxp/blocks.feature-section-grid@0.1.0
17+
- @dxp/blocks.feature-section@0.2.0
18+
- @dxp/blocks.pricing-section@0.2.0
19+
- @dxp/blocks.article-search@1.2.0
20+
- @dxp/blocks.category-list@1.2.0
21+
- @dxp/blocks.document-list@0.2.0
22+
- @dxp/blocks.media-section@0.2.0
23+
- @dxp/blocks.article-list@1.2.0
24+
- @dxp/blocks.hero-section@0.2.0
25+
- @dxp/blocks.cta-section@0.2.0
26+
- @dxp/blocks.quick-links@0.2.0
27+
- @dxp/blocks.bento-grid@0.2.0
28+
- @dxp/blocks.category@1.2.0
29+
- @dxp/blocks.article@1.2.0
30+
- @dxp/blocks.faq@0.2.0
31+
- @dxp/ui@1.6.0
32+
- @dxp/integrations.mocked@0.6.0
33+
- @dxp/api-harmonization@1.11.0
34+
335
## 1.11.0
436

537
### Minor 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": "@dxp/frontend",
3-
"version": "1.11.0",
3+
"version": "1.12.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
# @dxp/blocks.article-list
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- f1ac1f2: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
8+
- e2f4907: made improvements to the way the code splitting to reduce the total size of JS bundles
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [f1ac1f2]
13+
- Updated dependencies [49d2bb0]
14+
- @dxp/ui@1.6.0
15+
316
## 1.1.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": "@dxp/blocks.article-list",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"private": false,
55
"license": "MIT",
66
"description": "Block for displaying a list of articles.",

0 commit comments

Comments
 (0)