Skip to content

Commit

Permalink
feat(npm): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
githubotoro committed Dec 4, 2024
1 parent f9c17f8 commit c7b2338
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/automated-patch-release.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# royco

## 0.7.1

### Patch Changes

- f9c17f8: New SDK version @ 2024-12-04 18:36:34 UTC

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "royco",
"description": "SDK for building frontends on top of Royco Protocol",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
5 changes: 5 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ pnpm changeset version
git add .
git commit -m "feat(npm): update versions"

# Run preparation scripts
echo "Running preparation scripts..."
pnpm run prepare:market-map
pnpm run prepare:token-map

# Build the project
echo "Building project..."
if ! pnpm run build; then
Expand Down

0 comments on commit c7b2338

Please sign in to comment.