@masaraxui/react 1.1.0 → 1.1.1

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/dist/version.js +1 -1
  2. package/package.json +2 -2
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // This file is generated during the build process
2
2
  // It will be replaced with the actual version from package.json
3
- const MASARAXUI_VERSION = "1.1.0";
3
+ const MASARAXUI_VERSION = "1.1.1";
4
4
 
5
5
  export { MASARAXUI_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masaraxui/react",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "🚀 Beautiful and modern React UI library",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -400,7 +400,7 @@
400
400
  "react-aria-components": "1.16.0",
401
401
  "tailwind-merge": "3.4.0",
402
402
  "tailwind-variants": "3.2.2",
403
- "@masaraxui/styles": "1.1.0"
403
+ "@masaraxui/styles": "1.1.1"
404
404
  },
405
405
  "peerDependencies": {
406
406
  "react": ">=19.0.0",