Skip to content

Commit 2819770

Browse files
committed
🔖 release v3.1.5
1 parent 2d614f7 commit 2819770

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

packages/cookie-consent-banner-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
## [3.1.5](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.4...v3.1.5) (2023-08-14)
6+
7+
* fix: correctly publish package
8+
59
## [3.1.4](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.3...v3.1.4) (2023-08-11)
610

711
### Bug Fixes

packages/cookie-consent-banner-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@porscheofficial/cookie-consent-banner-react",
33
"license": "MIT",
4-
"version": "3.1.4",
4+
"version": "3.1.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/porscheofficial/cookie-consent-banner",
@@ -40,7 +40,7 @@
4040
}
4141
},
4242
"dependencies": {
43-
"@porscheofficial/cookie-consent-banner": "3.1.4"
43+
"@porscheofficial/cookie-consent-banner": "3.1.5"
4444
},
4545
"devDependencies": {
4646
"@porscheofficial/eslint-config-porschedigital-react": "2.3.0",

packages/cookie-consent-banner/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
## [3.1.5](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.4...v3.1.5) (2023-08-14)
6+
7+
* fix: correctly publish package
8+
59
## [3.1.4](https://github.com/porscheofficial/cookie-consent-banner/compare/v3.1.3...v3.1.4) (2023-08-11)
610

711
### Bug Fixes

packages/cookie-consent-banner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@porscheofficial/cookie-consent-banner",
33
"license": "MIT",
4-
"version": "3.1.4",
4+
"version": "3.1.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/porscheofficial/cookie-consent-banner",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ __metadata:
797797
version: 0.0.0-use.local
798798
resolution: "@porscheofficial/cookie-consent-banner-react@workspace:packages/cookie-consent-banner-react"
799799
dependencies:
800-
"@porscheofficial/cookie-consent-banner": 3.1.4
800+
"@porscheofficial/cookie-consent-banner": 3.1.5
801801
"@porscheofficial/eslint-config-porschedigital-react": 2.3.0
802802
"@types/react": 18.0.27
803803
"@types/react-dom": 18.0.10
@@ -814,7 +814,7 @@ __metadata:
814814
languageName: unknown
815815
linkType: soft
816816

817-
"@porscheofficial/[email protected].4, @porscheofficial/cookie-consent-banner@workspace:packages/cookie-consent-banner":
817+
"@porscheofficial/[email protected].5, @porscheofficial/cookie-consent-banner@workspace:packages/cookie-consent-banner":
818818
version: 0.0.0-use.local
819819
resolution: "@porscheofficial/cookie-consent-banner@workspace:packages/cookie-consent-banner"
820820
dependencies:

0 commit comments

Comments
 (0)