Skip to content

Commit

Permalink
Bump @acusti/date-picker + @acusti/dropdown
Browse files Browse the repository at this point in the history
changes include:
• updated @acusti/styling dependency string to ^1.0.0-0, which solves react server hydration mismatches and adds support for CSS minification and normalization
• adapted usage of <Style> component to include a human-friendly unique props.href identifier
  • Loading branch information
acusti committed Sep 2, 2024
1 parent b9ef258 commit 9a93daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/date-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/date-picker",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acusti/dropdown",
"version": "0.40.1",
"version": "0.41.0",
"type": "module",
"sideEffects": false,
"exports": "./dist/Dropdown.js",
Expand Down

0 comments on commit 9a93daa

Please sign in to comment.