Skip to content

Commit d756b30

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

File tree

15 files changed

+78
-43
lines changed

15 files changed

+78
-43
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
7+
8+
### Bug Fixes
9+
10+
- **chore:** install missing tar dependency ([8aba017](https://github.com/jungvonmatt/contentful-ssg/commit/8aba017c376fb1d93709644cd3b16c3177a45a0d))
11+
- **chore:** revert: use lerna@8.1.2 while waiting for a fix ([997598a](https://github.com/jungvonmatt/contentful-ssg/commit/997598ace3f1d6131c4d06d13051017e5b2fcf45)), closes [lerna/lerna#4005](https://github.com/lerna/lerna/issues/4005)
12+
- **sec:** patch localtunnel ([#74](https://github.com/jungvonmatt/contentful-ssg/issues/74)) ([640e7e5](https://github.com/jungvonmatt/contentful-ssg/commit/640e7e578f3772bfe81f1500accfc1685b449a30))
13+
614
## [1.14.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.0...v1.14.1) (2024-04-08)
715

816
### Bug Fixes

lerna.json

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

package-lock.json

Lines changed: 32 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentful-fakes/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
7+
8+
**Note:** Version bump only for package @jungvonmatt/contentful-fakes
9+
610
# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)
711

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

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.14.0",
3+
"version": "1.14.2",
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.14.0",
44+
"@jungvonmatt/contentful-ssg": "^1.14.2",
4545
"casual": "^1.6.2",
4646
"chalk": "^5.3.0",
4747
"exit-hook": "^4.0.0",

packages/contentful-ssg/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
7+
8+
### Bug Fixes
9+
10+
- **sec:** patch localtunnel ([#74](https://github.com/jungvonmatt/contentful-ssg/issues/74)) ([640e7e5](https://github.com/jungvonmatt/contentful-ssg/commit/640e7e578f3772bfe81f1500accfc1685b449a30))
11+
612
# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)
713

814
**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.14.0",
3+
"version": "1.14.2",
44
"description": "",
55
"repository": {
66
"type": "git",

packages/contentful-typings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
7+
8+
**Note:** Version bump only for package @jungvonmatt/contentful-typings
9+
610
## [1.14.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.0...v1.14.1) (2024-04-08)
711

812
### Bug Fixes

packages/contentful-typings/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-typings",
3-
"version": "1.14.1",
3+
"version": "1.14.2",
44
"main": "./dist/index.js",
55
"type": "module",
66
"exports": "./dist/index.js",
@@ -38,7 +38,7 @@
3838
"homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
3939
"dependencies": {
4040
"@faker-js/faker": "^8.3.1",
41-
"@jungvonmatt/contentful-ssg": "^1.14.0",
41+
"@jungvonmatt/contentful-ssg": "^1.14.2",
4242
"cf-content-types-generator": "^2.13.1",
4343
"change-case": "^5.4.2",
4444
"commander": "^11.1.0",

packages/cssg-plugin-assets/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
7+
8+
**Note:** Version bump only for package @jungvonmatt/cssg-plugin-assets
9+
610
# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)
711

812
**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.14.0",
3+
"version": "1.14.2",
44
"description": "",
55
"type": "module",
66
"main": "./dist/index.js",
@@ -13,7 +13,7 @@
1313
"dist"
1414
],
1515
"devDependencies": {
16-
"@jungvonmatt/contentful-ssg": "^1.14.0",
16+
"@jungvonmatt/contentful-ssg": "^1.14.2",
1717
"@types/svgo": "^2.6.3",
1818
"eslint": "^8.56.0",
1919
"eslint-config-xo": "^0.43.1",

packages/cssg-plugin-grow/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)
7+
8+
**Note:** Version bump only for package @jungvonmatt/cssg-plugin-grow
9+
610
# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)
711

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

0 commit comments

Comments
 (0)