@loomhq/lens 10.66.0 → 10.66.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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,6 +90,8 @@ pnpm up @loomhq/lens
90
90
  cd ... && pnpm deps:fix && pnpm i
91
91
  ```
92
92
 
93
+ > Issue: If you're still having issues accessing new imports or code features from Lens after the above commands, `make clean-node-deps` in root of the repo and then reinstall everything with `pnpm i`.
94
+
93
95
  4. Run changesets so that it generates the necessary `.md` file for release.
94
96
 
95
97
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "10.66.0",
3
+ "version": "10.66.1",
4
4
  "scripts": {
5
5
  "dev": "next",
6
6
  "build:next": "next build",