Skip to content

Commit

Permalink
chore(release): publish %s
Browse files Browse the repository at this point in the history
 - @sundaeswap/core@1.0.1
 - @sundaeswap/taste-test@1.0.1
 - @sundaeswap/yield-farming@1.0.1
  • Loading branch information
cjkoepke committed Feb 14, 2024
1 parent 14af806 commit 490d270
Show file tree
Hide file tree
Showing 7 changed files with 189 additions and 177 deletions.
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.

## [1.0.1](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/core@1.0.0-beta.2...@sundaeswap/core@1.0.1) (2024-02-14)

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

# [1.0.0-beta.33](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/core-private@1.0.0-beta.32...@sundaeswap/core-private@1.0.0-beta.33) (2024-02-06)

**Note:** Version bump only for package @sundaeswap/core-private
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/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "The official SundaeSwap protocol SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/taste-test/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.

## [1.0.1](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/taste-test@1.0.0-alpha.8...@sundaeswap/taste-test@1.0.1) (2024-02-14)

**Note:** Version bump only for package @sundaeswap/taste-test

# [1.0.0-beta.31](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/taste-test-private@1.0.0-beta.30...@sundaeswap/taste-test-private@1.0.0-beta.31) (2024-02-06)

**Note:** Version bump only for package @sundaeswap/taste-test-private
Expand Down
4 changes: 2 additions & 2 deletions packages/taste-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundaeswap/taste-test",
"version": "1.0.0",
"version": "1.0.1",
"description": "The official SundaeSwap Taste Test SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"docs:ci": "yarn docs --unsafe"
},
"devDependencies": {
"@sundaeswap/core": "^1.0.0",
"@sundaeswap/core": "^1.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^28.1.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/yield-farming/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.

## 1.0.1 (2024-02-14)

**Note:** Version bump only for package @sundaeswap/yield-farming

# [1.0.0-beta.33](https://github.com/SundaeSwap-finance/sundae-sdk/compare/@sundaeswap/yield-farming-private@1.0.0-beta.32...@sundaeswap/yield-farming-private@1.0.0-beta.33) (2024-02-06)

**Note:** Version bump only for package @sundaeswap/yield-farming-private
Expand Down
4 changes: 2 additions & 2 deletions packages/yield-farming/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sundaeswap/yield-farming",
"version": "1.0.0",
"version": "1.0.1",
"description": "The official SundaeSwap Yield Farming SDK for clients.",
"repository": "git@github.com:SundaeSwap-finance/sundae-sdk.git",
"author": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"docs:ci": "yarn docs --unsafe"
},
"devDependencies": {
"@sundaeswap/core": "^1.0.0",
"@sundaeswap/core": "^1.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^28.1.3",
Expand Down
344 changes: 172 additions & 172 deletions test-results/jest-junit.xml

Large diffs are not rendered by default.

0 comments on commit 490d270

Please sign in to comment.