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 30, 2022
1 parent 48ec401 commit efb3dd5
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 10 deletions.
11 changes: 11 additions & 0 deletions 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.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)


### Features

* **watch:** serialize watch state on subsequent runs ([#49](https://github.com/jungvonmatt/contentful-ssg/issues/49)) ([48ec401](https://github.com/jungvonmatt/contentful-ssg/commit/48ec4010733a3d46ce34a3703198d635b8f432d0))





## [1.8.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.1...v1.8.2) (2022-06-23)


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.2",
"version": "1.9.0",
"packages": [
"packages/*"
],
Expand Down
11 changes: 11 additions & 0 deletions packages/contentful-fakes/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.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)


### Features

* **watch:** serialize watch state on subsequent runs ([#49](https://github.com/jungvonmatt/contentful-ssg/issues/49)) ([48ec401](https://github.com/jungvonmatt/contentful-ssg/commit/48ec4010733a3d46ce34a3703198d635b8f432d0))





## [1.8.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0...v1.8.1) (2022-06-23)


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.8.1",
"version": "1.9.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.8.0",
"@jungvonmatt/contentful-ssg": "^1.9.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.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)


### Features

* **watch:** serialize watch state on subsequent runs ([#49](https://github.com/jungvonmatt/contentful-ssg/issues/49)) ([48ec401](https://github.com/jungvonmatt/contentful-ssg/commit/48ec4010733a3d46ce34a3703198d635b8f432d0))





# [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
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.8.0",
"version": "1.9.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.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)


### Features

* **watch:** serialize watch state on subsequent runs ([#49](https://github.com/jungvonmatt/contentful-ssg/issues/49)) ([48ec401](https://github.com/jungvonmatt/contentful-ssg/commit/48ec4010733a3d46ce34a3703198d635b8f432d0))





## [1.8.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.1...v1.8.2) (2022-06-23)

**Note:** Version bump only for package @jungvonmatt/cssg-plugin-assets
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.8.2",
"version": "1.9.0",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
"dist"
],
"devDependencies": {
"@jungvonmatt/contentful-ssg": "^1.8.0",
"@jungvonmatt/contentful-ssg": "^1.9.0",
"@types/svgo": "^2.6.3",
"eslint": "^8.0.1",
"eslint-config-xo": "^0.39.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cssg-plugin-grow/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.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)


### Features

* **watch:** serialize watch state on subsequent runs ([#49](https://github.com/jungvonmatt/contentful-ssg/issues/49)) ([48ec401](https://github.com/jungvonmatt/contentful-ssg/commit/48ec4010733a3d46ce34a3703198d635b8f432d0))





# [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
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.8.0",
"version": "1.9.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"
"@jungvonmatt/contentful-ssg": "^1.9.0"
},
"devDependencies": {
"jest": "^27.3.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cssg-plugin-hugo/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.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)


### Features

* **watch:** serialize watch state on subsequent runs ([#49](https://github.com/jungvonmatt/contentful-ssg/issues/49)) ([48ec401](https://github.com/jungvonmatt/contentful-ssg/commit/48ec4010733a3d46ce34a3703198d635b8f432d0))





# [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
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.8.0",
"version": "1.9.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",
"@jungvonmatt/contentful-ssg": "^1.9.0",
"fs-extra": "^10.1.0",
"micromatch": "^4.0.4"
}
Expand Down

0 comments on commit efb3dd5

Please sign in to comment.