Skip to content

Commit

Permalink
chore: fix widget lib and react lib publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Nov 1, 2023
1 parent fe0469d commit 706c446
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
options:
- permit-utils
- widget-lib
- widget-react
# Add more publishable libs here
tag:
description: NPM package tag
Expand Down
2 changes: 1 addition & 1 deletion libs/widget-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-lib",
"version": "0.1.0",
"version": "0.1.1",
"type": "commonjs",
"description": "CoW Swap Widget Library. Allows you to easily embed a CoW Swap widget on your website.",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion libs/widget-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/widget-react",
"version": "0.0.1",
"version": "0.1.0",
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion libs/widget-react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './lib/CowSwapWidget'
export type { CowSwapWidgetParams, CowSwapWidgetSettings, EthereumProvider } from '@cowprotocol/widget-lib'
export type * from '@cowprotocol/widget-lib'

0 comments on commit 706c446

Please sign in to comment.