@micro-lc/preview 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## Unreleased
2
2
 
3
+ ## [0.7.2] - 2024-07-19
4
+
5
+ ### Changed
6
+
7
+ - UI improvements
8
+
3
9
  ## [0.7.1] - 2024-07-12
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micro-lc/preview",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "module": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -6,12 +6,12 @@
6
6
  },
7
7
  "index.html": {
8
8
  "css": [
9
- "assets/index-AYPpxqPP.css"
9
+ "assets/index-_9UZNNtx.css"
10
10
  ],
11
11
  "dynamicImports": [
12
12
  "../../node_modules/@micro-lc/composer/dist/lib/logger/errors.js"
13
13
  ],
14
- "file": "assets/index-5hug6TwQ.js",
14
+ "file": "assets/index-41dJWVFW.js",
15
15
  "isEntry": true,
16
16
  "src": "index.html"
17
17
  }