Skip to content

Commit

Permalink
Merge pull request #49 from superfluid-finance/changeset-clean-up-2
Browse files Browse the repository at this point in the history
chore: add changeset
  • Loading branch information
kasparkallas authored Jun 12, 2023
2 parents e365c64 + b3882c6 commit b3807da
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"linked": [],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"updateInternalDependencies": "minor",
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/tricky-cows-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@superfluid-finance/widget": patch
---

Fix @hookform/devtools dependency & other minor improvements
10 changes: 0 additions & 10 deletions .changeset/yellow-horses-punch.md

This file was deleted.

1 change: 1 addition & 0 deletions apps/hosted-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@superfluid-finance/hosted-widget",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
1 change: 1 addition & 0 deletions apps/widget-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@superfluid-finance/widget-builder",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
Expand Down
1 change: 1 addition & 0 deletions examples/widget-vite-react-rainbowkit/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "widget-vite-react-rainbowkit",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions examples/widget-vite-react-web3modal/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "widget-vite-react-web3modal",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions examples/widget-webcomponent/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "widget-webcomponent-example",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "superfluid-checkout",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
Expand All @@ -9,6 +10,7 @@
"lint": "turbo run lint",
"sort-package-jsons": "npx sort-package-json \"**/package.json\" \"!**/node_modules/**\" --check",
"prepare": "husky install",
"changeset": "changeset",
"changeset:release": "pnpm build && changeset publish",
"changeset:version": "changeset version && pnpm install --lockfile-only"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "eslint-config-custom",
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "index.js",
"private": true,
"dependencies": {
"eslint-config-next": "^13.4.5",
"eslint-config-prettier": "^8.8.0",
Expand Down
1 change: 1 addition & 0 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "tsconfig",
"version": "0.0.0",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down

3 comments on commit b3807da

@vercel
Copy link

@vercel vercel bot commented on b3807da Jun 12, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on b3807da Jun 12, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on b3807da Jun 12, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.