Skip to content

Commit 03c1f32

Browse files
committed
chore: release
1 parent c05ee21 commit 03c1f32

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "@kleros/ui-components-library",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
4+
"description": "UI components library which implements the Kleros design system.",
45
"source": "src/lib/index.ts",
56
"main": "dist/index.js",
67
"types": "dist/types.d.ts",
78
"isLibrary": true,
89
"browserslist": "> 0.5%, last 2 versions, not dead",
9-
"repository": "git@github.com:alcercu/frontend-library.git",
10-
"author": "alcercu <alcercu@alumni.upv.es>",
10+
"repository": "git@github.com:kleros/ui-components-library",
11+
"author": "Kleros",
1112
"license": "MIT",
1213
"scripts": {
1314
"clear": "rm -r .parcel-cache",
@@ -45,6 +46,7 @@
4546
"lint-staged": "^12.1.2",
4647
"parcel": "^2.2.1",
4748
"prettier": "^2.5.1",
49+
"process": "^0.11.10",
4850
"styled-components": "^5.3.3",
4951
"typescript": "^4.5.4"
5052
},

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3967,6 +3967,11 @@ prettier@^2.5.1:
39673967
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
39683968
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
39693969

3970+
process@^0.11.10:
3971+
version "0.11.10"
3972+
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
3973+
integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
3974+
39703975
progress@^2.0.0:
39713976
version "2.0.3"
39723977
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"

0 commit comments

Comments
 (0)