Skip to content

Commit

Permalink
Publish v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
arabot-1 committed Jan 23, 2024
1 parent 593e3fa commit a766bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.0.9] - 2024-01-23

### Fixed

- Minimum `tailwindcss` version required
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/ods",
"version": "1.0.8",
"version": "1.0.9",
"description": "Implementation of the Aragon's Open Design System",
"main": "dist/index.cjs.js",
"types": "dist/types/src/index.d.ts",
Expand Down Expand Up @@ -49,8 +49,8 @@
"classnames": "^2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-merge-refs": "^2.0.0",
"react-imask": "^7.3.0"
"react-imask": "^7.3.0",
"react-merge-refs": "^2.0.0"
},
"peerDependencies": {
"tailwindcss": "^3.4.0"
Expand Down

0 comments on commit a766bd0

Please sign in to comment.