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] committed Dec 5, 2023
1 parent 272e66e commit 1e545d8
Show file tree
Hide file tree
Showing 27 changed files with 132 additions and 50 deletions.
9 changes: 0 additions & 9 deletions .changeset/breezy-baboons-roll.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stupid-dolls-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-donkeys-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bees-raise.md

This file was deleted.

22 changes: 11 additions & 11 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
},
{
"name": "@kadena/client",
"version": "1.6.4",
"version": "1.7.0",
"private": false,
"path": "packages/libs/client"
},
{
"name": "@kadena/client-examples",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"path": "packages/libs/client-examples"
},
{
"name": "@kadena/client-utils",
"version": "0.1.0",
"version": "0.1.1",
"private": false,
"path": "packages/libs/client-utils"
},
{
"name": "@kadena/cookbook",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"path": "packages/tools/cookbook"
},
Expand All @@ -55,7 +55,7 @@
},
{
"name": "@kadena/docs",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"path": "packages/apps/docs"
},
Expand All @@ -67,19 +67,19 @@
},
{
"name": "@kadena/graph",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"path": "packages/apps/graph"
},
{
"name": "@kadena/graph-client",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"path": "packages/apps/graph-client"
},
{
"name": "@kadena/hd-wallet",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"path": "packages/libs/hd-wallet"
},
Expand All @@ -103,13 +103,13 @@
},
{
"name": "@kadena/pactjs-cli",
"version": "1.6.4",
"version": "1.7.0",
"private": false,
"path": "packages/tools/pactjs-cli"
},
{
"name": "@kadena/pactjs-generator",
"version": "1.6.4",
"version": "1.7.0",
"private": false,
"path": "packages/libs/pactjs-generator"
},
Expand All @@ -127,7 +127,7 @@
},
{
"name": "@kadena/react-ui",
"version": "0.5.0",
"version": "0.6.0",
"private": true,
"path": "packages/libs/react-ui"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @kadena/docs

## 0.7.1

### Patch Changes

- 6d30efacd: Update `Text` and `Heading` components to use new design tokens
- Updated dependencies [6d30efacd]
- Updated dependencies [d1f705b4d]
- @kadena/react-ui@0.6.0

## 0.7.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.7.0",
"version": "0.7.1",
"private": true,
"scripts": {
"7d": "npx 7d pinecone-create-index --index kda-docs --environment asia-northeast1-gcp",
Expand Down
8 changes: 8 additions & 0 deletions packages/apps/graph-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kadena/graph-client

## 0.1.8

### Patch Changes

- Updated dependencies [6d30efacd]
- Updated dependencies [d1f705b4d]
- @kadena/react-ui@0.6.0

## 0.1.7

### 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.7",
"version": "0.1.8",
"private": true,
"scripts": {
"build": "pnpm run generate:sdk && next build",
Expand Down
8 changes: 8 additions & 0 deletions packages/apps/graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kadena/graph

## 1.0.7

### Patch Changes

- Updated dependencies [9bec1fb8e]
- Updated dependencies [a3bb20737]
- @kadena/client@1.7.0

## 1.0.6

### 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.6",
"version": "1.0.7",
"private": true,
"description": "",
"keywords": [],
Expand Down
11 changes: 11 additions & 0 deletions packages/libs/client-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kadena/client-examples

## 0.0.10

### Patch Changes

- 9bec1fb8e: intruduce PactReturnType in order to extract pact functions return
type
- Updated dependencies [9bec1fb8e]
- Updated dependencies [a3bb20737]
- @kadena/client@1.7.0
- @kadena/client-utils@0.1.1

## 0.0.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/client-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/client-examples",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"description": "Test project to verify pactjs-cli and pactjs-generator",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/libs/client-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @kadena/client-utils

## 0.1.1

### Patch Changes

- 9bec1fb8e: intruduce PactReturnType in order to extract pact functions return
type
- a3bb20737: let users pass Literal or ()=>string as function inputs to cover
more advanced usecases.
- Updated dependencies [9bec1fb8e]
- Updated dependencies [a3bb20737]
- @kadena/client@1.7.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/client-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/client-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utility functions build as a wrapper around @kadena/client",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/libs/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log - @kadena/client

## 1.7.0

### Minor Changes

- 9bec1fb8e: intruduce PactReturnType in order to extract pact functions return
type

### Patch Changes

- a3bb20737: let users pass Literal or ()=>string as function inputs to cover
more advanced usecases.

## 1.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/client",
"version": "1.6.4",
"version": "1.7.0",
"description": "Core library for building Pact expressions to send to the blockchain in js. Makes use of .kadena/pactjs-generated",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/libs/hd-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kadena/hd-wallet

## 0.1.1

### Patch Changes

- Updated dependencies [9bec1fb8e]
- Updated dependencies [a3bb20737]
- @kadena/client@1.7.0

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/hd-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/hd-wallet",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "HD Wallet; key derivation",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/libs/pactjs-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log - @kadena/pactjs-generator

## 1.7.0

### Minor Changes

- 9bec1fb8e: intruduce PactReturnType in order to extract pact functions return
type
- a3bb20737: let users pass Literal or ()=>string as function inputs to cover
more advanced usecases.

## 1.6.4

## 1.6.3
Expand Down
2 changes: 1 addition & 1 deletion packages/libs/pactjs-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/pactjs-generator",
"version": "1.6.4",
"version": "1.7.0",
"description": "Generates TypeScript definitions of Pact contracts, for use in @kadena/pactjs",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/libs/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @kadena/react-ui

## 0.6.0

### Minor Changes

- d1f705b4d: Added atoms which are utility css classes based on the new design
tokens

### Patch Changes

- 6d30efacd: Update `Text` and `Heading` components to use new design tokens

## 0.5.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.5.0",
"version": "0.6.0",
"private": true,
"description": "A react component library built on Kadena's Design System",
"license": "ISC",
Expand Down
8 changes: 8 additions & 0 deletions packages/tools/cookbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @kadena/cookbook

## 0.0.9

### Patch Changes

- Updated dependencies [9bec1fb8e]
- Updated dependencies [a3bb20737]
- @kadena/client@1.7.0

## 0.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/cookbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/cookbook",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"description": "Demonstrates common use cases for @kadena/client and @kadena/pact-cli for smart contracts",
"keywords": [],
Expand Down
14 changes: 14 additions & 0 deletions packages/tools/pactjs-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log - @kadena/pactjs-cli

## 1.7.0

### Minor Changes

- 9bec1fb8e: intruduce PactReturnType in order to extract pact functions return
type

### Patch Changes

- Updated dependencies [9bec1fb8e]
- Updated dependencies [a3bb20737]
- @kadena/pactjs-generator@1.7.0
- @kadena/client@1.7.0

## 1.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/pactjs-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kadena/pactjs-cli",
"version": "1.6.4",
"version": "1.7.0",
"description": "CLI tool accompanying @kadena/pactjs-core and @kadena/pactjs-client to generate TypeScript definitions and Pact client",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1e545d8

Please sign in to comment.