Skip to content

Commit

Permalink
Version Packages (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 19, 2023
1 parent 9e8104f commit 27ae5cf
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-beers-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-kiwis-wonder.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/elixir-evaluator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @mokoko/elixir-evaluator

## 0.0.3

### Patch Changes

- 21dbe42: fix swapValues index conversion
- Updated dependencies [2f5c765]
- @mokoko/elixir@0.0.3

## 0.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/elixir-evaluator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokoko/elixir-evaluator",
"version": "0.0.2",
"version": "0.0.3",
"description": "Lostark elixir value calculator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,9 +39,9 @@
"typescript": "4.9.3"
},
"dependencies": {
"@mokoko/elixir": "^0.0.2"
"@mokoko/elixir": "^0.0.3"
},
"publishConfig": {
"access": "public"
}
}
}
6 changes: 6 additions & 0 deletions packages/elixir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @mokoko/elixir

## 0.0.3

### Patch Changes

- 2f5c765: add description query

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/elixir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mokoko/elixir",
"version": "0.0.2",
"version": "0.0.3",
"description": "Lostark elixir simulation",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,14 +395,14 @@ __metadata:
version: 0.0.0-use.local
resolution: "@mokoko/elixir-evaluator@workspace:packages/elixir-evaluator"
dependencies:
"@mokoko/elixir": ^0.0.2
"@mokoko/elixir": ^0.0.3
tsm: ^2.3.0
tsup: ^6.5.0
typescript: 4.9.3
languageName: unknown
linkType: soft

"@mokoko/elixir@^0.0.2, @mokoko/elixir@workspace:packages/elixir":
"@mokoko/elixir@^0.0.3, @mokoko/elixir@workspace:packages/elixir":
version: 0.0.0-use.local
resolution: "@mokoko/elixir@workspace:packages/elixir"
dependencies:
Expand Down

0 comments on commit 27ae5cf

Please sign in to comment.