Skip to content

Commit

Permalink
chore(listbox-button): 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
saiponnada committed Feb 9, 2024
1 parent 51e6564 commit 15cfa66
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 106 deletions.
124 changes: 46 additions & 78 deletions docs/makeup-listbox-button/index.min.js

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

2 changes: 1 addition & 1 deletion docs/makeup-listbox-button/index.min.js.map

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions packages/makeup-listbox-button/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/makeup-listbox-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "makeup-listbox-button",
"description": "A JavaScript class representing an ARIA listbox button",
"version": "0.4.1",
"version": "0.4.2",
"main": "./dist/cjs/index.js",
"module": "./dist/mjs/index.js",
"exports": {
Expand All @@ -20,8 +20,8 @@
"clean": "rimraf *.log .DS_Store"
},
"dependencies": {
"makeup-expander": "~0.10.0",
"makeup-listbox": "~0.3.0"
"makeup-expander": "~0.10.1",
"makeup-listbox": "~0.3.2"
},
"files": [
"browser.json",
Expand Down

0 comments on commit 15cfa66

Please sign in to comment.