Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/two-keys-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@fxhash/react": patch
"@fxhash/ui": patch
---

Initial release ui + react
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/cli",
"version": "0.0.24",
"version": "0.0.23",
"author": "fxhash",
"bin": {
"@fxhash/cli": "./dist/fxhashCli.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/client-react",
"description": "A react wrapper on @fxhash/client-plugnplay, implementing React providers & hooks for ease-of-use.",
"version": "0.0.4",
"version": "0.0.3",
"author": "fxhash",
"dependencies": {
"connectkit": "1.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/client",
"description": "Medium-level APIs to instanciate low-level @fxhash/core modules easily.",
"version": "0.0.3",
"version": "0.0.2",
"author": "fxhash",
"dependencies": {
"@airgap/beacon-sdk": "4.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/config",
"version": "0.0.14",
"version": "0.0.13",
"author": "fxhash",
"dependencies": {
"@fxhash/errors": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/core",
"description": "Low-level building blocks to compose a fxhash client application. Should only be used directly for advanced use cases.",
"version": "0.0.3",
"version": "0.0.2",
"author": "fxhash",
"dependencies": {
"@fxhash/errors": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/errors",
"description": "Application-wide errors which are exposed and used by different parts of our stack.",
"version": "0.0.14",
"version": "0.0.13",
"author": "fxhash",
"dependencies": {
"@fxhash/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/eth",
"version": "0.0.3",
"version": "0.0.2",
"dependencies": {
"@0xsplits/splits-sdk": "5.1.0",
"@fxhash/gql": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/fxhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fxhash",
"version": "0.0.17",
"version": "0.0.16",
"author": "fxhash",
"bin": {
"fxhash": "./index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/gql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/gql-client",
"version": "0.0.5",
"version": "0.0.4",
"author": "fxhash",
"dependencies": {
"@fxhash/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/open-form-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/open-form-graph",
"description": "A react-force-graph visualizer for open form collections",
"version": "0.0.4",
"version": "0.0.3",
"author": "fxhash",
"dependencies": {
"@fxhash/utils": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/project-sdk",
"version": "0.0.17",
"version": "0.0.16",
"author": "fxhash",
"dependencies": {
"@fxhash/params": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/react",
"version": "0.0.1",
"version": "0.0.0",
"dependencies": {
"@apollo/client": "3.12.11",
"@fxhash/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/sdk",
"description": "Bundle of all the fxhash low & medium level packages exported as one.",
"version": "0.0.2",
"version": "0.0.1",
"author": "fxhash",
"dependencies": {
"@fxhash/client": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/shared",
"version": "0.0.5",
"version": "0.0.4",
"author": "fxhash",
"dependencies": {
"@fxhash/config": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tez/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/tez",
"version": "0.0.2",
"version": "0.0.1",
"author": "fxhash",
"dependencies": {
"@apollo/client": "3.12.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxhash/ui",
"version": "0.0.1",
"version": "0.0.0",
"dependencies": {
"@radix-ui/react-alert-dialog": "1.1.14",
"@radix-ui/react-checkbox": "1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/utils-browser",
"description": "A general-purpose package for browser-only compatible utilities.",
"version": "0.0.5",
"version": "0.0.4",
"author": "fxhash",
"dependencies": {
"@fxhash/errors": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fxhash/utils",
"description": "A general-purpose nodejs/browser compatible utility package related to fxhash applications.",
"version": "0.0.6",
"version": "0.0.5",
"author": "fxhash",
"dependencies": {
"bs58check": "4.0.0"
Expand Down