ropav 0.8.0 → 0.8.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,4 +1,4 @@
1
1
  //#region src/version.ts
2
- var ROPAV_VERSION = "0.7.0";
2
+ var ROPAV_VERSION = "0.8.1";
3
3
  //#endregion
4
4
  export { ROPAV_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ropav",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "🚀 Beautiful and modern Vue UI library built with Vapor Mode and Tailwind CSS 4.0.",
5
5
  "keywords": [
6
6
  "components",
@@ -416,7 +416,7 @@
416
416
  "@internationalized/date": "3.12.4",
417
417
  "@internationalized/number": "3.6.8",
418
418
  "@internationalized/string": "3.2.10",
419
- "@ropav/styles": "0.8.0"
419
+ "@ropav/styles": "0.8.1"
420
420
  },
421
421
  "peerDependencies": {
422
422
  "tailwindcss": ">=4.0.0",