@loomhq/lens 10.63.5 → 10.63.6
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.
- package/README.md +6 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,14 +60,16 @@ navigate to: http://localhost:3000
|
|
|
60
60
|
|
|
61
61
|
## Contributing
|
|
62
62
|
|
|
63
|
+
Please surface any urgent pull requests in [#lens-designsystem](https://useloom.slack.com/archives/CJ52CKB27).
|
|
64
|
+
|
|
63
65
|
### Use conventional commits
|
|
64
66
|
|
|
65
67
|
Use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to kick off publishing a new version of Lens when PR is merged.
|
|
66
68
|
|
|
67
|
-
|
|
68
69
|
### Upgrading Lens versions
|
|
69
70
|
|
|
70
71
|
#### loom
|
|
72
|
+
|
|
71
73
|
From the root of the [main Loom repo](http://github.com/loomhq/loom)
|
|
72
74
|
|
|
73
75
|
1. Move into the webapp-client directory.
|
|
@@ -83,6 +85,7 @@ pnpm up @loomhq/lens
|
|
|
83
85
|
```
|
|
84
86
|
|
|
85
87
|
3. From the root, fix dependencies and upgrade Lens globally
|
|
88
|
+
|
|
86
89
|
```
|
|
87
90
|
cd ... && pnpm deps:fix && pnpm i
|
|
88
91
|
```
|
|
@@ -104,13 +107,13 @@ pnpm changeset
|
|
|
104
107
|
6. Skip major bump. Hit Enter to bypass.
|
|
105
108
|
|
|
106
109
|
```
|
|
107
|
-
🦋 Which packages should have a major bump? …
|
|
110
|
+
🦋 Which packages should have a major bump? …
|
|
108
111
|
```
|
|
109
112
|
|
|
110
113
|
7. Skip minor bump. Hit Enter to bypass.
|
|
111
114
|
|
|
112
115
|
```
|
|
113
|
-
🦋 Which packages should have a minor bump? …
|
|
116
|
+
🦋 Which packages should have a minor bump? …
|
|
114
117
|
```
|
|
115
118
|
|
|
116
119
|
8. For patch bump, you will be prompted to write a description.
|