Skip to content

Commit

Permalink
chore(release): updated release notes and package versions [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Zörb committed Jun 21, 2022
1 parent 69caabf commit 11b24df
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)


### Bug Fixes

* bump package-lock ([4835bf6](https://github.com/jungvonmatt/contentful-ssg/commit/4835bf67deee0c48b35808193dc559d5e45161bf))
* **cssg-plugin-assets:** fix linter issues ([f8c641c](https://github.com/jungvonmatt/contentful-ssg/commit/f8c641cf77561ca4fe40472935773053ff1bd8fc))





# [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)

**Note:** Version bump only for package @jungvonmatt/contentful-ssg-project
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.8.0-alpha.6",
"version": "1.8.0",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/contentful-fakes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)

**Note:** Version bump only for package @jungvonmatt/contentful-fakes





# [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)

**Note:** Version bump only for package @jungvonmatt/contentful-fakes
Expand Down
2 changes: 1 addition & 1 deletion packages/contentful-fakes/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/contentful-fakes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jungvonmatt/contentful-fakes",
"version": "1.8.0-alpha.6",
"version": "1.8.0",
"description": "Create fake data based on contentful data models",
"main": "./dist/index.js",
"type": "module",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
"dependencies": {
"@jungvonmatt/contentful-ssg": "^1.8.0-alpha.6",
"@jungvonmatt/contentful-ssg": "^1.8.0",
"casual": "^1.6.2",
"chalk": "^4.1.2",
"faker": "^5.5.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/contentful-ssg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)

**Note:** Version bump only for package @jungvonmatt/contentful-ssg





# [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)

**Note:** Version bump only for package @jungvonmatt/contentful-ssg
Expand Down
2 changes: 1 addition & 1 deletion packages/contentful-ssg/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contentful-ssg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jungvonmatt/contentful-ssg",
"version": "1.8.0-alpha.6",
"version": "1.8.0",
"description": "",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/cssg-plugin-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)


### Bug Fixes

* **cssg-plugin-assets:** fix linter issues ([f8c641c](https://github.com/jungvonmatt/contentful-ssg/commit/f8c641cf77561ca4fe40472935773053ff1bd8fc))





# [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)

**Note:** Version bump only for package @jungvonmatt/cssg-plugin-assets
Expand Down
2 changes: 1 addition & 1 deletion packages/cssg-plugin-assets/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cssg-plugin-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jungvonmatt/cssg-plugin-assets",
"version": "1.8.0-alpha.6",
"version": "1.8.0",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -9,7 +9,7 @@
".": "./dist/index.js"
},
"devDependencies": {
"@jungvonmatt/contentful-ssg": "^1.8.0-alpha.6",
"@jungvonmatt/contentful-ssg": "^1.8.0",
"@types/svgo": "^2.6.3",
"eslint": "^8.0.1",
"eslint-config-xo": "^0.39.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cssg-plugin-grow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)

**Note:** Version bump only for package @jungvonmatt/cssg-plugin-grow





# [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)

**Note:** Version bump only for package @jungvonmatt/cssg-plugin-grow
Expand Down
2 changes: 1 addition & 1 deletion packages/cssg-plugin-grow/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cssg-plugin-grow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jungvonmatt/cssg-plugin-grow",
"version": "1.8.0-alpha.6",
"version": "1.8.0",
"description": "Contentful-ssg plugin for grow",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "test"
},
"dependencies": {
"@jungvonmatt/contentful-ssg": "^1.8.0-alpha.6"
"@jungvonmatt/contentful-ssg": "^1.8.0"
},
"devDependencies": {
"jest": "^27.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cssg-plugin-hugo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)

**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo





# [1.8.0-alpha.6](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0-alpha.5...v1.8.0-alpha.6) (2022-06-07)

**Note:** Version bump only for package @jungvonmatt/cssg-plugin-hugo
Expand Down
2 changes: 1 addition & 1 deletion packages/cssg-plugin-hugo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cssg-plugin-hugo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jungvonmatt/cssg-plugin-hugo",
"version": "1.8.0-alpha.6",
"version": "1.8.0",
"description": "",
"main": "index.js",
"typings": "./index.d.ts",
Expand All @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
"dependencies": {
"@jungvonmatt/contentful-ssg": "^1.8.0-alpha.6",
"@jungvonmatt/contentful-ssg": "^1.8.0",
"fs-extra": "^10.1.0",
"micromatch": "^4.0.4"
}
Expand Down

0 comments on commit 11b24df

Please sign in to comment.