Skip to content

Commit

Permalink
chore(): adjust version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Aug 22, 2024
1 parent 93eb18a commit 4bb459b
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
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.7.3",
"version": "3.13.0",
"description": "Utilities for Baloise Web Applications",
"repository": {
"type": "git",
Expand Down
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.12.1",
"version": "3.13.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.11.3"
"@baloise/web-app-validators": "^3.13.0"
}
}
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.12.1",
"version": "3.13.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.11.4",
"@baloise/web-app-pipes": "^3.13.0",
"tslib": "^2.2.0"
},
"peerDependencies": {
Expand Down
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.12.1",
"version": "3.13.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.11.4"
"@baloise/web-app-pipes": "^3.13.0"
}
}
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.11.4",
"version": "3.13.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.11.2",
"@baloise/web-app-utils": "^3.13.0",
"lodash.capitalize": "^4.2.1",
"lodash.isarray": "^4.0.0",
"lodash.isstring": "^4.0.1",
Expand Down
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.7.3",
"version": "3.13.0",
"description": "Utilities for Baloise Web Applications",
"scripts": {
"banner": "node ../../.build/banner.js unsupported-browsers",
Expand Down
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.11.2",
"version": "3.13.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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@baloise/web-app-validators-angular",
"version": "3.12.1",
"version": "3.13.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.11.3",
"@baloise/web-app-validators": "^3.13.0",
"tslib": "^2.2.0"
},
"peerDependencies": {
Expand Down
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.12.1",
"version": "3.13.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.11.3",
"@baloise/web-app-validators": "^3.13.0",
"lodash.isarray": "^4.0.0"
}
}
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.12.1",
"version": "3.13.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.11.2",
"@baloise/web-app-utils": "^3.13.0",
"date-fns": "^2.28.0",
"lodash.capitalize": "^4.2.1",
"lodash.isarray": "^4.0.0",
Expand Down

0 comments on commit 4bb459b

Please sign in to comment.