Skip to content

Commit

Permalink
chore: Publish v4 sdk (#10927)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->


<!-- start pr-codex -->

---

## PR-Codex overview
This PR focuses on publishing the `@pancakeswap/v4-sdk` package,
changing its visibility from private to public and updating its
metadata.

### Detailed summary
- Updated `package.json` for `@pancakeswap/v4-sdk`:
  - Changed `"private"` from `true` to `false`.
  - Modified `publishConfig` to set `"access"` to `public`.
  - Updated `keywords` by replacing `"bsc"` with `"v4"`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
chefjackson authored Nov 8, 2024
1 parent 2857787 commit 6a9fd57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-pianos-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@pancakeswap/v4-sdk': patch
---

Publish V4 SDK
3 changes: 1 addition & 2 deletions packages/v4-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@pancakeswap/v4-sdk",
"license": "MIT",
"private": true,
"publishConfig": {
"access": "public"
},
Expand All @@ -12,7 +11,7 @@
],
"keywords": [
"pancakeswap",
"bsc"
"v4"
],
"sideEffects": false,
"main": "dist/index.js",
Expand Down

0 comments on commit 6a9fd57

Please sign in to comment.