Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed May 4, 2021
1 parent 9612bc6 commit ad0ec0d
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.1",
"version": "0.1.0",
"description": "Admin UI for Socket.IO",
"files": [
"dist/",
Expand Down
10 changes: 10 additions & 0 deletions ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# [0.1.0](https://github.com/socketio/socket.io-admin-ui/compare/0.0.1...0.1.0) (2021-05-04)


### Features

* **locale:** add ko locale ([#1](https://github.com/socketio/socket.io-admin-ui/issues/1)) ([16a1da5](https://github.com/socketio/socket.io-admin-ui/commit/16a1da57362b87de64508b7595d94096d4f2b47d))
* **locale:** add zh-CN locale ([#2](https://github.com/socketio/socket.io-admin-ui/issues/2)) ([9612bc6](https://github.com/socketio/socket.io-admin-ui/commit/9612bc6f212c0364c2a6ce27fa20ec873a2041fe))



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.64cb6d3f.css" rel="preload" as="style"><link href="/css/chunk-vendors.9f55d012.css" rel="preload" as="style"><link href="/js/app.36eeb34c.js" rel="preload" as="script"><link href="/js/chunk-vendors.5d907270.js" rel="preload" as="script"><link href="/css/chunk-vendors.9f55d012.css" rel="stylesheet"><link href="/css/app.64cb6d3f.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.5d907270.js"></script><script src="/js/app.36eeb34c.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.64cb6d3f.css" rel="preload" as="style"><link href="/css/chunk-vendors.9f55d012.css" rel="preload" as="style"><link href="/js/app.4939623a.js" rel="preload" as="script"><link href="/js/chunk-vendors.160ae25e.js" rel="preload" as="script"><link href="/css/chunk-vendors.9f55d012.css" rel="stylesheet"><link href="/css/app.64cb6d3f.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.160ae25e.js"></script><script src="/js/app.4939623a.js"></script></body></html>
2 changes: 0 additions & 2 deletions ui/dist/js/app.36eeb34c.js

This file was deleted.

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

This file was deleted.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

1 comment on commit ad0ec0d

@vercel
Copy link

@vercel vercel bot commented on ad0ec0d May 4, 2021

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.