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 1, 2024
1 parent 8aba017 commit d756b30
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 43 deletions.
8 changes: 8 additions & 0 deletions 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.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)

### Bug Fixes

- **chore:** install missing tar dependency ([8aba017](https://github.com/jungvonmatt/contentful-ssg/commit/8aba017c376fb1d93709644cd3b16c3177a45a0d))
- **chore:** revert: use [email protected] 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)
- **sec:** patch localtunnel ([#74](https://github.com/jungvonmatt/contentful-ssg/issues/74)) ([640e7e5](https://github.com/jungvonmatt/contentful-ssg/commit/640e7e578f3772bfe81f1500accfc1685b449a30))

## [1.14.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.0...v1.14.1) (2024-04-08)

### Bug Fixes
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.14.1",
"version": "1.14.2",
"packages": ["packages/*"],
"command": {
"bootstrap": {
Expand Down
63 changes: 32 additions & 31 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/contentful-fakes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)

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

# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)

**Note:** Version bump only for package @jungvonmatt/contentful-fakes
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.14.0",
"version": "1.14.2",
"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.14.0",
"@jungvonmatt/contentful-ssg": "^1.14.2",
"casual": "^1.6.2",
"chalk": "^5.3.0",
"exit-hook": "^4.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/contentful-ssg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)

### Bug Fixes

- **sec:** patch localtunnel ([#74](https://github.com/jungvonmatt/contentful-ssg/issues/74)) ([640e7e5](https://github.com/jungvonmatt/contentful-ssg/commit/640e7e578f3772bfe81f1500accfc1685b449a30))

# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)

**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.14.0",
"version": "1.14.2",
"description": "",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/contentful-typings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)

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

## [1.14.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.0...v1.14.1) (2024-04-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/contentful-typings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jungvonmatt/contentful-typings",
"version": "1.14.1",
"version": "1.14.2",
"main": "./dist/index.js",
"type": "module",
"exports": "./dist/index.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"homepage": "https://github.com/jungvonmatt/contentful-ssg#readme",
"dependencies": {
"@faker-js/faker": "^8.3.1",
"@jungvonmatt/contentful-ssg": "^1.14.0",
"@jungvonmatt/contentful-ssg": "^1.14.2",
"cf-content-types-generator": "^2.13.1",
"change-case": "^5.4.2",
"commander": "^11.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/cssg-plugin-assets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)

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

# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)

**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.14.0",
"version": "1.14.2",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
"dist"
],
"devDependencies": {
"@jungvonmatt/contentful-ssg": "^1.14.0",
"@jungvonmatt/contentful-ssg": "^1.14.2",
"@types/svgo": "^2.6.3",
"eslint": "^8.56.0",
"eslint-config-xo": "^0.43.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/cssg-plugin-grow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.14.2](https://github.com/jungvonmatt/contentful-ssg/compare/v1.14.1...v1.14.2) (2024-06-01)

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

# [1.14.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.13.0...v1.14.0) (2024-02-03)

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

0 comments on commit d756b30

Please sign in to comment.