@micro-lc/preview 0.7.0 → 0.7.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## Unreleased
2
2
 
3
+ ## [0.7.1] - 2024-07-12
4
+
5
+ ### Changed
6
+
7
+ - Components Explorer's filter and search inverted position
8
+ - Preview is no longer displayed behind Components Explorer to avoid unwanted side effects
9
+
3
10
  ## [0.7.0] - 2024-07-09
4
11
 
5
12
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micro-lc/preview",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "module": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "dynamicImports": [
12
12
  "../../node_modules/@micro-lc/composer/dist/lib/logger/errors.js"
13
13
  ],
14
- "file": "assets/index-R8L7d4ZR.js",
14
+ "file": "assets/index-5hug6TwQ.js",
15
15
  "isEntry": true,
16
16
  "src": "index.html"
17
17
  }