Skip to content

Commit

Permalink
chore(release): publish v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 22, 2024
1 parent 4bb459b commit da20772
Show file tree
Hide file tree
Showing 22 changed files with 56 additions and 41 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.14.0](https://github.com/baloise/web-app-utils/compare/v3.12.1...v3.14.0) (2024-08-22)

### Features

- **COOP-2237:** update version based on last release ([76f15e1](https://github.com/baloise/web-app-utils/commit/76f15e100f8c8f0b76117869c606ce1a4b1076a9))
- **utils:** one trust can be disabled with local storage key onetrust_debug_mode ([9801b36](https://github.com/baloise/web-app-utils/commit/9801b36c2da5f06445f2f50f3d7fe55ba8b1a555))

### Reverts

- Revert "feat(COOP-2237): add new validator to check for minDate" ([dce30d2](https://github.com/baloise/web-app-utils/commit/dce30d272f2605e6170ac96675fb9e62a48c0492))
- Revert "feat(COOP-2237): add test for minDate" ([1ba0dca](https://github.com/baloise/web-app-utils/commit/1ba0dcaee063c6bd6c9b67fadd0c3d9ba247e97a))
- Revert "chore(): update build artifacts" ([c08304a](https://github.com/baloise/web-app-utils/commit/c08304ad2dd8072167743863bf3fe4411bfec0f8))
- Revert "chore(release): publish v3.12.0" ([4ccd44d](https://github.com/baloise/web-app-utils/commit/4ccd44deb44a2578fc3ad9bb0f10f19c6685feb1))
- Revert "chore(): update lock files" ([937dcdb](https://github.com/baloise/web-app-utils/commit/937dcdb2c9c3e199f162f95193d67f08a063b20f))
- Revert "chore(release): publish v3.12.1" ([11f3986](https://github.com/baloise/web-app-utils/commit/11f3986342b58d83046d012ab13f251e0c7e605f))
- Revert "chore(): update lock files" ([75a152e](https://github.com/baloise/web-app-utils/commit/75a152e05b833f48e62ff29faf2b5e6fc9678f3c))

## [3.7.3](https://github.com/baloise/web-app-utils/compare/v3.7.2...v3.7.3) (2022-11-15)

**Note:** Version bump only for package root
Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"version": "3.11.4",
"version": "3.14.0",
"granularPathspec": false,
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"command": {
"version": {
"message": "chore(release): publish %s"
Expand Down
4 changes: 2 additions & 2 deletions packages/clean-architecture/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/clean-architecture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-clean-architecture",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/form-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/form-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-form-vue",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -50,6 +50,6 @@
},
"gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42",
"dependencies": {
"@baloise/web-app-validators": "^3.13.0"
"@baloise/web-app-validators": "3.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/pipes-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/pipes-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-pipes-angular",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@baloise/web-app-pipes": "^3.13.0",
"@baloise/web-app-pipes": "3.14.0",
"tslib": "^2.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pipes-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/pipes-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-pipes-vue",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,6 +48,6 @@
},
"gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42",
"dependencies": {
"@baloise/web-app-pipes": "^3.13.0"
"@baloise/web-app-pipes": "3.14.0"
}
}
4 changes: 2 additions & 2 deletions packages/pipes/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/pipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-pipes",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"scripts": {
"banner": "node ../../.build/banner.js pipes",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/baloise/web-app-utils",
"dependencies": {
"@baloise/web-app-utils": "^3.13.0",
"@baloise/web-app-utils": "3.14.0",
"lodash.capitalize": "^4.2.1",
"lodash.isarray": "^4.0.0",
"lodash.isstring": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/unsupported-browsers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/unsupported-browsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-unsupported-browsers",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"scripts": {
"banner": "node ../../.build/banner.js unsupported-browsers",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-utils",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"scripts": {
"banner": "node ../../.build/banner.js utils",
Expand Down
4 changes: 2 additions & 2 deletions packages/validators-angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/validators-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-validators-angular",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@baloise/web-app-validators": "^3.13.0",
"@baloise/web-app-validators": "3.14.0",
"tslib": "^2.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/validators-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/validators-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-validators-vue",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"gitHead": "6bc39fcc60a2294d11940527d9a051f21ca01e42",
"dependencies": {
"@baloise/web-app-validators": "^3.13.0",
"@baloise/web-app-validators": "3.14.0",
"lodash.isarray": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/validators/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/validators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-validators",
"version": "3.13.0",
"version": "3.14.0",
"description": "Utilities for Baloise Web Applications",
"scripts": {
"banner": "node ../../.build/banner.js validators",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"homepage": "https://github.com/baloise/web-app-utils",
"dependencies": {
"@baloise/web-app-utils": "^3.13.0",
"@baloise/web-app-utils": "3.14.0",
"date-fns": "^2.28.0",
"lodash.capitalize": "^4.2.1",
"lodash.isarray": "^4.0.0",
Expand Down

0 comments on commit da20772

Please sign in to comment.