From b1429f5ec5664bb57c2df849cfb757316b667e37 Mon Sep 17 00:00:00 2001 From: Github Build Date: Mon, 4 Oct 2021 14:25:58 +0000 Subject: [PATCH] chore(release): publish new version(s) [skip ci] - @adobe/helix-shared@8.0.44 - @adobe/helix-shared-config@1.4.0 --- packages/helix-shared-all/CHANGELOG.md | 8 ++++++++ packages/helix-shared-all/package-lock.json | 2 +- packages/helix-shared-all/package.json | 4 ++-- packages/helix-shared-config/CHANGELOG.md | 11 +++++++++++ packages/helix-shared-config/package-lock.json | 2 +- packages/helix-shared-config/package.json | 2 +- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/packages/helix-shared-all/CHANGELOG.md b/packages/helix-shared-all/CHANGELOG.md index 40dc3634..fff562c9 100644 --- a/packages/helix-shared-all/CHANGELOG.md +++ b/packages/helix-shared-all/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [8.0.44](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared@8.0.43...@adobe/helix-shared@8.0.44) (2021-10-04) + +**Note:** Version bump only for package @adobe/helix-shared + + + + + ## [8.0.43](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared@8.0.42...@adobe/helix-shared@8.0.43) (2021-09-27) **Note:** Version bump only for package @adobe/helix-shared diff --git a/packages/helix-shared-all/package-lock.json b/packages/helix-shared-all/package-lock.json index d3ae1ae3..f41cbd53 100644 --- a/packages/helix-shared-all/package-lock.json +++ b/packages/helix-shared-all/package-lock.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared", - "version": "8.0.43", + "version": "8.0.44", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/helix-shared-all/package.json b/packages/helix-shared-all/package.json index 2e8853d4..b212f93c 100644 --- a/packages/helix-shared-all/package.json +++ b/packages/helix-shared-all/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared", - "version": "8.0.43", + "version": "8.0.44", "description": "Shared modules of the Helix Project", "main": "src/index.js", "types": "src/index.d.ts", @@ -25,7 +25,7 @@ "dependencies": { "@adobe/helix-shared-async": "^1.1.0", "@adobe/helix-shared-body-data": "^1.1.1", - "@adobe/helix-shared-config": "^1.3.2", + "@adobe/helix-shared-config": "^1.4.0", "@adobe/helix-shared-dom": "^1.1.0", "@adobe/helix-shared-git": "^1.0.3", "@adobe/helix-shared-process-queue": "^1.0.0", diff --git a/packages/helix-shared-config/CHANGELOG.md b/packages/helix-shared-config/CHANGELOG.md index e2176a08..0fe1e25b 100644 --- a/packages/helix-shared-config/CHANGELOG.md +++ b/packages/helix-shared-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.2...@adobe/helix-shared-config@1.4.0) (2021-10-04) + + +### Features + +* introduce helix-sitemap.yaml ([#575](https://github.com/adobe/helix-shared/issues/575)) ([900fe9f](https://github.com/adobe/helix-shared/commit/900fe9fdde4989cdb444b7b4d2ae3aa98965af3e)) + + + + + ## [1.3.2](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-config@1.3.1...@adobe/helix-shared-config@1.3.2) (2021-09-27) **Note:** Version bump only for package @adobe/helix-shared-config diff --git a/packages/helix-shared-config/package-lock.json b/packages/helix-shared-config/package-lock.json index 8dda1059..cee4bb4d 100644 --- a/packages/helix-shared-config/package-lock.json +++ b/packages/helix-shared-config/package-lock.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-config", - "version": "1.3.2", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index ad4dbb78..64b179a5 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-config", - "version": "1.3.2", + "version": "1.4.0", "description": "Shared modules of the Helix Project - config", "main": "src/index.js", "types": "src/index.d.ts",