Skip to content

Commit e5f03f7

Browse files
committed
Prepped for release [ci skip]
1 parent 7eda995 commit e5f03f7

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

.github/workflows/assets-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- 'assets/**'
99
tags:
10-
- 'v*'
10+
- '*'
1111
pull_request:
1212
paths:
1313
- 'assets/**'

.github/workflows/auth-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- 'auth/**'
99
tags:
10-
- 'v*'
10+
- '*'
1111
pull_request:
1212
paths:
1313
- 'auth/**'

.github/workflows/booking-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- 'booking/**'
99
tags:
10-
- 'v*'
10+
- '*'
1111
pull_request:
1212
paths:
1313
- 'booking/**'

.github/workflows/branding-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- 'branding/**'
99
tags:
10-
- 'v*'
10+
- '*'
1111
pull_request:
1212
paths:
1313
- 'branding/**'

.github/workflows/message-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- 'message/**'
99
tags:
10-
- 'v*'
10+
- '*'
1111
pull_request:
1212
paths:
1313
- 'message/**'

.github/workflows/report-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- 'report/**'
99
tags:
10-
- 'v*'
10+
- '*'
1111
pull_request:
1212
paths:
1313
- 'report/**'

.github/workflows/room-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- 'room/**'
99
tags:
10-
- 'v*'
10+
- '*'
1111
pull_request:
1212
paths:
1313
- 'room/**'

assets/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "restful-booker-platform-assets",
3-
"version": "2.0",
3+
"version": "2.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3003",

assets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.automationintesting</groupId>
88
<artifactId>restful-booker-platform-assets</artifactId>
9-
<version>2.0.${revision}</version>
9+
<version>2.1.${revision}</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)