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 Feb 14, 2023
1 parent 0c1b224 commit c51841d
Show file tree
Hide file tree
Showing 12 changed files with 64 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.11.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.11.0...v1.11.1) (2023-02-14)


### Bug Fixes

* **core:** fix ERR_PACKAGE_PATH_NOT_EXPORTED from [@swc-node](https://github.com/swc-node) ([0c1b224](https://github.com/jungvonmatt/contentful-ssg/commit/0c1b2240331b28d4ced315354ac66d7c1b790546))





# [1.11.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.10.0...v1.11.0) (2022-09-19)


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.11.0",
"version": "1.11.1",
"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.11.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.11.0...v1.11.1) (2023-02-14)

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





# [1.11.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.10.0...v1.11.0) (2022-09-19)

**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.11.0",
"version": "1.11.1",
"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.11.0",
"@jungvonmatt/contentful-ssg": "^1.11.1",
"casual": "^1.6.2",
"chalk": "^4.1.2",
"exit-hook": "^3.2.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.11.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.11.0...v1.11.1) (2023-02-14)


### Bug Fixes

* **core:** fix ERR_PACKAGE_PATH_NOT_EXPORTED from [@swc-node](https://github.com/swc-node) ([0c1b224](https://github.com/jungvonmatt/contentful-ssg/commit/0c1b2240331b28d4ced315354ac66d7c1b790546))





# [1.11.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.10.0...v1.11.0) (2022-09-19)


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.11.0",
"version": "1.11.1",
"description": "",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/cssg-plugin-assets/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.11.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.11.0...v1.11.1) (2023-02-14)

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





# [1.11.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.10.0...v1.11.0) (2022-09-19)

**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.11.0",
"version": "1.11.1",
"description": "",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -13,7 +13,7 @@
"dist"
],
"devDependencies": {
"@jungvonmatt/contentful-ssg": "^1.11.0",
"@jungvonmatt/contentful-ssg": "^1.11.1",
"@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.11.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.11.0...v1.11.1) (2023-02-14)

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





# [1.11.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.10.0...v1.11.0) (2022-09-19)

**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.11.0",
"version": "1.11.1",
"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.11.0"
"@jungvonmatt/contentful-ssg": "^1.11.1"
},
"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.11.1](https://github.com/jungvonmatt/contentful-ssg/compare/v1.11.0...v1.11.1) (2023-02-14)

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





# [1.11.0](https://github.com/jungvonmatt/contentful-ssg/compare/v1.10.0...v1.11.0) (2022-09-19)

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

0 comments on commit c51841d

Please sign in to comment.