diff --git a/.changeset/poor-kiwis-yell.md b/.changeset/poor-kiwis-yell.md deleted file mode 100644 index 0ae2389ee..000000000 --- a/.changeset/poor-kiwis-yell.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@siafoundation/data-sources': minor -'@siafoundation/design-system': minor -'@siafoundation/fonts': minor -'@siafoundation/next': minor -'@siafoundation/react-core': minor -'@siafoundation/react-hostd': minor -'@siafoundation/react-icons': minor -'@siafoundation/react-renterd': minor -'@siafoundation/react-sia-central': minor -'@siafoundation/react-walletd': minor -'@siafoundation/sia-central': minor -'@siafoundation/types': minor -'@siafoundation/units': minor ---- - -Package build and bundling has been updated. diff --git a/libs/data-sources/CHANGELOG.md b/libs/data-sources/CHANGELOG.md index 62582db8f..b5d7364eb 100644 --- a/libs/data-sources/CHANGELOG.md +++ b/libs/data-sources/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + ## 0.2.4 ### Patch Changes diff --git a/libs/data-sources/package.json b/libs/data-sources/package.json index 45ca7c7db..46193f360 100644 --- a/libs/data-sources/package.json +++ b/libs/data-sources/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/data-sources", "description": "Data sources used for stats on the website.", - "version": "0.2.4", + "version": "0.3.0", "private": true, "license": "MIT", "dependencies": { diff --git a/libs/design-system/CHANGELOG.md b/libs/design-system/CHANGELOG.md index acae8d0c9..fa3b43dc7 100644 --- a/libs/design-system/CHANGELOG.md +++ b/libs/design-system/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 2.0.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + +### Patch Changes + +- Updated dependencies [d8528c8e] + - @siafoundation/next@0.1.0 + - @siafoundation/react-core@1.0.0 + - @siafoundation/react-icons@0.2.0 + - @siafoundation/react-sia-central@2.0.0 + - @siafoundation/types@0.1.0 + - @siafoundation/units@2.0.0 + ## 1.1.0 ### Minor Changes diff --git a/libs/design-system/package.json b/libs/design-system/package.json index 332e29941..7d33114b9 100644 --- a/libs/design-system/package.json +++ b/libs/design-system/package.json @@ -1,15 +1,15 @@ { "name": "@siafoundation/design-system", "description": "React-based design system used across Sia apps and websites", - "version": "1.1.0", + "version": "2.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-icons": "^0.1.6", - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/units": "^1.0.6", - "@siafoundation/types": "^0.0.7", - "@siafoundation/next": "^0.0.6", - "@siafoundation/react-sia-central": "^1.0.6", + "@siafoundation/react-icons": "^0.2.0", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/units": "^2.0.0", + "@siafoundation/types": "^0.1.0", + "@siafoundation/next": "^0.1.0", + "@siafoundation/react-sia-central": "^2.0.0", "react": "^18.2.0", "swr": "^2.1.1", "class-variance-authority": "^0.7.0", diff --git a/libs/fonts/CHANGELOG.md b/libs/fonts/CHANGELOG.md index a09cce383..3e2bbf148 100644 --- a/libs/fonts/CHANGELOG.md +++ b/libs/fonts/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/fonts +## 0.3.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + ## 0.2.0 ### Minor Changes diff --git a/libs/fonts/package.json b/libs/fonts/package.json index b8b984e86..8245a338f 100644 --- a/libs/fonts/package.json +++ b/libs/fonts/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/fonts", "description": "Next font configuration for use across apps.", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "peerDependencies": { "class-variance-authority": "^0.7.0", diff --git a/libs/next/CHANGELOG.md b/libs/next/CHANGELOG.md index d228fa52e..c1e029163 100644 --- a/libs/next/CHANGELOG.md +++ b/libs/next/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/next +## 0.1.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + ## 0.0.6 ### Patch Changes diff --git a/libs/next/package.json b/libs/next/package.json index a6da279eb..1621be2d8 100644 --- a/libs/next/package.json +++ b/libs/next/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/next", "description": "NextJS wrappers for build compatibility.", - "version": "0.0.6", + "version": "0.1.0", "license": "MIT", "peerDependencies": { "next": "^13.5.2" diff --git a/libs/react-core/CHANGELOG.md b/libs/react-core/CHANGELOG.md index c95a9629d..9833e0f4e 100644 --- a/libs/react-core/CHANGELOG.md +++ b/libs/react-core/CHANGELOG.md @@ -1,5 +1,16 @@ # @siafoundation/react-core +## 1.0.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + +### Patch Changes + +- Updated dependencies [d8528c8e] + - @siafoundation/next@0.1.0 + ## 0.16.11 ### Patch Changes diff --git a/libs/react-core/package.json b/libs/react-core/package.json index 48e7a840e..05337bf0c 100644 --- a/libs/react-core/package.json +++ b/libs/react-core/package.json @@ -1,14 +1,14 @@ { "name": "@siafoundation/react-core", "description": "Core library for building React hooks for interacting with a Sia daemon.", - "version": "0.16.11", + "version": "1.0.0", "license": "MIT", "peerDependencies": { "react": "^18.2.0", "swr": "^2.1.1", "axios": "^0.27.2", "use-local-storage-state": "^18.3.3", - "@siafoundation/next": "^0.0.6" + "@siafoundation/next": "^0.1.0" }, "dependencies": { "detect-gpu": "^5.0.34", diff --git a/libs/react-hostd/CHANGELOG.md b/libs/react-hostd/CHANGELOG.md index 15b52fe5e..4cae5acbd 100644 --- a/libs/react-hostd/CHANGELOG.md +++ b/libs/react-hostd/CHANGELOG.md @@ -1,5 +1,17 @@ # @siafoundation/react-hostd +## 2.0.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + +### Patch Changes + +- Updated dependencies [d8528c8e] + - @siafoundation/react-core@1.0.0 + - @siafoundation/types@0.1.0 + ## 1.0.6 ### Patch Changes diff --git a/libs/react-hostd/package.json b/libs/react-hostd/package.json index 8ade27232..749d8677f 100644 --- a/libs/react-hostd/package.json +++ b/libs/react-hostd/package.json @@ -1,12 +1,12 @@ { "name": "@siafoundation/react-hostd", "description": " React hooks for interacting with `hostd`.", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "peerDependencies": { "swr": "^2.1.1", - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/types": "^0.0.7" + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/types": "^0.1.0" }, "dependencies": { "tslib": "^2.6.2" diff --git a/libs/react-icons/CHANGELOG.md b/libs/react-icons/CHANGELOG.md index 6622e4877..e998aaa83 100644 --- a/libs/react-icons/CHANGELOG.md +++ b/libs/react-icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/react-icons +## 0.2.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + ## 0.1.6 ### Patch Changes diff --git a/libs/react-icons/package.json b/libs/react-icons/package.json index 007249267..cb876f740 100644 --- a/libs/react-icons/package.json +++ b/libs/react-icons/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/react-icons", "description": "React-based icons used across Sia apps and websites", - "version": "0.1.6", + "version": "0.2.0", "license": "MIT", "dependencies": { "@carbon/icons-react": "^10.47.0", diff --git a/libs/react-renterd/CHANGELOG.md b/libs/react-renterd/CHANGELOG.md index a26691b07..f588670a7 100644 --- a/libs/react-renterd/CHANGELOG.md +++ b/libs/react-renterd/CHANGELOG.md @@ -1,5 +1,17 @@ # @siafoundation/react-renterd +## 2.0.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + +### Patch Changes + +- Updated dependencies [d8528c8e] + - @siafoundation/react-core@1.0.0 + - @siafoundation/types@0.1.0 + ## 1.0.6 ### Patch Changes diff --git a/libs/react-renterd/package.json b/libs/react-renterd/package.json index 86c6c7dd1..86679c27b 100644 --- a/libs/react-renterd/package.json +++ b/libs/react-renterd/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/react-renterd", "description": " React hooks for interacting with `renterd`.", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/types": "^0.0.7", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/types": "^0.1.0", "swr": "^2.1.1" }, "dependencies": { diff --git a/libs/react-sia-central/CHANGELOG.md b/libs/react-sia-central/CHANGELOG.md index dd3c99843..94cd8cf6d 100644 --- a/libs/react-sia-central/CHANGELOG.md +++ b/libs/react-sia-central/CHANGELOG.md @@ -1,5 +1,17 @@ # @siafoundation/react-sia-central +## 2.0.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + +### Patch Changes + +- Updated dependencies [d8528c8e] + - @siafoundation/react-core@1.0.0 + - @siafoundation/sia-central@0.3.0 + ## 1.0.6 ### Patch Changes diff --git a/libs/react-sia-central/package.json b/libs/react-sia-central/package.json index d6824c8c0..4e1dc8c0e 100644 --- a/libs/react-sia-central/package.json +++ b/libs/react-sia-central/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/react-sia-central", "description": "React hooks for interacting with the Sia Central API.", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/sia-central": "^0.2.6" + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/sia-central": "^0.3.0" }, "dependencies": { "tslib": "^2.6.2" diff --git a/libs/react-walletd/CHANGELOG.md b/libs/react-walletd/CHANGELOG.md index d63f92055..4dfb4035f 100644 --- a/libs/react-walletd/CHANGELOG.md +++ b/libs/react-walletd/CHANGELOG.md @@ -1,5 +1,17 @@ # @siafoundation/react-walletd +## 2.0.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + +### Patch Changes + +- Updated dependencies [d8528c8e] + - @siafoundation/react-core@1.0.0 + - @siafoundation/types@0.1.0 + ## 1.0.6 ### Patch Changes diff --git a/libs/react-walletd/package.json b/libs/react-walletd/package.json index 769aa7b10..1ad63122e 100644 --- a/libs/react-walletd/package.json +++ b/libs/react-walletd/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/react-walletd", "description": " React hooks for interacting with `walletd`.", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/types": "^0.0.7", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/types": "^0.1.0", "swr": "^2.1.1" }, "dependencies": { diff --git a/libs/sia-central/CHANGELOG.md b/libs/sia-central/CHANGELOG.md index e212a9865..001f622cb 100644 --- a/libs/sia-central/CHANGELOG.md +++ b/libs/sia-central/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/sia-central +## 0.3.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + ## 0.2.6 ### Patch Changes diff --git a/libs/sia-central/package.json b/libs/sia-central/package.json index 42bda587f..556f6e9f9 100644 --- a/libs/sia-central/package.json +++ b/libs/sia-central/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/sia-central", "description": "Methods and types for interacting with the Sia Central API.", - "version": "0.2.6", + "version": "0.3.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", diff --git a/libs/types/CHANGELOG.md b/libs/types/CHANGELOG.md index 1171c432c..c886afe9e 100644 --- a/libs/types/CHANGELOG.md +++ b/libs/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @siafoundation/types +## 0.1.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + ## 0.0.7 ### Patch Changes diff --git a/libs/types/package.json b/libs/types/package.json index 6d83c807c..a69325d8b 100644 --- a/libs/types/package.json +++ b/libs/types/package.json @@ -1,7 +1,7 @@ { "name": "@siafoundation/types", "description": "Core Sia types and library methods.", - "version": "0.0.7", + "version": "0.1.0", "license": "MIT", "types": "./src/index.d.ts", "dependencies": { diff --git a/libs/units/CHANGELOG.md b/libs/units/CHANGELOG.md index 8c9f3f5a0..af3d85811 100644 --- a/libs/units/CHANGELOG.md +++ b/libs/units/CHANGELOG.md @@ -1,5 +1,17 @@ # @siafoundation/units +## 2.0.0 + +### Minor Changes + +- d8528c8e: Package build and bundling has been updated. + +### Patch Changes + +- Updated dependencies [d8528c8e] + - @siafoundation/react-core@1.0.0 + - @siafoundation/sia-central@0.3.0 + ## 1.0.6 ### Patch Changes diff --git a/libs/units/package.json b/libs/units/package.json index aec2a49a3..19aabfe19 100644 --- a/libs/units/package.json +++ b/libs/units/package.json @@ -1,11 +1,11 @@ { "name": "@siafoundation/units", "description": "Methods and types for interacting with the Sia Central API.", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "peerDependencies": { - "@siafoundation/sia-central": "^0.2.6", - "@siafoundation/react-core": "^0.16.11", + "@siafoundation/sia-central": "^0.3.0", + "@siafoundation/react-core": "^1.0.0", "bignumber.js": "^9.0.2" }, "dependencies": { diff --git a/package-lock.json b/package-lock.json index 5bd8fd93f..e760bebbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -236,7 +236,7 @@ }, "libs/data-sources": { "name": "@siafoundation/data-sources", - "version": "0.2.4", + "version": "0.3.0", "license": "MIT", "dependencies": { "@notionhq/client": "^2.2.8", @@ -253,7 +253,7 @@ }, "libs/design-system": { "name": "@siafoundation/design-system", - "version": "1.1.0", + "version": "2.0.0", "license": "MIT", "dependencies": { "@radix-ui/react-accordion": "^1.0.0", @@ -304,12 +304,12 @@ "yup": "^0.32.11" }, "peerDependencies": { - "@siafoundation/next": "^0.0.6", - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/react-icons": "^0.1.6", - "@siafoundation/react-sia-central": "^1.0.6", - "@siafoundation/types": "^0.0.7", - "@siafoundation/units": "^1.0.6", + "@siafoundation/next": "^0.1.0", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/react-icons": "^0.2.0", + "@siafoundation/react-sia-central": "^2.0.0", + "@siafoundation/types": "^0.1.0", + "@siafoundation/units": "^2.0.0", "@tailwindcss/container-queries": "^0.1.1", "@technically/lodash": "^4.17.0", "axios": "^0.27.2", @@ -333,7 +333,7 @@ }, "libs/fonts": { "name": "@siafoundation/fonts", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" @@ -354,7 +354,7 @@ }, "libs/next": { "name": "@siafoundation/next", - "version": "0.0.6", + "version": "0.1.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" @@ -365,14 +365,14 @@ }, "libs/react-core": { "name": "@siafoundation/react-core", - "version": "0.16.11", + "version": "1.0.0", "license": "MIT", "dependencies": { "detect-gpu": "^5.0.34", "tslib": "^2.6.2" }, "peerDependencies": { - "@siafoundation/next": "^0.0.6", + "@siafoundation/next": "^0.1.0", "axios": "^0.27.2", "react": "^18.2.0", "swr": "^2.1.1", @@ -381,20 +381,20 @@ }, "libs/react-hostd": { "name": "@siafoundation/react-hostd", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" }, "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/types": "^0.0.7", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/types": "^0.1.0", "swr": "^2.1.1" } }, "libs/react-icons": { "name": "@siafoundation/react-icons", - "version": "0.1.6", + "version": "0.2.0", "license": "MIT", "dependencies": { "@carbon/icons-react": "^10.47.0", @@ -403,28 +403,28 @@ }, "libs/react-renterd": { "name": "@siafoundation/react-renterd", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", "tslib": "^2.6.2" }, "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/types": "^0.0.7", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/types": "^0.1.0", "swr": "^2.1.1" } }, "libs/react-sia-central": { "name": "@siafoundation/react-sia-central", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" }, "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/sia-central": "^0.2.6" + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/sia-central": "^0.3.0" } }, "libs/react-siad": { @@ -435,14 +435,14 @@ }, "libs/react-walletd": { "name": "@siafoundation/react-walletd", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" }, "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/types": "^0.0.7", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/types": "^0.1.0", "swr": "^2.1.1" } }, @@ -452,7 +452,7 @@ }, "libs/sia-central": { "name": "@siafoundation/sia-central", - "version": "0.2.6", + "version": "0.3.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", @@ -491,7 +491,7 @@ }, "libs/types": { "name": "@siafoundation/types", - "version": "0.0.7", + "version": "0.1.0", "license": "MIT", "dependencies": { "tslib": "^2.6.2" @@ -499,7 +499,7 @@ }, "libs/units": { "name": "@siafoundation/units", - "version": "1.0.6", + "version": "2.0.0", "license": "MIT", "dependencies": { "@technically/lodash": "^4.17.0", @@ -507,8 +507,8 @@ "tslib": "^2.6.2" }, "peerDependencies": { - "@siafoundation/react-core": "^0.16.11", - "@siafoundation/sia-central": "^0.2.6", + "@siafoundation/react-core": "^1.0.0", + "@siafoundation/sia-central": "^0.3.0", "bignumber.js": "^9.0.2" } },