Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexhd committed Apr 18, 2020
1 parent faa8992 commit 9bbcc5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.2.0"
"version": "0.3.0"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steamspeak/client",
"version": "0.2.0",
"version": "0.3.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand All @@ -12,13 +12,13 @@
"dependencies": {
"@chenfengyuan/vue-countdown": "^1.1.5",
"@mdi/font": "^5.0.45",
"axios-mock-adapter": "^1.17.0",
"ag-grid-community": "^23.0.1",
"ag-grid-vue": "^23.0.0",
"algoliasearch": "^4.1.0",
"apexcharts": "^3.17.0",
"auth0-js": "^9.12.2",
"axios": "^0.19.2",
"axios-mock-adapter": "^1.17.0",
"chart.js": "^2.9.3",
"core-js": "^3.6.4",
"echarts": "^4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@steamspeak/server",
"version": "0.2.0",
"version": "0.3.0",
"main": "index.js",
"scripts": {
"start": "node index.js",
Expand Down

0 comments on commit 9bbcc5f

Please sign in to comment.