Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 7, 2022
1 parent b21b649 commit 232d87a
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 56 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.5.1](https://github.com/socketio/socket.io-admin-ui/compare/0.5.0...0.5.1) (2022-10-07)


### Bug Fixes

* **server:** handle late HTTP server binding ([b21b649](https://github.com/socketio/socket.io-admin-ui/commit/b21b649ea246eec87af121ffe676c876b001de05))
* **server:** properly track events with acknowledgement ([6d58a75](https://github.com/socketio/socket.io-admin-ui/commit/6d58a755b4d692970d3f2066903a4d503f334f0a))



# [0.5.0](https://github.com/socketio/socket.io-admin-ui/compare/0.4.0...0.5.0) (2022-09-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socket.io/admin-ui",
"version": "0.5.0",
"version": "0.5.1",
"description": "Admin UI for Socket.IO",
"files": [
"dist/",
Expand Down
2 changes: 1 addition & 1 deletion ui/dist/index.html
Original file line number Diff line number Diff line change
@@ -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.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>
<!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.0d7d7845.js" rel="preload" as="script"><link href="js/chunk-vendors.934c03ff.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.934c03ff.js"></script><script src="js/app.0d7d7845.js"></script></body></html>
2 changes: 2 additions & 0 deletions ui/dist/js/app.0d7d7845.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ui/dist/js/app.0d7d7845.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions ui/dist/js/app.fd0b81ea.js

This file was deleted.

1 change: 0 additions & 1 deletion ui/dist/js/app.fd0b81ea.js.map

This file was deleted.

49 changes: 0 additions & 49 deletions ui/dist/js/chunk-vendors.797c5915.js

This file was deleted.

1 change: 0 additions & 1 deletion ui/dist/js/chunk-vendors.797c5915.js.map

This file was deleted.

49 changes: 49 additions & 0 deletions ui/dist/js/chunk-vendors.934c03ff.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ui/dist/js/chunk-vendors.934c03ff.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

1 comment on commit 232d87a

@vercel
Copy link

@vercel vercel bot commented on 232d87a Oct 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.