Skip to content

Commit 971622c

Browse files
Version Packages (beta) (#2)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b55bfab commit 971622c

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@aptos-labs/js-pro-vite": "0.0.0"
99
},
1010
"changesets": [
11-
"fluffy-ideas-ask"
11+
"fluffy-ideas-ask",
12+
"twenty-stars-jump"
1213
]
1314
}

packages/js-pro/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @aptos-labs/js-pro
22

3+
## 0.1.0-beta.2
4+
35
## 0.1.0-beta.1
46

57
### Patch Changes

packages/js-pro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aptos-labs/js-pro",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "State management and library of utilities for Aptos applications.",
55
"repository": {
66
"type": "git",

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# @aptos-labs/react
2+
3+
## 0.1.0-beta.2
4+
5+
### Patch Changes
6+
7+
- b55bfab: Fix indexer client defaults
8+
- @aptos-labs/js-pro@0.1.0-beta.2

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aptos-labs/react",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.1.0-beta.2",
44
"description": "React library for Aptos applications.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)