Skip to content

Commit

Permalink
Version Packages (#2)
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 Jun 14, 2024
1 parent 46c7d7c commit f549ccc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-turkeys-build.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @itemconsulting/details-animated

## 0.0.2

### Patch Changes

- 46c7d7c: Added custom element AnimatedDetails
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itemconsulting/details-animated",
"license": "MIT",
"version": "0.0.1",
"version": "0.0.2",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"private": false,
Expand All @@ -12,7 +12,12 @@
"release": "pnpm run build && changeset publish",
"lint": "tsc"
},
"files": ["dist", "README.md", "LICENSE", "tsconfig.json"],
"files": [
"dist",
"README.md",
"LICENSE",
"tsconfig.json"
],
"devDependencies": {
"@changesets/cli": "^2.26.0",
"tsup": "^8.1.0",
Expand Down

0 comments on commit f549ccc

Please sign in to comment.