Skip to content

Commit

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

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.3](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.2...v3.1.3) (2023-04-25)
## [3.1.4](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.3...v3.1.4) (2023-08-11)

### Bug Fixes

* 🐛 fix: correctly apply css var primary-border ([09fb63e](https://github.com/porscheofficial/cookie-consent-banner/commit/09fb63e93db9c6b3c8259d6039d345719edb212e))


## [3.1.3](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.2...v3.1.3) (2023-04-25)

### Bug Fixes

* 🐛 correctly parse cookie ([80e434e](https://github.com/porscheofficial/cookie-consent-banner/commit/80e434e4b0f5c4af74b746b46241f0d8bbdeafcc))

### [3.1.2](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.1...v3.1.2) (2023-03-15)
## [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)
## [3.1.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.1...v3.1.1) (2023-02-23)

- upgrade dependencies

### [3.0.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.0...v3.0.1) (2022-09-06)
## [3.0.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.0...v3.0.1) (2022-09-06)

### 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.3",
"version": "3.1.4",
"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.3"
"@porscheofficial/cookie-consent-banner": "3.1.4"
},
"devDependencies": {
"@porscheofficial/eslint-config-porschedigital-react": "2.3.0",
Expand Down
14 changes: 10 additions & 4 deletions packages/cookie-consent-banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,31 @@

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.3](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.2...v3.1.3) (2023-04-25)
## [3.1.4](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.3...v3.1.4) (2023-08-11)

### Bug Fixes

* 🐛 fix: correctly apply css var primary-border ([09fb63e](https://github.com/porscheofficial/cookie-consent-banner/commit/09fb63e93db9c6b3c8259d6039d345719edb212e))


## [3.1.3](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.2...v3.1.3) (2023-04-25)

### Bug Fixes

* 🐛 correctly parse cookie ([80e434e](https://github.com/porscheofficial/cookie-consent-banner/commit/80e434e4b0f5c4af74b746b46241f0d8bbdeafcc))

### [3.1.2](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.1...v3.1.2) (2023-03-15)
## [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)
## [3.1.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.1...v3.1.1) (2023-02-23)

- upgrade dependencies

### [3.0.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.0...v3.0.1) (2022-09-06)
## [3.0.1](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.0.0...v3.0.1) (2022-09-06)

### 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.3",
"version": "3.1.4",
"repository": {
"type": "git",
"url": "https://github.com/porscheofficial/cookie-consent-banner",
Expand Down
Loading

0 comments on commit 2d614f7

Please sign in to comment.