Skip to content

Commit

Permalink
chore: version packages (#400)
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/core-examples@0.0.3

### Patch Changes

-   Updated dependencies [36a7a4b]
    -   @ark-project/core@2.0.2

## @ark-project/core@2.0.2

### Patch Changes

-   36a7a4b: Update to support multiple network on the ark provider

## @ark-project/react@1.0.3

### Patch Changes

-   36a7a4b: Update to support multiple network on the ark provider
-   Updated dependencies [36a7a4b]
    -   @ark-project/core@2.0.2

## @ark-project/demo@0.2.13

### Patch Changes

-   36a7a4b: Update to support multiple network on the ark provider
-   Updated dependencies [36a7a4b]
    -   @ark-project/react@1.0.3
    -   @ark-project/core@2.0.2

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 19, 2024
1 parent 5152c8f commit 5b60e4b
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .changeset/silver-needles-mate.md

This file was deleted.

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

## 0.2.13

### Patch Changes

- 36a7a4b: Update to support multiple network on the ark provider
- Updated dependencies [36a7a4b]
- @ark-project/react@1.0.3
- @ark-project/core@2.0.2

## 0.2.12

### 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.12",
"version": "0.2.13",
"private": true,
"scripts": {
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions examples/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ark-project/core-examples

## 0.0.3

### Patch Changes

- Updated dependencies [36a7a4b]
- @ark-project/core@2.0.2

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ark-project/core-examples",
"module": "index.ts",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"run:example": "bun run",
"typecheck": "tsc --noEmit"
Expand Down
2 changes: 1 addition & 1 deletion examples/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.0.2'
export const version = '0.0.3'
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ark-project/core

## 2.0.2

### Patch Changes

- 36a7a4b: Update to support multiple network on the ark provider

## 2.0.1

### Patch 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": "2.0.1",
"version": "2.0.2",
"license": "Apache-2.0",
"scripts": {
"build": "pnpm contracts:generate && pnpm 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 = '2.0.1'
export const version = '2.0.2'
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ark-project/react

## 1.0.3

### Patch Changes

- 36a7a4b: Update to support multiple network on the ark provider
- Updated dependencies [36a7a4b]
- @ark-project/core@2.0.2

## 1.0.2

### Patch 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": "1.0.2",
"version": "1.0.3",
"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 = '1.0.2'
export const version = '1.0.3'

0 comments on commit 5b60e4b

Please sign in to comment.