Skip to content

Commit

Permalink
chore: release of 0.4.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
php-coder committed Aug 7, 2023
1 parent 2b48866 commit 923032f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
0.x (upcoming release)


0.4.7

- (infrastructure) port JavaScript unit tests from Jasmine to Jest
- (infrastructure) discontinue usage of Danger
- (infrastructure) discontinue usage of 0pdd
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
web:
image: phpcoder/mystamps:0.4.6
image: phpcoder/mystamps:0.4.7
cap_drop:
- 'ALL'
ports:
Expand Down
2 changes: 1 addition & 1 deletion infra/kubernetes/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ spec:
app: mystamps
spec:
containers:
- image: phpcoder/mystamps:0.4.6
- image: phpcoder/mystamps:0.4.7
name: mystamps
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ru.mystamps</groupId>
<artifactId>mystamps</artifactId>
<version>0.4.7-SNAPSHOT</version>
<version>0.4.7</version>
<packaging>war</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/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 src/main/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mystamps-frontend",
"version": "0.4.6",
"version": "0.4.7",
"private": true,
"description": "Frontend of https://my-stamps.ru",
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public final class ResourceUrl {
public static final String STATIC_RESOURCES_URL = "https://stamps.filezz.ru";

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

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

0 comments on commit 923032f

Please sign in to comment.