Skip to content

Commit

Permalink
🏗️ bump to 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Jul 27, 2023
1 parent db8a5c1 commit ff691fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 5.2.2 2023-07-27

- Fix: do not upload forced turns to tomatic-static

## 5.2.1 2023-07-27

- Fix: importidealload unrenamed attribute
Expand Down
20 changes: 4 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "somenergia-tomatic",
"version": "5.2.1",
"version": "5.2.2",
"description": "Phone Support Companion",
"dependencies": {
"@emotion/css": "^11.10.6",
Expand Down Expand Up @@ -33,29 +33,17 @@
"type": "git",
"url": "git+https://github.com/Som-Energia/somenergia-tomatic.git"
},
"keywords": [
"phone",
"asterisk",
"scheduling",
"crm"
],
"keywords": ["phone", "asterisk", "scheduling", "crm"],
"author": "Som Energia SCCL",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Som-Energia/somenergia-tomatic/issues"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
"extends": ["react-app", "react-app/jest"]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
Expand Down
2 changes: 1 addition & 1 deletion tomatic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='5.2.1'
__version__='5.2.2'

0 comments on commit ff691fe

Please sign in to comment.