Skip to content

Commit

Permalink
chore(release): publish v0.2.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖github-actions🍦 committed Jun 30, 2023
1 parent 524c962 commit fcba567
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.25](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.24...v0.2.0-alpha.25) (2023-06-30)

**Note:** Version bump only for package @sundaeswap/sdk

# [0.2.0-alpha.24](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2023-06-27)

**Note:** Version bump only for package @sundaeswap/sdk
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": true,
"useWorkspaces": true,
"version": "0.2.0-alpha.24",
"version": "0.2.0-alpha.25",
"npmClient": "yarn",
"ignoreChanges": [
"**/__tests__/**",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.2.0-alpha.25](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.24...v0.2.0-alpha.25) (2023-06-30)

**Note:** Version bump only for package @sundaeswap/sdk-core

# [0.2.0-alpha.24](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.23...v0.2.0-alpha.24) (2023-06-27)

**Note:** Version bump only for package @sundaeswap/sdk-core
Expand Down
5 changes: 2 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundaeswap/sdk-core",
"version": "0.2.0-alpha.24",
"version": "0.2.0-alpha.25",
"description": "The official SundaeSwap protocol SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down Expand Up @@ -88,6 +88,5 @@
"@sundaeswap/fraction": "^0.5.9",
"lucid-cardano": "^0.10.4"
},
"gitHead": "ddc937102065a5a581fe7affe02474c0e68ad9a0",
"dependencies": {}
"gitHead": "ddc937102065a5a581fe7affe02474c0e68ad9a0"
}

0 comments on commit fcba567

Please sign in to comment.