cognite-create 0.2.42 → 0.2.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cognite-create",
3
- "version": "0.2.42",
3
+ "version": "0.2.43",
4
4
  "description": "Create a Next.js app preconfigured with Cognite defaults.",
5
5
  "bin": {
6
6
  "cognite-create": "./bin/index.js"
@@ -79,4 +79,6 @@ src/components/ui/cognite/select.tsx (107:5) @ SelectItem
79
79
 
80
80
  > 107 | <SelectPrimitive.Item
81
81
 
82
- Use React best practices when calling useEffect, make sure we are using useMemo and useCallback effectively to avoid re-renders.
82
+ Use React best practices when calling useEffect, make sure we are using useMemo and useCallback effectively to avoid re-renders.
83
+
84
+ Run the lint command after any changes to ensure code quality.