Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shonya3 committed Jul 3, 2024
1 parent 80d6f8c commit c90c33e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/perfect-clocks-agree.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# poe-custom-elements

## 0.1.0

### Minor Changes

- 4cc258a: Add divination card element
Item: highlight maxed stack size
Item: show divination card element on hover

## 0.0.1

### Patch Changes
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "poe-custom-elements",
"private": false,
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"license": "MIT",
"exports": {
Expand All @@ -21,6 +21,10 @@
"types": "./dist/elements/poe-item.d.ts",
"default": "./dist/elements/poe-item.js"
},
"./divination-card.js": {
"types": "./dist/elements/divination-card/poe-divination-card.d.ts",
"default": "./dist/elements/divination-card/poe-divination-card.js"
},
".": {
"types": "./dist/poe.types.d.ts",
"default": "./dist/poe.types.js"
Expand Down
1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
'./src/elements/item-info/poe-item-info.ts',
'./src/poe.types.ts',
'./src/elements/poe-item.ts',
'./src/elements/divination-card/poe-divination-card.ts',
],
publicDir: true,
sourcemap: true,
Expand Down

0 comments on commit c90c33e

Please sign in to comment.