Skip to content

Commit

Permalink
🔖 release v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pboeder committed Aug 14, 2023
1 parent 2d614f7 commit 2819770
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/cookie-consent-banner-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.1.5](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.4...v3.1.5) (2023-08-14)

* fix: correctly publish package

## [3.1.4](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.3...v3.1.4) (2023-08-11)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cookie-consent-banner-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@porscheofficial/cookie-consent-banner-react",
"license": "MIT",
"version": "3.1.4",
"version": "3.1.5",
"repository": {
"type": "git",
"url": "https://github.com/porscheofficial/cookie-consent-banner",
Expand Down Expand Up @@ -40,7 +40,7 @@
}
},
"dependencies": {
"@porscheofficial/cookie-consent-banner": "3.1.4"
"@porscheofficial/cookie-consent-banner": "3.1.5"
},
"devDependencies": {
"@porscheofficial/eslint-config-porschedigital-react": "2.3.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/cookie-consent-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.1.5](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.4...v3.1.5) (2023-08-14)

* fix: correctly publish package

## [3.1.4](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.3...v3.1.4) (2023-08-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-consent-banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@porscheofficial/cookie-consent-banner",
"license": "MIT",
"version": "3.1.4",
"version": "3.1.5",
"repository": {
"type": "git",
"url": "https://github.com/porscheofficial/cookie-consent-banner",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@porscheofficial/cookie-consent-banner-react@workspace:packages/cookie-consent-banner-react"
dependencies:
"@porscheofficial/cookie-consent-banner": 3.1.4
"@porscheofficial/cookie-consent-banner": 3.1.5
"@porscheofficial/eslint-config-porschedigital-react": 2.3.0
"@types/react": 18.0.27
"@types/react-dom": 18.0.10
Expand All @@ -814,7 +814,7 @@ __metadata:
languageName: unknown
linkType: soft

"@porscheofficial/cookie-consent-banner@3.1.4, @porscheofficial/cookie-consent-banner@workspace:packages/cookie-consent-banner":
"@porscheofficial/cookie-consent-banner@3.1.5, @porscheofficial/cookie-consent-banner@workspace:packages/cookie-consent-banner":
version: 0.0.0-use.local
resolution: "@porscheofficial/cookie-consent-banner@workspace:packages/cookie-consent-banner"
dependencies:
Expand Down

0 comments on commit 2819770

Please sign in to comment.