Skip to content

Commit

Permalink
chore: release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alexfreska committed Jan 11, 2024
1 parent d8528c8 commit 448a2f6
Show file tree
Hide file tree
Showing 28 changed files with 183 additions and 77 deletions.
17 changes: 0 additions & 17 deletions .changeset/poor-kiwis-yell.md

This file was deleted.

6 changes: 6 additions & 0 deletions libs/data-sources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.3.0

### Minor Changes

- d8528c8e: Package build and bundling has been updated.

## 0.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/data-sources/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
16 changes: 16 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 7 additions & 7 deletions libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions libs/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/fonts

## 0.3.0

### Minor Changes

- d8528c8e: Package build and bundling has been updated.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/fonts/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions libs/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/next

## 0.1.0

### Minor Changes

- d8528c8e: Package build and bundling has been updated.

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/next/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions libs/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions libs/react-core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions libs/react-hostd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions libs/react-hostd/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions libs/react-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
12 changes: 12 additions & 0 deletions libs/react-renterd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions libs/react-renterd/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 12 additions & 0 deletions libs/react-sia-central/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions libs/react-sia-central/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 12 additions & 0 deletions libs/react-walletd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions libs/react-walletd/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 6 additions & 0 deletions libs/sia-central/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libs/sia-central/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions libs/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @siafoundation/types

## 0.1.0

### Minor Changes

- d8528c8e: Package build and bundling has been updated.

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/types/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
12 changes: 12 additions & 0 deletions libs/units/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions libs/units/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading

0 comments on commit 448a2f6

Please sign in to comment.