Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/evil-boxes-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-bananas-smoke.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/yummy-hoops-look.md

This file was deleted.

9 changes: 8 additions & 1 deletion apps/api-harmonization/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dxp/api-harmonization

## 1.11.1

### Patch Changes

- a9200d7: added healthchecks
- Updated dependencies [8e461f7]
- @dxp/blocks.quick-links@0.2.1

## 1.11.0

### Minor Changes
Expand Down Expand Up @@ -77,7 +85,6 @@
### Minor Changes

- e383fa0: feat: add DocumentList block for downloadable documents

- add mocks,
- add model in framework,
- add DocumentList block to strapi integration,
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": "@dxp/api-harmonization",
"version": "1.11.0",
"version": "1.11.1",
"description": "",
"author": "",
"private": true,
Expand Down
12 changes: 11 additions & 1 deletion apps/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @dxp/frontend

## 1.12.1

### Patch Changes

- ba530ce: updaded Next.js version
- a9200d7: added healthchecks
- Updated dependencies [8e461f7]
- Updated dependencies [a9200d7]
- @dxp/blocks.quick-links@0.2.1
- @dxp/api-harmonization@1.11.1

## 1.12.0

### Minor Changes
Expand Down Expand Up @@ -91,7 +102,6 @@
### Minor Changes

- e383fa0: feat: add DocumentList block for downloadable documents

- add mocks,
- add model in framework,
- add DocumentList block to strapi integration,
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": "@dxp/frontend",
"version": "1.12.0",
"version": "1.12.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
6 changes: 6 additions & 0 deletions packages/blocks/quick-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @dxp/blocks.quick-links

## 0.2.1

### Patch Changes

- 8e461f7: reverted temporary delay

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blocks/quick-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxp/blocks.quick-links",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"license": "MIT",
"description": "A simple block displaying static content in the form of an QuickLinks.",
Expand Down