Skip to content

Commit 59b07be

Browse files
feat(changeset): version packages
1 parent 9e3b4c0 commit 59b07be

File tree

9 files changed

+28
-19
lines changed

9 files changed

+28
-19
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 & 0 deletions
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

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 & 0 deletions
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

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)