@jobber/generators 0.5.1-pre.151 → 0.5.2-pre.156

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
@@ -8,6 +8,14 @@ menu: Changelog
8
8
  All notable changes to this project will be documented in this file.
9
9
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
10
 
11
+ ## [0.5.1](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.5.0...@jobber/generators@0.5.1) (2021-12-23)
12
+
13
+ **Note:** Version bump only for package @jobber/generators
14
+
15
+
16
+
17
+
18
+
11
19
  # [0.5.0](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.4.3...@jobber/generators@0.5.0) (2021-09-03)
12
20
 
13
21
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@jobber/generators",
3
- "version": "0.5.1-pre.151+bad3e09",
3
+ "version": "0.5.2-pre.156+cffe8fe9",
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": "bad3e09cb9040dde6682244739df001deaa80820"
10
+ "gitHead": "cffe8fe90164293b44e95c97c98bb0da4c6e1734"
11
11
  }
@@ -0,0 +1,5 @@
1
+ declare const styles: {
2
+ readonly "{{camelCase name}}": string;
3
+ readonly "bold": string;
4
+ };
5
+ export = styles;
@@ -21,8 +21,7 @@ interface {{name}}Props {
21
21
  }
22
22
 
23
23
  export function {{name}}({ loud = false, text, onClick }: {{name}}Props) {
24
- const className = classnames(styles.{{ camelCase name }}, { [styles.bold]: loud });
25
- // This is a change
24
+ const className = classnames(styles.{{camelCase name}}, { [styles.bold]: loud });
26
25
 
27
26
  return (
28
27
  <div className={className} onClick={onClick}>