@jobber/generators 0.8.2 → 0.9.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.9.0](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.8.2...@jobber/generators@0.9.0) (2024-02-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * **generators:** Modifying css naming pattern in component generator to follow css modules convention [JOB-87530] ([#1751](https://github.com/GetJobber/atlantis/issues/1751)) ([8885605](https://github.com/GetJobber/atlantis/commit/8885605f2b5ffadff1e0accfea684782047f6400))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.8.2](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.8.1...@jobber/generators@0.8.2) (2023-12-01)
7
18
 
8
19
  **Note:** Version bump only for package @jobber/generators
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@jobber/generators",
3
- "version": "0.8.2",
3
+ "version": "0.9.0",
4
4
  "license": "MIT",
5
5
  "main": "index.js",
6
6
  "scripts": {},
7
7
  "dependencies": {
8
8
  "inquirer-path": "^1.0.0-beta5"
9
9
  },
10
- "gitHead": "57d527093ccd90b30d13e0cfeaac47df72e4c3eb"
10
+ "gitHead": "3856ea2d9de9e41eccd241ab17d452f311a7f123"
11
11
  }
@@ -1,6 +1,6 @@
1
1
  import React from "react";
2
2
  import classnames from "classnames";
3
- import styles from "./{{name}}.css";
3
+ import styles from "./{{name}}.module.css";
4
4
 
5
5
  interface {{name}}Props {
6
6
  /**