Skip to content

Commit a8ce526

Browse files
chore(release): 0.5.0
Diff: 0.4.0...0.5.0
1 parent 81af1d4 commit a8ce526

12 files changed

+67
-49
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [0.5.0](https://github.com/socketio/socket.io-admin-ui/compare/0.4.0...0.5.0) (2022-09-19)
2+
3+
4+
### Features
5+
6+
* **server:** switch to the bcryptjs module ([81af1d4](https://github.com/socketio/socket.io-admin-ui/commit/81af1d40ae91b6f83e45b505a609b7ec25a75115))
7+
* **ui:** add tr locale ([#52](https://github.com/socketio/socket.io-admin-ui/issues/52)) ([7e36532](https://github.com/socketio/socket.io-admin-ui/commit/7e365322421bbfd28f01ad8a1065025ede054ecf))
8+
* **ui:** update ko locale ([#51](https://github.com/socketio/socket.io-admin-ui/issues/51)) ([2226f7b](https://github.com/socketio/socket.io-admin-ui/commit/2226f7bcd97461902f9dac4f44a7ed62f804f188))
9+
10+
11+
112
# [0.4.0](https://github.com/socketio/socket.io-admin-ui/compare/0.3.0...0.4.0) (2022-06-23)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/admin-ui",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Admin UI for Socket.IO",
55
"files": [
66
"dist/",

ui/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.png"><title>Socket.IO Admin UI</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="css/app.6e3b9661.css" rel="preload" as="style"><link href="css/chunk-vendors.9f55d012.css" rel="preload" as="style"><link href="js/app.37014115.js" rel="preload" as="script"><link href="js/chunk-vendors.587058a6.js" rel="preload" as="script"><link href="css/chunk-vendors.9f55d012.css" rel="stylesheet"><link href="css/app.6e3b9661.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Socket.IO Admin UI doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.587058a6.js"></script><script src="js/app.37014115.js"></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.png"><title>Socket.IO Admin UI</title><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css"><link href="css/app.6e3b9661.css" rel="preload" as="style"><link href="css/chunk-vendors.9f55d012.css" rel="preload" as="style"><link href="js/app.fd0b81ea.js" rel="preload" as="script"><link href="js/chunk-vendors.797c5915.js" rel="preload" as="script"><link href="css/chunk-vendors.9f55d012.css" rel="stylesheet"><link href="css/app.6e3b9661.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but Socket.IO Admin UI doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.797c5915.js"></script><script src="js/app.fd0b81ea.js"></script></body></html>

ui/dist/js/app.37014115.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

ui/dist/js/app.37014115.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

ui/dist/js/app.fd0b81ea.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/dist/js/app.fd0b81ea.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/dist/js/chunk-vendors.587058a6.js

Lines changed: 0 additions & 42 deletions
This file was deleted.

ui/dist/js/chunk-vendors.587058a6.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

ui/dist/js/chunk-vendors.797c5915.js

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)