Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 23, 2024
1 parent 82442da commit 2616105
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.1.0](https://github.com/TeXmeijin/ui-npm-package-template/compare/v1.0.1...v1.1.0) (2024-03-23)


### Features

* 🎸 add bundle analysis ([98c9b9f](https://github.com/TeXmeijin/ui-npm-package-template/commit/98c9b9fc9b98a56e88ca525295de3be568cc55ab))
* 🎸 css variable to tailwind config ([ab5c071](https://github.com/TeXmeijin/ui-npm-package-template/commit/ab5c07129e9c3eba8d7f5118fe18d054df2b4208))
* 🎸 example next app ([6ffb881](https://github.com/TeXmeijin/ui-npm-package-template/commit/6ffb881ebfbac95edd813c31e31f5f4cc5ef29ae))


### Bug Fixes

* 🐛 npmpignore ([82442da](https://github.com/TeXmeijin/ui-npm-package-template/commit/82442da074055b76e746a6407ec2d2b655f53f75))
* 🐛 preflight path ([02965c6](https://github.com/TeXmeijin/ui-npm-package-template/commit/02965c6732a78bc40ebe29686d2c61b02b64d25d))

## [1.0.1](https://github.com/TeXmeijin/ui-npm-package-template/compare/v1.0.0...v1.0.1) (2024-02-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@texmeijin/meijin-ui",
"version": "0.0.2",
"version": "1.1.0",
"description": "UI Components and Utils built with React.",
"sideEffects": false,
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit 2616105

Please sign in to comment.