@obosbbl/grunnmuren-react 1.12.1 → 1.12.3

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 CHANGED
@@ -31,3 +31,15 @@ Finally, start up development server from this folder
31
31
  ```
32
32
  pnpm dev
33
33
  ```
34
+
35
+ ### Changeset
36
+
37
+ All updates should be marked with a changeset.
38
+
39
+ In the root folder, run
40
+
41
+ ```
42
+ pnpm changeset
43
+ ```
44
+
45
+ an followed the steps.