From e9f1ab29455aa6ad5d417b9f6e45bb7ee9e98ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ben=20Z=C3=B6rb?= Date: Thu, 15 Sep 2022 13:07:40 +0200 Subject: [PATCH] chore(release): updated release notes and package versions [ci skip] --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/contentful-fakes/CHANGELOG.md | 8 ++++++++ packages/contentful-fakes/package.json | 4 ++-- packages/contentful-ssg/CHANGELOG.md | 11 +++++++++++ packages/contentful-ssg/package.json | 2 +- packages/cssg-plugin-assets/CHANGELOG.md | 11 +++++++++++ packages/cssg-plugin-assets/package.json | 4 ++-- packages/cssg-plugin-grow/CHANGELOG.md | 8 ++++++++ packages/cssg-plugin-grow/package.json | 4 ++-- packages/cssg-plugin-hugo/CHANGELOG.md | 8 ++++++++ packages/cssg-plugin-hugo/package.json | 4 ++-- 12 files changed, 68 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec3398..7098b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.10.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.9.0...v1.10.0) (2022-09-15) + + +### Features + +* **asset-config:** allow reference field configs & configs by naming convention ([#51](https://github.com/jungvonmatt/contentful-ssg/issues/51)) ([9fc0275](https://github.com/jungvonmatt/contentful-ssg/commit/9fc0275757d3dd87322d79882a443d1fbbbd0852)) +* **cli:** adds poll alternative to watch mode ([#50](https://github.com/jungvonmatt/contentful-ssg/issues/50)) ([626b70f](https://github.com/jungvonmatt/contentful-ssg/commit/626b70fca6a2b9debfffb90030a752f7d515131b)) + + + + + # [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30) diff --git a/lerna.json b/lerna.json index 427a69e..3e68778 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.9.0", + "version": "1.10.0", "packages": [ "packages/*" ], diff --git a/packages/contentful-fakes/CHANGELOG.md b/packages/contentful-fakes/CHANGELOG.md index 3358827..5b9bb85 100644 --- a/packages/contentful-fakes/CHANGELOG.md +++ b/packages/contentful-fakes/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. +# [1.10.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.9.0...v1.10.0) (2022-09-15) + +**Note:** Version bump only for package @jungvonmatt/contentful-fakes + + + + + # [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30) diff --git a/packages/contentful-fakes/package.json b/packages/contentful-fakes/package.json index b4f3200..0625b4c 100644 --- a/packages/contentful-fakes/package.json +++ b/packages/contentful-fakes/package.json @@ -1,6 +1,6 @@ { "name": "@jungvonmatt/contentful-fakes", - "version": "1.9.0", + "version": "1.10.0", "description": "Create fake data based on contentful data models", "main": "./dist/index.js", "type": "module", @@ -41,7 +41,7 @@ "homepage": "https://github.com/jungvonmatt/contentful-ssg#readme", "dependencies": { "@faker-js/faker": "^7.3.0", - "@jungvonmatt/contentful-ssg": "^1.9.0", + "@jungvonmatt/contentful-ssg": "^1.10.0", "casual": "^1.6.2", "chalk": "^4.1.2", "fs-extra": "^10.1.0", diff --git a/packages/contentful-ssg/CHANGELOG.md b/packages/contentful-ssg/CHANGELOG.md index d8d20d8..db5249c 100644 --- a/packages/contentful-ssg/CHANGELOG.md +++ b/packages/contentful-ssg/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.10.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.9.0...v1.10.0) (2022-09-15) + + +### Features + +* **cli:** adds poll alternative to watch mode ([#50](https://github.com/jungvonmatt/contentful-ssg/issues/50)) ([626b70f](https://github.com/jungvonmatt/contentful-ssg/commit/626b70fca6a2b9debfffb90030a752f7d515131b)) + + + + + # [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30) diff --git a/packages/contentful-ssg/package.json b/packages/contentful-ssg/package.json index b4f2ff4..5910f08 100644 --- a/packages/contentful-ssg/package.json +++ b/packages/contentful-ssg/package.json @@ -1,6 +1,6 @@ { "name": "@jungvonmatt/contentful-ssg", - "version": "1.9.0", + "version": "1.10.0", "description": "", "repository": { "type": "git", diff --git a/packages/cssg-plugin-assets/CHANGELOG.md b/packages/cssg-plugin-assets/CHANGELOG.md index 5d43269..114642e 100644 --- a/packages/cssg-plugin-assets/CHANGELOG.md +++ b/packages/cssg-plugin-assets/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.10.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.9.0...v1.10.0) (2022-09-15) + + +### Features + +* **asset-config:** allow reference field configs & configs by naming convention ([#51](https://github.com/jungvonmatt/contentful-ssg/issues/51)) ([9fc0275](https://github.com/jungvonmatt/contentful-ssg/commit/9fc0275757d3dd87322d79882a443d1fbbbd0852)) + + + + + # [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30) diff --git a/packages/cssg-plugin-assets/package.json b/packages/cssg-plugin-assets/package.json index 4c1b508..f24d0f1 100644 --- a/packages/cssg-plugin-assets/package.json +++ b/packages/cssg-plugin-assets/package.json @@ -1,6 +1,6 @@ { "name": "@jungvonmatt/cssg-plugin-assets", - "version": "1.9.0", + "version": "1.10.0", "description": "", "type": "module", "main": "./dist/index.js", @@ -13,7 +13,7 @@ "dist" ], "devDependencies": { - "@jungvonmatt/contentful-ssg": "^1.9.0", + "@jungvonmatt/contentful-ssg": "^1.10.0", "@types/svgo": "^2.6.3", "eslint": "^8.0.1", "eslint-config-xo": "^0.39.0", diff --git a/packages/cssg-plugin-grow/CHANGELOG.md b/packages/cssg-plugin-grow/CHANGELOG.md index fba5c4c..ee62def 100644 --- a/packages/cssg-plugin-grow/CHANGELOG.md +++ b/packages/cssg-plugin-grow/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. +# [1.10.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.9.0...v1.10.0) (2022-09-15) + +**Note:** Version bump only for package @jungvonmatt/cssg-plugin-grow + + + + + # [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30) diff --git a/packages/cssg-plugin-grow/package.json b/packages/cssg-plugin-grow/package.json index e2d3a37..bd470f9 100644 --- a/packages/cssg-plugin-grow/package.json +++ b/packages/cssg-plugin-grow/package.json @@ -1,6 +1,6 @@ { "name": "@jungvonmatt/cssg-plugin-grow", - "version": "1.9.0", + "version": "1.10.0", "description": "Contentful-ssg plugin for grow", "type": "module", "main": "dist/index.js", @@ -33,7 +33,7 @@ "test": "test" }, "dependencies": { - "@jungvonmatt/contentful-ssg": "^1.9.0" + "@jungvonmatt/contentful-ssg": "^1.10.0" }, "devDependencies": { "jest": "^27.3.0", diff --git a/packages/cssg-plugin-hugo/CHANGELOG.md b/packages/cssg-plugin-hugo/CHANGELOG.md index 382a337..3c2556d 100644 --- a/packages/cssg-plugin-hugo/CHANGELOG.md +++ b/packages/cssg-plugin-hugo/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. +# [1.10.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.9.0...v1.10.0) (2022-09-15) + +**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo + + + + + # [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30) diff --git a/packages/cssg-plugin-hugo/package.json b/packages/cssg-plugin-hugo/package.json index 3765d8d..e7b00fc 100644 --- a/packages/cssg-plugin-hugo/package.json +++ b/packages/cssg-plugin-hugo/package.json @@ -1,6 +1,6 @@ { "name": "@jungvonmatt/cssg-plugin-hugo", - "version": "1.9.0", + "version": "1.10.0", "description": "", "main": "index.js", "typings": "./index.d.ts", @@ -27,7 +27,7 @@ }, "homepage": "https://github.com/jungvonmatt/contentful-ssg#readme", "dependencies": { - "@jungvonmatt/contentful-ssg": "^1.9.0", + "@jungvonmatt/contentful-ssg": "^1.10.0", "fs-extra": "^10.1.0", "micromatch": "^4.0.4" }