Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @adobe/helix-shared-v1.0.0 (2022-06-05)

### Bug Fixes

* add mocha ([#631](#631)) ([2849219](2849219))
* **build:** create monorepo ([9bef792](9bef792)), closes [#444](#444)
* **deps:** update dependency @adobe/helix-fetch to v3.0.9 ([#670](#670)) ([768d02f](768d02f))
* **deps:** update dependency fs-extra to v10.1.0 ([#673](#673)) ([290378c](290378c))
* **deps:** update dependency yaml to v2 and remove unused configs ([e2fd978](e2fd978))
* **deps:** update external fixes ([24c8309](24c8309))
* **deps:** update external fixes ([cdddbc5](cdddbc5))
* **deps:** update external fixes ([06e6c6e](06e6c6e))
* **deps:** update external fixes ([#668](#668)) ([d32918b](d32918b))
* update renovate config to auto detect pin versions ([#644](#644)) ([3ae0423](3ae0423))
* use correct deps ([6398a43](6398a43))

### BREAKING CHANGES

* **deps:** redirects, markup and helix-config removed
  • Loading branch information
semantic-release-bot committed Jun 5, 2022
1 parent 4b1a65a commit c5b6777
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions packages/helix-shared-all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# @adobe/helix-shared-v1.0.0 (2022-06-05)


### Bug Fixes

* add mocha ([#631](https://github.com/adobe/helix-shared/issues/631)) ([2849219](https://github.com/adobe/helix-shared/commit/2849219986aff4a31f1c6c3d1e137b1e2732027d))
* **build:** create monorepo ([9bef792](https://github.com/adobe/helix-shared/commit/9bef7922361e97025f44412709cbad0a2d7784da)), closes [#444](https://github.com/adobe/helix-shared/issues/444)
* **deps:** update dependency @adobe/helix-fetch to v3.0.9 ([#670](https://github.com/adobe/helix-shared/issues/670)) ([768d02f](https://github.com/adobe/helix-shared/commit/768d02fbfdcab02a24eec568989efc34759b8af3))
* **deps:** update dependency fs-extra to v10.1.0 ([#673](https://github.com/adobe/helix-shared/issues/673)) ([290378c](https://github.com/adobe/helix-shared/commit/290378cc47c42822bce1ad390bfb400b037c71f0))
* **deps:** update dependency yaml to v2 and remove unused configs ([e2fd978](https://github.com/adobe/helix-shared/commit/e2fd978130076292c9049822b14718b8b6fa3269))
* **deps:** update external fixes ([24c8309](https://github.com/adobe/helix-shared/commit/24c830978f296cd3f4fea71983cd028ec1377d3a))
* **deps:** update external fixes ([cdddbc5](https://github.com/adobe/helix-shared/commit/cdddbc590c52d6ebf336e7943387d8fb393c6524))
* **deps:** update external fixes ([06e6c6e](https://github.com/adobe/helix-shared/commit/06e6c6ebd829422274f49bf11f6bb0613d1635b7))
* **deps:** update external fixes ([#668](https://github.com/adobe/helix-shared/issues/668)) ([d32918b](https://github.com/adobe/helix-shared/commit/d32918b2885cabee8792f9d3ef1b65199668b9ad))
* update renovate config to auto detect pin versions ([#644](https://github.com/adobe/helix-shared/issues/644)) ([3ae0423](https://github.com/adobe/helix-shared/commit/3ae04235dd6791685d9a03e5ed52570b73d5be2a))
* use correct deps ([6398a43](https://github.com/adobe/helix-shared/commit/6398a43bded59d0e39c9a168b556e69a2334be9e))


### BREAKING CHANGES

* **deps:** redirects, markup and helix-config removed

# Change Log

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/helix-shared-all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/helix-shared",
"version": "9.0.11",
"version": "1.0.0",
"description": "Shared modules of the Helix Project",
"main": "src/index.js",
"types": "src/index.d.ts",
Expand Down

0 comments on commit c5b6777

Please sign in to comment.