Skip to content

Commit 916c70c

Browse files
committed
Release v1.2.2
1 parent c38fbd2 commit 916c70c

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

backend/src/configs/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
api:
2-
version: 1.2.1
2+
version: 1.2.2

docker/.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ COMPOSE_PROJECT_NAME=demo
1111
# you can remove profiles from right to left
1212
COMPOSE_PROFILES=weaviate,ray,background,backend,frontend
1313
# Docker tag to use for pulling the backend and celery containers
14-
DATS_BACKEND_DOCKER_VERSION=1.2.1
14+
DATS_BACKEND_DOCKER_VERSION=1.2.2
1515
# Docker tag to use for pulling the ray container
16-
DATS_RAY_DOCKER_VERSION=1.2.1
16+
DATS_RAY_DOCKER_VERSION=1.2.2
1717
# Docker tag to use for pulling the frontend
18-
DATS_FRONTEND_DOCKER_VERSION=1.2.1
18+
DATS_FRONTEND_DOCKER_VERSION=1.2.2
1919
# Which user and group to use for running processes
2020
# inside containers.
2121
# Set this to the user and group you're using

frontend/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.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/src/api/openapi/core/OpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type OpenAPIConfig = {
2121

2222
export const OpenAPI: OpenAPIConfig = {
2323
BASE: "",
24-
VERSION: "1.2.1",
24+
VERSION: "1.2.2",
2525
WITH_CREDENTIALS: false,
2626
CREDENTIALS: "include",
2727
TOKEN: undefined,

frontend/src/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"openapi": "3.1.0",
3-
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.2.1" },
3+
"info": { "title": "Discourse Analysis Tool Suite API", "version": "1.2.2" },
44
"paths": {
55
"/heartbeat": {
66
"get": {

0 commit comments

Comments
 (0)