Skip to content

Commit

Permalink
chore(release): publish v0.2.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
🤖github-actions🍦 committed Feb 14, 2023
1 parent 00729d0 commit 3320cca
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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.

# [0.2.0-alpha.3](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.2...v0.2.0-alpha.3) (2023-02-14)

### Features

- **cancel:** adds cancellation ([7b68059](https://github.com/SundaeSwap-finance/sundae-sdk/commit/7b680594e3270241074e384fbbd3c189b4a08916))

# [0.2.0-alpha.2](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.1...v0.2.0-alpha.2) (2023-02-08)

### Features
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.2",
"version": "0.2.0-alpha.3",
"npmClient": "yarn",
"ignore": "demo",
"ignoreChanges": [
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.

# [0.2.0-alpha.3](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.2...v0.2.0-alpha.3) (2023-02-14)

### Features

- **cancel:** adds cancellation ([7b68059](https://github.com/SundaeSwap-finance/sundae-sdk/commit/7b680594e3270241074e384fbbd3c189b4a08916))

# [0.2.0-alpha.2](https://github.com/SundaeSwap-finance/sundae-sdk/compare/v0.2.0-alpha.1...v0.2.0-alpha.2) (2023-02-08)

### Features
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": "0.2.0-alpha.2",
"version": "0.2.0-alpha.3",
"description": "The official SundaeSwap protocol SDK for clients.",
"repository": "[email protected]:SundaeSwap-finance/sundae-sdk.git",
"type": "module",
Expand Down

0 comments on commit 3320cca

Please sign in to comment.