Skip to content

Commit 6e8ef93

Browse files
committed
v1.16.0
1 parent 790a7a6 commit 6e8ef93

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.15.3",
5+
"version": "1.16.0",
66
"npmClient": "yarn"
77
}

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clobbr/api",
3-
"version": "1.15.1",
3+
"version": "1.16.0",
44
"description": "Clobbr API",
55
"main": "dist/index.js",
66
"scripts": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clobbr/cli",
3-
"version": "1.15.1",
3+
"version": "1.16.0",
44
"description": "Clobbr CLI",
55
"main": "dist/index.js",
66
"bin": "dist/index.js",
@@ -27,7 +27,7 @@
2727
"author": "Dan Mindru <mindrudan@gmail.com>",
2828
"license": "MIT",
2929
"dependencies": {
30-
"@clobbr/api": "^1.15.1",
30+
"@clobbr/api": "^1.16.0",
3131
"asciichart": "^1.5.25",
3232
"chalk": "^4.1.0",
3333
"commander": "^7.2.0",

packages/share/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clobbr/share",
3-
"version": "1.15.3",
3+
"version": "1.16.0",
44
"private": true,
55
"scripts": {
66
"dev": "PORT=4343 next dev",
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@auth0/nextjs-auth0": "^1.9.2",
13-
"@clobbr/api": "^1.15.1",
13+
"@clobbr/api": "^1.16.0",
1414
"@emotion/css": "^11.9.0",
1515
"@emotion/react": "^11.9.0",
1616
"@emotion/styled": "^11.8.1",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@clobbr/ui",
33
"homepage": "./",
4-
"version": "1.15.3",
4+
"version": "1.16.0",
55
"private": true,
66
"description": "Clobbr UI",
77
"repository": {
@@ -11,7 +11,7 @@
1111
"author": "Dan Mindru <mindrudan@gmail.com>",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@clobbr/api": "^1.15.1",
14+
"@clobbr/api": "^1.16.0",
1515
"@emotion/css": "^11.9.0",
1616
"@emotion/react": "^11.9.0",
1717
"@emotion/styled": "^11.8.1",

0 commit comments

Comments
 (0)