Skip to content

Commit ad59ad5

Browse files
feat(changeset): version packages
1 parent af8fe29 commit ad59ad5

File tree

9 files changed

+28
-21
lines changed

9 files changed

+28
-21
lines changed

.changeset/evil-boxes-walk.md

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

.changeset/fast-bananas-smoke.md

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

.changeset/yummy-hoops-look.md

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

apps/api-harmonization/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @dxp/api-harmonization
22

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- a9200d7: added healthchecks
8+
- Updated dependencies [8e461f7]
9+
- @dxp/blocks.quick-links@0.2.1
10+
311
## 1.11.0
412

513
### Minor Changes
@@ -77,7 +85,6 @@
7785
### Minor Changes
7886

7987
- e383fa0: feat: add DocumentList block for downloadable documents
80-
8188
- add mocks,
8289
- add model in framework,
8390
- add DocumentList block to strapi integration,

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.11.0",
3+
"version": "1.11.1",
44
"description": "",
55
"author": "",
66
"private": true,

apps/frontend/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @dxp/frontend
22

3+
## 1.12.1
4+
5+
### Patch Changes
6+
7+
- ba530ce: updaded Next.js version
8+
- a9200d7: added healthchecks
9+
- Updated dependencies [8e461f7]
10+
- Updated dependencies [a9200d7]
11+
- @dxp/blocks.quick-links@0.2.1
12+
- @dxp/api-harmonization@1.11.1
13+
314
## 1.12.0
415

516
### Minor Changes
@@ -91,7 +102,6 @@
91102
### Minor Changes
92103

93104
- e383fa0: feat: add DocumentList block for downloadable documents
94-
95105
- add mocks,
96106
- add model in framework,
97107
- add DocumentList block to strapi integration,

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

packages/blocks/quick-links/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @dxp/blocks.quick-links
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 8e461f7: reverted temporary delay
8+
39
## 0.2.0
410

511
### Minor Changes

packages/blocks/quick-links/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.quick-links",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": false,
55
"license": "MIT",
66
"description": "A simple block displaying static content in the form of an QuickLinks.",

0 commit comments

Comments
 (0)