Skip to content

Commit ce8911b

Browse files
authored
Merge pull request #393 from storyprotocol/dev
Release v1.3.0.beta.1
2 parents 1447478 + d58dd0b commit ce8911b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+12388
-7677
lines changed

.github/workflows/pr-external.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@main
2828
with:
2929
sha: ${{ github.event.pull_request.head.sha }}
30-
ENVIRONMENT: "beta-sepolia"
30+
ENVIRONMENT: "odyssey"
3131
secrets:
3232
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
3333
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

.github/workflows/pr-internal.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-unit-test-workflow.yml@main
2121
with:
2222
sha: ${{ github.event.pull_request.head.sha }}
23-
ENVIRONMENT: "beta-sepolia"
23+
ENVIRONMENT: "odyssey"
2424
secrets:
2525
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
2626
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}
@@ -30,7 +30,7 @@ jobs:
3030
uses: storyprotocol/gha-workflows/.github/workflows/reusable-build-integration-test-workflow.yml@main
3131
with:
3232
sha: ${{ github.sha }}
33-
ENVIRONMENT: "beta-sepolia"
33+
ENVIRONMENT: "odyssey"
3434
secrets:
3535
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
3636
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

.github/workflows/publish-package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# and the event triggering the workflow is a push
121121
if: ${{ (needs.fail_if_version_is_same.outputs.is_publish_core_sdk == 'true' || needs.fail_if_version_is_same.outputs.is_publish_react_sdk == 'true') && github.event_name == 'push' }}
122122
runs-on: ubuntu-latest
123-
environment: "beta-sepolia"
123+
environment: "odyssey"
124124
env:
125125
WALLET_PRIVATE_KEY: ${{ secrets.WALLET_PRIVATE_KEY }}
126126
TEST_WALLET_ADDRESS: ${{ secrets.TEST_WALLET_ADDRESS }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "turbo run lint",
1111
"fix": "turbo run fix",
1212
"test": "turbo run test --no-cache --concurrency=1",
13-
"test:integration": "turbo run test:integration --no-cache",
13+
"test:integration": "turbo run test:integration --no-cache --filter=!@story-protocol/react-sdk",
1414
"prepare": "husky install"
1515
},
1616
"devDependencies": {

packages/core-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@story-protocol/core-sdk",
3-
"version": "1.2.0-rc.4",
3+
"version": "1.3.0-beta.1",
44
"description": "Story Protocol Core SDK",
55
"main": "dist/story-protocol-core-sdk.cjs.js",
66
"module": "dist/story-protocol-core-sdk.esm.js",

0 commit comments

Comments
 (0)