@jobber/generators 0.10.1 → 0.10.3-SCOTTTHd.31
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.10.2](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.10.1...@jobber/generators@0.10.2) (2024-07-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Reverts
|
|
10
|
+
|
|
11
|
+
* revert: "feat: Storybook7 Upgrade" ([#1956](https://github.com/GetJobber/atlantis/issues/1956)) ([1e82e48](https://github.com/GetJobber/atlantis/commit/1e82e48f69d4fa8a8d2db46daba6dcf3b6d87111)), closes [#1952](https://github.com/GetJobber/atlantis/issues/1952) [#1953](https://github.com/GetJobber/atlantis/issues/1953) [#1957](https://github.com/GetJobber/atlantis/issues/1957)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.10.1](https://github.com/GetJobber/atlantis/compare/@jobber/generators@0.10.0...@jobber/generators@0.10.1) (2024-07-08)
|
|
7
18
|
|
|
8
19
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/generators",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3-SCOTTTHd.31+15d0374e",
|
|
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": "
|
|
10
|
+
"gitHead": "15d0374ed8f1863dbae171f3b6fc998e0be0097c"
|
|
11
11
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Meta } from "@storybook/addon-docs";
|
|
2
|
-
import { Figma } from "storybook
|
|
2
|
+
import { Figma } from "@storybook/addon-designs/blocks";
|
|
3
3
|
|
|
4
4
|
# {{ titleCase name }}
|
|
5
5
|
|
|
@@ -24,7 +24,7 @@ The {{name}} will... _Add a brief description of the design and usage of the com
|
|
|
24
24
|
What type of content does this component present (documents, text, images, other components)?
|
|
25
25
|
What is the recommended, or expected, amount of content? What is the components’ behaviour when
|
|
26
26
|
the provided content diverges from what is expected (image aspect ratio, amount of text, video
|
|
27
|
-
vs audio, filesize)? Are there any important references to the [Product Vocabulary](https://atlantis.getjobber.com/?path=/docs/content-product-vocabulary--
|
|
27
|
+
vs audio, filesize)? Are there any important references to the [Product Vocabulary](https://atlantis.getjobber.com/?path=/docs/content-product-vocabulary--docs)
|
|
28
28
|
that should be made regarding this component? What happens when content is unavailable or unreliable
|
|
29
29
|
(poor connection, empty states, flaky GPS data?)
|
|
30
30
|
-->
|