Skip to content

Commit

Permalink
chore(release): publish v1.1.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖github-actions🍦 committed Aug 22, 2023
1 parent 8a3fa54 commit ce71014
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.5](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v1.1.0-alpha.4...v1.1.0-alpha.5) (2023-08-22)

### Bug Fixes

- debugger statement ([216816d](https://github.com/SundaeSwap-finance/sundae-sdk/commit/216816dbd620b8b4fbd6982646f29d1a4e33a06c))
- demo version update ([8a3fa54](https://github.com/SundaeSwap-finance/sundae-sdk/commit/8a3fa542850bbddd9e0eef14ebeb8032218aeb02))

# [1.1.0-alpha.4](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v1.0.0-alpha.3...v1.1.0-alpha.4) (2023-08-22)

**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": "1.1.0-alpha.4",
"version": "1.1.0-alpha.5",
"npmClient": "yarn",
"ignoreChanges": [
"**/__tests__/**",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0-alpha.5](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v1.1.0-alpha.4...v1.1.0-alpha.5) (2023-08-22)

### Bug Fixes

- debugger statement ([216816d](https://github.com/SundaeSwap-finance/sundae-sdk/commit/216816dbd620b8b4fbd6982646f29d1a4e33a06c))

# [1.1.0-alpha.4](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v1.0.0-alpha.3...v1.1.0-alpha.4) (2023-08-22)

**Note:** Version bump only for package @sundaeswap/sdk-core
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundaeswap/sdk-core",
"version": "1.1.0-alpha.4",
"version": "1.1.0-alpha.5",
"description": "The official SundaeSwap protocol SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down

0 comments on commit ce71014

Please sign in to comment.