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 Sep 9, 2024
1 parent 527a30e commit 2f4e37a
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-tools-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-apes-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-fishes-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-ears-sip.md

This file was deleted.

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

## 0.18.0

### Minor Changes

- 82b8a619: The explorer now uses explored for block data. Closes https://github.com/SiaFoundation/web/issues/720

## 0.17.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer",
"description": "The `explorer` user interface, a Sia blockchain explorer interface that powers siascan.com.",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"license": "MIT"
}
6 changes: 6 additions & 0 deletions libs/design-system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.8.0

### Minor Changes

- 82b8a619: stripPrefix now support block ID / bid.

## 4.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.7.0",
"version": "4.8.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
Expand Down
8 changes: 8 additions & 0 deletions libs/explored-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/explored-js

## 0.1.2

### Patch Changes

- Updated dependencies [a0aff962]
- Updated dependencies [f3100c8e]
- @siafoundation/explored-types@0.3.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/explored-js/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/explored-js",
"description": "SDK for interacting with `explored`.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@siafoundation/request": "0.2.0",
"@siafoundation/explored-types": "0.2.0"
"@siafoundation/explored-types": "0.3.0"
},
"types": "./src/index.d.ts"
}
8 changes: 8 additions & 0 deletions libs/explored-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @siafoundation/explored-react

## 0.1.2

### Patch Changes

- Updated dependencies [a0aff962]
- Updated dependencies [f3100c8e]
- @siafoundation/explored-types@0.3.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions libs/explored-react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@siafoundation/explored-react",
"description": "React hooks for interacting with `explored`.",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@siafoundation/react-core": "^1.4.0",
"@siafoundation/explored-types": "0.2.0"
"@siafoundation/explored-types": "0.3.0"
},
"types": "./src/index.d.ts"
}
7 changes: 7 additions & 0 deletions libs/explored-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siafoundation/explored-types

## 0.3.0

### Minor Changes

- a0aff962: Add timestamp field to ExplorerBlock type.
- f3100c8e: Change Source type from number to string to match responses.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion libs/explored-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@siafoundation/explored-types",
"description": "Types for `explored`.",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"dependencies": {
"@siafoundation/types": "^0.6.0"
Expand Down
41 changes: 32 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f4e37a

Please sign in to comment.