Skip to content

Commit

Permalink
fix #320 lib/styles.css missing (#321)
Browse files Browse the repository at this point in the history
* fix #320 lib/styles.css missing

accidentally didnt whitelist this mportant file

* no dev
  • Loading branch information
aaronmgdr committed Oct 12, 2022
1 parent d832bbe commit 72169de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "4.2.0",
"version": "4.2.1",
"private": true,
"scripts": {
"build": "next build",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@celo/contractkit": "^2.2.0",
"@celo/react-celo": "^4.2.0",
"@celo/react-celo": "^4.2.1",
"@celo/utils": "^2.2.0",
"@walletconnect/client": "1.8.0",
"next": "^12.1.6",
Expand Down
5 changes: 3 additions & 2 deletions packages/react-celo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/react-celo",
"version": "4.2.0",
"version": "4.2.1",
"private": false,
"scripts": {
"prebuild": "mkdir -p lib && node ./scripts/json-to-ts.js package.json lib",
Expand All @@ -17,6 +17,7 @@
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*.css",
"lib/**/*.js",
"lib/**/*.d.ts",
"README.md"
Expand All @@ -29,7 +30,7 @@
"@celo/wallet-ledger": "^2.2.0",
"@celo/wallet-local": "^2.2.0",
"@celo/wallet-remote": "^2.2.0",
"@celo/wallet-walletconnect-v1": "4.2.0",
"@celo/wallet-walletconnect-v1": "4.2.1",
"@coinbase/wallet-sdk": "^3.2.0",
"@ethersproject/providers": "^5.5.2",
"@ledgerhq/hw-transport-webusb": "^5.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/walletconnect-v1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@celo/wallet-walletconnect-v1",
"version": "4.2.0",
"version": "4.2.1",
"description": "WalletConnect wallet legacy (v1) implementation",
"author": "Celo",
"license": "Apache-2.0",
Expand Down

1 comment on commit 72169de

@vercel
Copy link

@vercel vercel bot commented on 72169de Oct 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-celo – ./

react-celo.vercel.app
react-celo-git-stable-c-labs.vercel.app
react-celo-c-labs.vercel.app

Please sign in to comment.