@jobber/generators 0.5.1 → 0.6.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
@@ -8,6 +8,52 @@ 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.6.0](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.5.1...@jobber/generators@0.6.0) (2023-02-07)
12
+
13
+
14
+ ### Features
15
+
16
+ * **components, design, build:** Atlantis typography feature branch ([#1021](https://github.com/GetJobber/atlantis/issues/1021)) ([15d5eba](https://github.com/GetJobber/atlantis/commit/15d5eba545096c122e238cec018abf0a00d04748)), closes [#976](https://github.com/GetJobber/atlantis/issues/976) [#978](https://github.com/GetJobber/atlantis/issues/978) [#985](https://github.com/GetJobber/atlantis/issues/985) [#950](https://github.com/GetJobber/atlantis/issues/950) [#953](https://github.com/GetJobber/atlantis/issues/953) [#960](https://github.com/GetJobber/atlantis/issues/960) [#963](https://github.com/GetJobber/atlantis/issues/963) [#890](https://github.com/GetJobber/atlantis/issues/890) [#964](https://github.com/GetJobber/atlantis/issues/964) [#954](https://github.com/GetJobber/atlantis/issues/954) [#968](https://github.com/GetJobber/atlantis/issues/968) [#959](https://github.com/GetJobber/atlantis/issues/959) [#972](https://github.com/GetJobber/atlantis/issues/972) [#973](https://github.com/GetJobber/atlantis/issues/973) [#975](https://github.com/GetJobber/atlantis/issues/975) [#974](https://github.com/GetJobber/atlantis/issues/974) [#979](https://github.com/GetJobber/atlantis/issues/979) [#971](https://github.com/GetJobber/atlantis/issues/971) [#983](https://github.com/GetJobber/atlantis/issues/983) [#986](https://github.com/GetJobber/atlantis/issues/986) [#952](https://github.com/GetJobber/atlantis/issues/952) [#988](https://github.com/GetJobber/atlantis/issues/988) [#990](https://github.com/GetJobber/atlantis/issues/990) [#993](https://github.com/GetJobber/atlantis/issues/993) [#989](https://github.com/GetJobber/atlantis/issues/989) [#992](https://github.com/GetJobber/atlantis/issues/992) [#995](https://github.com/GetJobber/atlantis/issues/995) [#994](https://github.com/GetJobber/atlantis/issues/994) [#996](https://github.com/GetJobber/atlantis/issues/996) [#991](https://github.com/GetJobber/atlantis/issues/991) [#1000](https://github.com/GetJobber/atlantis/issues/1000) [#998](https://github.com/GetJobber/atlantis/issues/998) [#1001](https://github.com/GetJobber/atlantis/issues/1001) [#1006](https://github.com/GetJobber/atlantis/issues/1006) [#1009](https://github.com/GetJobber/atlantis/issues/1009) [#1014](https://github.com/GetJobber/atlantis/issues/1014) [#1017](https://github.com/GetJobber/atlantis/issues/1017)
17
+
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ * **components, design, build:** Added Jobber Fonts support
22
+
23
+ * Remove file that was needed for major bump in design
24
+
25
+ * Revert "update button styles"
26
+
27
+ This reverts commit d5278133003f4f770af56d583ef104b5abc8b886.
28
+
29
+ * Remove unneeded logging
30
+
31
+ * Update install instructions for non-jobber developers
32
+
33
+ * Changed how package works when being installed to better support non jobber devs.
34
+
35
+ * Use variables in docz instead of a string
36
+
37
+ * Remove change that caused failures for Jobber people
38
+
39
+ * Moved script location
40
+
41
+ * Maybe fix cloudflare builds. Hopefully
42
+
43
+ * Update README.md
44
+
45
+ * Updated prerelease docs.
46
+ Verify fonts aren't bundled with pre-releases.
47
+
48
+ * rebuild cloudflare
49
+
50
+ Co-authored-by: Chris Murray <39704901+chris-at-jobber@users.noreply.github.com>
51
+ Co-authored-by: Michael Paradis <michael.p@getjobber.com>
52
+
53
+
54
+
55
+
56
+
11
57
  ## [0.5.1](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.5.0...@jobber/generators@0.5.1) (2021-12-23)
12
58
 
13
59
  **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.5.1",
3
+ "version": "0.6.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": "445dbcbf63362e1d8b6e03d23e6089cb66768fc2"
10
+ "gitHead": "3221cfb57c036d3cc651cb0eba3dd642554dc02b"
11
11
  }
@@ -38,7 +38,7 @@ import { {{ name }} } from "@jobber/components/{{ name }}";
38
38
  See `Button.mdx` for a good example of this.
39
39
  -->
40
40
 
41
- ## Usage Guidelines
41
+ ## Usage guidelines
42
42
 
43
43
  The `<{{name}}>` will... _Add a brief description of the component_
44
44
 
@@ -52,7 +52,7 @@ The `<{{name}}>` will... _Add a brief description of the component_
52
52
  that have a green background and white text”).
53
53
  -->
54
54
 
55
- ## Content Guidelines
55
+ ## Content guidelines
56
56
 
57
57
  <!--
58
58
  What type of content does this component present (documents, text, images, other components)?