Skip to content

Commit

Permalink
chore: 0.2.2-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanssen0 committed Aug 21, 2024
1 parent 51f978c commit a781037
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/poor-pumpkins-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@spore-sdk/core': patch
---

fix: injectNeededCapacity rare border capacity issue (#133)
6 changes: 4 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"mode": "pre",
"tag": "beta",
"tag": "alpha",
"initialVersions": {
"@spore-sdk/core": "0.1.0"
"@spore-sdk/core": "0.2.1"
},
"changesets": [
"early-snakes-tan",
Expand All @@ -12,11 +12,13 @@
"honest-rice-vanish",
"itchy-goats-beam",
"itchy-plants-kick",
"khaki-elephants-behave",
"kind-donkeys-lick",
"long-lobsters-walk",
"nine-bottles-report",
"old-oranges-invite",
"polite-donuts-begin",
"poor-pumpkins-learn",
"pretty-lobsters-count",
"proud-phones-camp",
"rare-coins-notice",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @spore-sdk/core

## 0.2.2-alpha.0

### Patch Changes

- cfaef44: fix vulnerability in getSporeById interface
- fix: injectNeededCapacity rare border capacity issue (#133)

## 0.2.1

### Minor Changes
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": "@spore-sdk/core",
"version": "0.2.1",
"version": "0.2.2-alpha.0",
"license": "MIT",
"scripts": {
"test": "vitest",
Expand Down

0 comments on commit a781037

Please sign in to comment.