Skip to content

Commit 584fd65

Browse files
feat: release @liquity/lib-react on npm
1 parent 478f598 commit 584fd65

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"release:delete-dev-deployments": "yarn workspace @liquity/lib-ethers delete-dev-deployments",
6363
"release:lib-base": "yarn workspace @liquity/lib-base semantic-release",
6464
"release:lib-ethers": "yarn workspace @liquity/lib-ethers semantic-release",
65+
"release:lib-react": "yarn workspace @liquity/lib-react semantic-release",
6566
"release:providers": "yarn workspace @liquity/providers semantic-release",
6667
"save-live-version": "yarn workspace @liquity/lib-ethers save-live-version",
6768
"start-dev-chain": "run-s start-dev-chain:*",

packages/lib-react/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
access=public

packages/lib-react/package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
{
22
"name": "@liquity/lib-react",
3-
"version": "0.0.1",
4-
"private": true,
3+
"version": "0.0.0-semantic-release",
4+
"description": "Components and hooks for React-based Liquity frontends",
5+
"keywords": [
6+
"Liquity",
7+
"protocol",
8+
"DeFi",
9+
"Ethereum"
10+
],
11+
"homepage": "https://github.com/liquity/liquity#readme",
12+
"license": "MIT",
13+
"author": "Daniel Simon <[email protected]>",
514
"main": "dist/index.js",
615
"types": "dist/index.d.ts",
16+
"repository": "https://github.com/liquity/dev",
717
"scripts": {
818
"eslint": "eslint",
919
"prepare": "run-s prepare:*",

0 commit comments

Comments
 (0)