Skip to content

Commit

Permalink
Merge pull request #35 from liuxian496/developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
liuxian496 authored Apr 12, 2024
2 parents aa37545 + 49a7c28 commit d2dce97
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.8.6](https://github.com/liuxian496/litten/compare/v0.8.5...v0.8.6) (2024-04-12)



## [0.8.5](https://github.com/liuxian496/litten/compare/v0.8.4...v0.8.5) (2024-03-25)


Expand Down
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"name": "litten",
"version": "0.8.5",
"version": "0.8.6",
"private": false,
"main": "build/index.js",
"module": "build/index.esm.js",
"module": "build.index.mjs",
"types": "build/types/index.d.ts",
"files": [
"build"
],
"keywords": [
"react",
"javascript",
"less",
"components",
"typescript",
"ui-components"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit d2dce97

Please sign in to comment.