Skip to content

Commit 772b8e3

Browse files
authored
Merge pull request #634 from hop-protocol/staging
Merge staging
2 parents 9b74d9b + 674b7bb commit 772b8e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Build distribution build:
5050
pnpm build
5151
```
5252

53-
Allowed environment variable need be configured in `vite.config.ts` and in at the root `.github/workflows/ui-deploy.yml` for the build to work correctly.
53+
Allowed environment variables need be configured in `vite.config.ts` and in at the root `.github/workflows/ui-deploy.yml` for the build to work correctly.
5454

5555
## Deployments
5656

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hop-protocol/frontend",
3-
"version": "0.0.46",
3+
"version": "0.0.47",
44
"description": "Hop Protocol Frontend",
55
"author": "Authereum Labs, Inc.",
66
"license": "MIT",

packages/sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Generate documentation
6262
pnpm run docs
6363
```
6464

65-
The markdown API reference docs are generated in `docs/`. There's is also a generated website for API reference the docs at `docs-ui/`.
65+
The markdown API reference docs are generated in `docs/`. There's is also a generated website for the API reference the docs at `docs-ui/`.
6666

6767
## Test
6868

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hop-protocol/sdk",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "The v1 Hop Protocol TypeScript SDK",
55
"author": "Authereum Labs, Inc.",
66
"license": "MIT",

0 commit comments

Comments
 (0)