Skip to content

Commit 1774c64

Browse files
committed
chore: version bump
1 parent 677f525 commit 1774c64

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.0.3-beta-4",
3+
"version": "1.0.4",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/Constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export enum ERROR_STATUS_CODE {
138138
PERMISSION_DENIED = 403,
139139
NOT_FOUND = 404,
140140
EXPECTATION_FAILED = 417,
141-
UNPROCESSABLE_ENTITY = 422,
142141
INTERNAL_SERVER_ERROR = 500,
143142
BAD_GATEWAY = 502,
144143
SERVICE_TEMPORARY_UNAVAILABLE = 503,

0 commit comments

Comments
 (0)