Skip to content

Commit 923032f

Browse files
committed
chore: release of 0.4.7 version
1 parent 2b48866 commit 923032f

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

NEWS.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
0.x (upcoming release)
22

3+
4+
0.4.7
5+
36
- (infrastructure) port JavaScript unit tests from Jasmine to Jest
47
- (infrastructure) discontinue usage of Danger
58
- (infrastructure) discontinue usage of 0pdd

infra/docker/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
web:
5-
image: phpcoder/mystamps:0.4.6
5+
image: phpcoder/mystamps:0.4.7
66
cap_drop:
77
- 'ALL'
88
ports:

infra/kubernetes/deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ spec:
1515
app: mystamps
1616
spec:
1717
containers:
18-
- image: phpcoder/mystamps:0.4.6
18+
- image: phpcoder/mystamps:0.4.7
1919
name: mystamps

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ru.mystamps</groupId>
77
<artifactId>mystamps</artifactId>
8-
<version>0.4.7-SNAPSHOT</version>
8+
<version>0.4.7</version>
99
<packaging>war</packaging>
1010

1111
<dependencies>

src/main/frontend/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mystamps-frontend",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"private": true,
55
"description": "Frontend of https://my-stamps.ru",
66
"keywords": [

src/main/java/ru/mystamps/web/feature/site/ResourceUrl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class ResourceUrl {
3232
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru";
3333

3434
// MUST be updated when any of our resources were modified
35-
public static final String RESOURCES_VERSION = "v0.4.6.1";
35+
public static final String RESOURCES_VERSION = "v0.4.7.0";
3636

3737
// CheckStyle: ignore LineLength for next 17 lines
3838
private static final String CATALOG_UTILS_JS = "/public/js/" + RESOURCES_VERSION + "/utils/CatalogUtils.min.js";

0 commit comments

Comments
 (0)