Skip to content

Commit efb3dd5

Browse files
author
Ben Zörb
committed
chore(release): updated release notes and package versions [ci skip]
1 parent 48ec401 commit efb3dd5

File tree

12 files changed

+76
-10
lines changed

12 files changed

+76
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [1.8.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.1...v1.8.2) (2022-06-23)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.8.2",
2+
"version": "1.9.0",
33
"packages": [
44
"packages/*"
55
],

packages/contentful-fakes/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [1.8.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.0...v1.8.1) (2022-06-23)
718

819

packages/contentful-fakes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jungvonmatt/contentful-fakes",
3-
"version": "1.8.1",
3+
"version": "1.9.0",
44
"description": "Create fake data based on contentful data models",
55
"main": "./dist/index.js",
66
"type": "module",
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
4242
"dependencies": {
4343
"@faker-js/faker": "^7.3.0",
44-
"@jungvonmatt/contentful-ssg": "^1.8.0",
44+
"@jungvonmatt/contentful-ssg": "^1.9.0",
4545
"casual": "^1.6.2",
4646
"chalk": "^4.1.2",
4747
"fs-extra": "^10.1.0",

packages/contentful-ssg/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [1.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)
718

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

packages/contentful-ssg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jungvonmatt/contentful-ssg",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/cssg-plugin-assets/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
## [1.8.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.1...v1.8.2) (2022-06-23)
718

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

packages/cssg-plugin-assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jungvonmatt/cssg-plugin-assets",
3-
"version": "1.8.2",
3+
"version": "1.9.0",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -13,7 +13,7 @@
1313
"dist"
1414
],
1515
"devDependencies": {
16-
"@jungvonmatt/contentful-ssg": "^1.8.0",
16+
"@jungvonmatt/contentful-ssg": "^1.9.0",
1717
"@types/svgo": "^2.6.3",
1818
"eslint": "^8.0.1",
1919
"eslint-config-xo": "^0.39.0",

packages/cssg-plugin-grow/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.9.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.8.2...v1.9.0) (2022-06-30)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [1.8.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.7.4...v1.8.0) (2022-06-21)
718

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

packages/cssg-plugin-grow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jungvonmatt/cssg-plugin-grow",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Contentful-ssg plugin for grow",
55
"type": "module",
66
"main": "dist/index.js",
@@ -33,7 +33,7 @@
3333
"test": "test"
3434
},
3535
"dependencies": {
36-
"@jungvonmatt/contentful-ssg": "^1.8.0"
36+
"@jungvonmatt/contentful-ssg": "^1.9.0"
3737
},
3838
"devDependencies": {
3939
"jest": "^27.3.0",

0 commit comments

Comments
 (0)