Skip to content

Commit

Permalink
Update changelogs and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Ghislain89 committed Jan 25, 2024
1 parent 3fe1481 commit 63f914b
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/silent-moose-exercise.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
},
{
"name": "@kadena/graph-client",
"version": "0.1.9",
"version": "0.1.10",
"private": true,
"path": "packages/apps/graph-client"
},
Expand Down Expand Up @@ -139,7 +139,7 @@
},
{
"name": "@kadena/react-ui",
"version": "0.7.0",
"version": "0.7.1",
"private": false,
"path": "packages/libs/react-ui"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/apps/graph-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @kadena/graph-client

## 0.1.10

### Patch Changes

- Updated dependencies [b6a44c813]
- @kadena/react-ui@0.7.1

## 0.1.9

### 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.9",
"version": "0.1.10",
"private": true,
"scripts": {
"build": "pnpm run generate:sdk && next build",
Expand Down
6 changes: 6 additions & 0 deletions packages/libs/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @kadena/react-ui

## 0.7.1

### Patch Changes

- b6a44c813: Update Repository information to enable provenance

## 0.7.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.7.0",
"version": "0.7.1",
"description": "A react component library built on Kadena's Design System",
"repository": {
"type": "git",
Expand Down

1 comment on commit 63f914b

@vercel
Copy link

@vercel vercel bot commented on 63f914b Jan 25, 2024

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

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

Please sign in to comment.