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 Sep 15, 2022
1 parent 626b70f commit e9f1ab2
Show file tree
Hide file tree
Showing 12 changed files with 68 additions and 10 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.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)


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.9.0",
"version": "1.10.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.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)


Expand Down
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.9.0",
"version": "1.10.0",
"description": "Create fake data based on contentful data models",
"main": "./dist/index.js",
"type": "module",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/contentful-ssg/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.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)


Expand Down
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.9.0",
"version": "1.10.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.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)


Expand Down
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.9.0",
"version": "1.10.0",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -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",
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.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)


Expand Down
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.9.0",
"version": "1.10.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.9.0"
"@jungvonmatt/contentful-ssg": "^1.10.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.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)


Expand Down
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.9.0",
"version": "1.10.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.9.0",
"@jungvonmatt/contentful-ssg": "^1.10.0",
"fs-extra": "^10.1.0",
"micromatch": "^4.0.4"
}
Expand Down

0 comments on commit e9f1ab2

Please sign in to comment.