Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 0 additions & 29 deletions .changeset/brave-otters-spend.md

This file was deleted.

31 changes: 0 additions & 31 deletions .changeset/chubby-candles-cut.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-forks-pay.md

This file was deleted.

36 changes: 36 additions & 0 deletions apps/api-harmonization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @o2s/api-harmonization

## 1.10.0

### Minor Changes

- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/blocks.featured-service-list@1.1.0
- @o2s/blocks.notification-details@1.1.0
- @o2s/blocks.notification-list@1.1.0
- @o2s/blocks.payments-history@1.1.0
- @o2s/blocks.payments-summary@1.1.0
- @o2s/blocks.service-details@1.1.0
- @o2s/blocks.article-search@1.1.0
- @o2s/blocks.orders-summary@1.1.0
- @o2s/blocks.ticket-details@1.1.0
- @o2s/blocks.category-list@1.1.0
- @o2s/blocks.order-details@1.1.0
- @o2s/blocks.surveyjs-form@1.1.0
- @o2s/blocks.ticket-recent@1.1.0
- @o2s/blocks.article-list@1.1.0
- @o2s/blocks.invoice-list@1.1.0
- @o2s/blocks.service-list@1.1.0
- @o2s/blocks.user-account@1.1.0
- @o2s/blocks.quick-links@1.1.0
- @o2s/blocks.ticket-list@1.1.0
- @o2s/blocks.order-list@1.1.0
- @o2s/blocks.category@1.1.0
- @o2s/blocks.article@1.1.0
- @o2s/blocks.faq@1.1.0
- @o2s/integrations.mocked@1.12.0
- @o2s/modules.surveyjs@0.2.0

## 1.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api-harmonization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/api-harmonization",
"version": "1.9.4",
"version": "1.10.0",
"description": "",
"author": "",
"private": true,
Expand Down
40 changes: 40 additions & 0 deletions apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @o2s/frontend

## 1.10.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles
- 9ad8658: reduced JS bundle size by not moving to dynamic icon loading

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/blocks.featured-service-list@1.1.0
- @o2s/blocks.notification-details@1.1.0
- @o2s/blocks.notification-list@1.1.0
- @o2s/blocks.payments-history@1.1.0
- @o2s/blocks.payments-summary@1.1.0
- @o2s/blocks.service-details@1.1.0
- @o2s/blocks.article-search@1.1.0
- @o2s/blocks.orders-summary@1.1.0
- @o2s/blocks.ticket-details@1.1.0
- @o2s/blocks.category-list@1.1.0
- @o2s/blocks.order-details@1.1.0
- @o2s/blocks.surveyjs-form@1.1.0
- @o2s/blocks.ticket-recent@1.1.0
- @o2s/blocks.article-list@1.1.0
- @o2s/blocks.invoice-list@1.1.0
- @o2s/blocks.service-list@1.1.0
- @o2s/blocks.user-account@1.1.0
- @o2s/blocks.quick-links@1.1.0
- @o2s/blocks.ticket-list@1.1.0
- @o2s/blocks.order-list@1.1.0
- @o2s/blocks.category@1.1.0
- @o2s/blocks.article@1.1.0
- @o2s/blocks.faq@1.1.0
- @o2s/ui@1.4.0
- @o2s/integrations.mocked@1.12.0
- @o2s/api-harmonization@1.10.0

## 1.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/frontend",
"version": "1.9.2",
"version": "1.10.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/article-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.article-list

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/article-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.article-list",
"version": "1.0.1",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "Block for displaying a list of articles.",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/article-search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.article-search

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/article-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.article-search",
"version": "1.0.1",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "Block for searching articles.",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/article/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.article

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/article/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.article",
"version": "1.0.1",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "A block displaying a single article.",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/category-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.category-list

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/category-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.category-list",
"version": "1.0.1",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "Block for displaying a list of categories.",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/category/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.category

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/category/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.category",
"version": "1.0.1",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "A block displaying a category with its articles, including pagination and filtering capabilities.",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/faq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.faq

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/faq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.faq",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "A simple block displaying static content in the form of an FAQ.",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/featured-service-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.featured-service-list

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/featured-service-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.featured-service-list",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "A block displaying a list of featured services.",
Expand Down
13 changes: 13 additions & 0 deletions packages/blocks/invoice-list/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @o2s/blocks.invoice-list

## 1.1.0

### Minor Changes

- 9ad8658: added support for prioritizing image rendering in order to disable lazyloading for images above the fold
- 9ad8658: made improvements to the way the code splitting to reduce the total size of JS bundles

### Patch Changes

- Updated dependencies [9ad8658]
- Updated dependencies [9ad8658]
- @o2s/ui@1.4.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/invoice-list/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@o2s/blocks.invoice-list",
"version": "1.0.0",
"version": "1.1.0",
"private": false,
"license": "MIT",
"description": "A block for displaying and managing invoice list.",
Expand Down
Loading