Skip to content

Commit

Permalink
chore: version packages (#347)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @ark-project/[email protected]

### Minor Changes

- 5dcd498: Use temp arkchain accounts to create txs & remove burner
account creation
    Bump contracts

### Patch Changes

-   Updated dependencies [5dcd498]
    -   @ark-project/[email protected]

## @ark-project/[email protected]

### Patch Changes

- 5dcd498: Use temp arkchain accounts to create txs & remove burner
account creation
    Bump contracts

## @ark-project/[email protected]

### Patch Changes

-   Updated dependencies [5dcd498]
    -   @ark-project/[email protected]
    -   @ark-project/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 26, 2024
1 parent b750543 commit 63de7a7
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/tough-spoons-sit.md

This file was deleted.

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

## 0.2.4

### Patch Changes

- Updated dependencies [5dcd498]
- @ark-project/react@0.5.0
- @ark-project/core@1.1.1

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark-project/demo",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"scripts": {
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ark-project/core

## 1.1.1

### Patch Changes

- 5dcd498: Use temp arkchain accounts to create txs & remove burner account creation
Bump contracts

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark-project/core",
"version": "1.1.0",
"version": "1.1.1",
"license": "Apache-2.0",
"scripts": {
"build": "npm run generate-contracts && pnpm run clean && pnpm run build:esm+types",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.1.0'
export const version = '1.1.1'
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ark-project/react

## 0.5.0

### Minor Changes

- 5dcd498: Use temp arkchain accounts to create txs & remove burner account creation
Bump contracts

### Patch Changes

- Updated dependencies [5dcd498]
- @ark-project/core@1.1.1

## 0.4.0

### Minor Changes
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": "@ark-project/react",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.4.0'
export const version = '0.5.0'

0 comments on commit 63de7a7

Please sign in to comment.