@ulu/frontend 0.1.0-beta.79 → 0.1.0-beta.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.1.0-beta.80
4
+
5
+ - Update @ulu/utils
6
+
3
7
  ## 0.1.0-beta.79
4
8
 
5
9
  - **js/ui/dialog.js**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulu/frontend",
3
- "version": "0.1.0-beta.79",
3
+ "version": "0.1.0-beta.80",
4
4
  "description": "A versatile SCSS and JavaScript component library offering configurable, accessible components and flexible integration into any project, with SCSS modules suitable for modern JS frameworks.",
5
5
  "browser": "js/index.js",
6
6
  "main": "index.js",
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "dependencies": {
100
100
  "@floating-ui/dom": "^1.6.5",
101
- "@ulu/utils": "^0.0.29",
101
+ "@ulu/utils": "^0.0.30",
102
102
  "ally.js": "^1.4.1",
103
103
  "aria-tablist": "^1.2.2",
104
104
  "swipe-listener" : "^1.3.0"