Skip to content

Commit

Permalink
Merge pull request #1191 from kadena-community/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
alber70g authored Nov 9, 2023
2 parents 813d4d8 + ced5f74 commit 0c463d8
Show file tree
Hide file tree
Showing 19 changed files with 62 additions and 54 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-pumas-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-rockets-beg.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/kind-suns-sparkle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-shoes-look.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/proud-experts-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-suits-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-dancers-pay.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-donkeys-occur.md

This file was deleted.

28 changes: 14 additions & 14 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@
},
{
"name": "@kadena/chainweb-node-client",
"version": "0.5.1",
"version": "0.5.2",
"private": false,
"path": "packages/libs/chainweb-node-client"
},
{
"name": "@kadena/chainweb-stream-client",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"path": "packages/libs/chainweb-stream-client"
},
{
"name": "@kadena/chainwebjs",
"version": "0.1.1",
"version": "0.1.2",
"private": false,
"path": "packages/libs/chainwebjs"
},
{
"name": "@kadena/client",
"version": "1.6.1",
"version": "1.6.2",
"private": false,
"path": "packages/libs/client"
},
Expand All @@ -49,31 +49,31 @@
},
{
"name": "@kadena/cryptography-utils",
"version": "0.4.1",
"version": "0.4.2",
"private": false,
"path": "packages/libs/cryptography-utils"
},
{
"name": "@kadena/docs",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"path": "packages/apps/docs"
},
{
"name": "@kadena/graph",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"path": "packages/apps/graph"
},
{
"name": "@kadena/graph-client",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"path": "packages/apps/graph-client"
},
{
"name": "@kadena/immutable-records",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"path": "packages/apps/immutable-records"
},
Expand All @@ -91,7 +91,7 @@
},
{
"name": "@kadena/pactjs",
"version": "0.4.1",
"version": "0.4.2",
"private": false,
"path": "packages/libs/pactjs"
},
Expand All @@ -103,7 +103,7 @@
},
{
"name": "@kadena/pactjs-generator",
"version": "1.6.1",
"version": "1.6.2",
"private": false,
"path": "packages/libs/pactjs-generator"
},
Expand All @@ -115,7 +115,7 @@
},
{
"name": "@kadena/react-ui",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"path": "packages/libs/react-ui"
},
Expand All @@ -127,7 +127,7 @@
},
{
"name": "@kadena/types",
"version": "0.5.1",
"version": "0.5.2",
"private": false,
"path": "packages/libs/types"
},
Expand Down Expand Up @@ -179,4 +179,4 @@
"private": true,
"path": "packages/libs/kadena.js"
}
]
]
10 changes: 10 additions & 0 deletions packages/apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @kadena/docs

## 0.6.1

### Patch Changes

- 6f79f73dd: refactor voting dapp tutorial gas station implementation
- 6f79f73dd: fix small errors in election dapp tutorial
- Updated dependencies [6f79f73dd]
- Updated dependencies [6f79f73dd]
- @kadena/react-ui@0.3.1

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/docs",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"7d": "npx 7d pinecone-create-index --index kda-docs --environment asia-northeast1-gcp",
Expand Down
11 changes: 11 additions & 0 deletions packages/apps/graph-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kadena/graph-client

## 0.1.5

### Patch Changes

- 6f79f73dd: Created gas estimation page and ajusted header component to
incorporate option for gas. Also added necessary graph references to consume
the endpoint
- Updated dependencies [6f79f73dd]
- Updated dependencies [6f79f73dd]
- @kadena/react-ui@0.3.1

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/graph-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/graph-client",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"build": "pnpm run generate:sdk && next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/apps/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kadena/graph

## 1.0.4

### Patch Changes

- 6f79f73dd: Added gas estimation query and adjusted folder structure for devnet
files

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/graph",
"version": "1.0.3",
"version": "1.0.4",
"private": true,
"description": "",
"keywords": [],
Expand Down
8 changes: 8 additions & 0 deletions packages/apps/immutable-records/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kadena/immutable-records

## 0.1.5

### Patch Changes

- Updated dependencies [6f79f73dd]
- Updated dependencies [6f79f73dd]
- @kadena/react-ui@0.3.1

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/immutable-records/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/immutable-records",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"scripts": {
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/libs/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kadena/react-ui

## 0.3.1

### Patch Changes

- 6f79f73dd: Added overflow prop to the Box, Stack, and Grid components
- 6f79f73dd: Added focus state and improved visuals for inputs

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/react-ui",
"version": "0.3.0",
"version": "0.3.1",
"private": true,
"description": "A react component library built on Kadena's Design System",
"license": "ISC",
Expand Down

3 comments on commit 0c463d8

@vercel
Copy link

@vercel vercel bot commented on 0c463d8 Nov 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

react-ui – ./packages/libs/react-ui

react-ui.kadena.io
react-ui-git-main-kadena-js.vercel.app
react-ui-delta.vercel.app
react-ui-kadena-js.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0c463d8 Nov 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs-storybook – ./packages/apps/docs

docs-storybook-git-main-kadena-js.vercel.app
docs-storybook-kadena-js.vercel.app
kadena-js-docs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0c463d8 Nov 9, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

alpha-docs – ./packages/apps/docs

docs-silk-two.vercel.app
alpha-docs-git-main-kadena-js.vercel.app
alpha-docs-kadena-js.vercel.app
docs.kadena.io
alpha-docs.kadena.io

Please sign in to comment.