Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Camp committed Jan 27, 2022
1 parent 2c2bc50 commit 027cb6b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
8 changes: 4 additions & 4 deletions apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "super-conductor",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "dist/main.js",
"engines": {
Expand Down Expand Up @@ -56,9 +56,9 @@
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"dependencies": {
"@atlaskit/toggle": "^12.3.0",
"@shared/api": "*",
"@shared/lib": "*",
"@shared/models": "*",
"@shared/api": "^0.1.1",
"@shared/lib": "^0.1.1",
"@shared/models": "^0.1.1",
"@sofie-automation/sorensen": "^1.2.0",
"axios": "^0.23.0",
"bufferutil": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/tsr-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tsr-bridge",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"ts-node": "^10.3.0"
},
"dependencies": {
"@shared/api": "*",
"@shared/lib": "*",
"@shared/models": "*",
"@shared/api": "^0.1.1",
"@shared/lib": "^0.1.1",
"@shared/models": "^0.1.1",
"koa": "^2.13.3",
"koa-bodyparser": "^4.3.0",
"koa-router": "^10.1.1",
Expand Down
8 changes: 6 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"packages": ["shared/**", "apps/**", "tests/**"],
"version": "0.1.0",
"packages": [
"shared/**",
"apps/**",
"tests/**"
],
"version": "0.1.1",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions shared/packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/api",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down Expand Up @@ -42,7 +42,7 @@
]
},
"dependencies": {
"@shared/models": "*",
"@shared/models": "^0.1.1",
"ws": "^8.4.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions shared/packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/lib",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down Expand Up @@ -42,6 +42,6 @@
]
},
"dependencies": {
"@shared/models": "*"
"@shared/models": "^0.1.1"
}
}
2 changes: 1 addition & 1 deletion shared/packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shared/models",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"author": {
"name": "SuperFlyTV AB",
Expand Down

0 comments on commit 027cb6b

Please sign in to comment.