Skip to content

Commit

Permalink
chore: release 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pboeder committed Mar 15, 2023
1 parent c3c3a66 commit a87c7e2
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
7 changes: 7 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,13 @@

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.2](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.1...v3.1.2) (2023-03-15)


### Bug Fixes

* correctly identify empty cookie value | fix [#12](https://github.com/porscheofficial/cookie-consent-banner/issues/12) ([c3c3a66](https://github.com/porscheofficial/cookie-consent-banner/commit/c3c3a661fea8f865fe48088ccb127af80a85b446)) – thanks @diesieben07!

### [3.1.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.1...v3.1.1) (2023-02-23)

- upgrade dependencies
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.1",
"version": "3.1.2",
"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.1"
"@porscheofficial/cookie-consent-banner": "3.1.2"
},
"devDependencies": {
"@porscheofficial/eslint-config-porschedigital-react": "2.3.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/cookie-consent-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.2](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.1...v3.1.2) (2023-03-15)


### Bug Fixes

* correctly identify empty cookie value | fix [#12](https://github.com/porscheofficial/cookie-consent-banner/issues/12) ([c3c3a66](https://github.com/porscheofficial/cookie-consent-banner/commit/c3c3a661fea8f865fe48088ccb127af80a85b446)) – thanks @diesieben07!

### [3.1.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.1...v3.1.1) (2023-02-23)

- upgrade dependencies
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.1",
"version": "3.1.2",
"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 @@ -787,7 +787,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.1
"@porscheofficial/cookie-consent-banner": 3.1.2
"@porscheofficial/eslint-config-porschedigital-react": 2.3.0
"@porscheofficial/prettier-config-porschedigital": 2.3.0
"@types/react": 18.0.27
Expand All @@ -805,7 +805,7 @@ __metadata:
languageName: unknown
linkType: soft

"@porscheofficial/cookie-consent-banner@3.1.1, @porscheofficial/cookie-consent-banner@workspace:packages/cookie-consent-banner":
"@porscheofficial/cookie-consent-banner@3.1.2, @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 a87c7e2

Please sign in to comment.