Skip to content

Commit

Permalink
chore(release): v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Mar 30, 2023
1 parent 4b8b4a9 commit cfa3f29
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.10.1](https://github.com/Siumauricio/rippleui/compare/v1.10.0...v1.10.1) (2023-03-30)


### Refactor

* remove default font ([4b8b4a9](https://github.com/Siumauricio/rippleui/commit/4b8b4a914a6aafae2d5f8cfa2cee7f3ab1354d45))

## [1.10.0](https://github.com/Siumauricio/rippleui/compare/v1.9.2...v1.10.0) (2023-03-20)


Expand Down
31 changes: 21 additions & 10 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "18.2.0",
"rehype-slug": "^5.1.0",
"remark-mdx-code-meta": "^2.0.0",
"rippleui": "^1.10.0",
"rippleui": "^1.10.1",
"typescript": "4.9.3"
},
"devDependencies": {
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": "rippleui",
"version": "1.10.0",
"version": "1.10.1",
"description": "Cleanest, modern and beatifull Tailwind CSS library.",
"main": "dist/js/index.js",
"types": "dist/js/types/config.types.d.ts",
Expand Down
33 changes: 23 additions & 10 deletions standalone-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion standalone-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"move-file-cli": "^3.0.0",
"pkg": "^5.8.0",
"rimraf": "^3.0.2",
"rippleui": "^1.10.0",
"rippleui": "^1.10.1",
"tailwindcss": "^3.2.4"
},
"pkg": {
Expand Down

1 comment on commit cfa3f29

@vercel
Copy link

@vercel vercel bot commented on cfa3f29 Mar 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.