@jobber/components 3.0.0-alpha.0 → 3.0.0-pre.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -8,6 +8,53 @@ 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
+ # [3.0.0-pre.0](https://github.com/GetJobber/atlantis/compare/@jobber/components@2.90.0...@jobber/components@3.0.0-pre.0) (2023-01-24)
12
+
13
+
14
+ ### Features
15
+
16
+ * **components:** Update drawer, modal and card headings ([#991](https://github.com/GetJobber/atlantis/issues/991)) ([1d9ade2](https://github.com/GetJobber/atlantis/commit/1d9ade2ec2043c0dcd7b9415409e094fcd7d27cb))
17
+ * **design:** BREAKING CHANGE: Implement new typefaces in Atlantis [JOB-46209] ([#952](https://github.com/GetJobber/atlantis/issues/952)) ([15f604c](https://github.com/GetJobber/atlantis/commit/15f604cc51ee6881a5ed9c1be01081c76cf5ce6e))
18
+
19
+
20
+ ### BREAKING CHANGES
21
+
22
+ * **design:** Added Jobber Fonts support
23
+
24
+ * Remove file that was needed for major bump in design
25
+
26
+ * Revert "update button styles"
27
+
28
+ This reverts commit d5278133003f4f770af56d583ef104b5abc8b886.
29
+
30
+ * Remove unneeded logging
31
+
32
+ * Update install instructions for non-jobber developers
33
+
34
+ * Changed how package works when being installed to better support non jobber devs.
35
+
36
+ * Use variables in docz instead of a string
37
+
38
+ * Remove change that caused failures for Jobber people
39
+
40
+ * Moved script location
41
+
42
+ * Maybe fix cloudflare builds. Hopefully
43
+
44
+ * Update README.md
45
+
46
+ * Updated prerelease docs.
47
+ Verify fonts aren't bundled with pre-releases.
48
+
49
+ * rebuild cloudflare
50
+
51
+ Co-authored-by: Chris Murray <39704901+chris-at-jobber@users.noreply.github.com>
52
+ Co-authored-by: Michael Paradis <michael.p@getjobber.com>
53
+
54
+
55
+
56
+
57
+
11
58
  # [3.0.0-alpha.0](https://github.com/GetJobber/atlantis/compare/@jobber/components@2.90.0...@jobber/components@3.0.0-alpha.0) (2023-01-24)
12
59
 
13
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "3.0.0-alpha.0",
3
+ "version": "3.0.0-pre.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "dist/*"
19
19
  ],
20
20
  "dependencies": {
21
- "@jobber/design": "^1.0.0-alpha.0",
21
+ "@jobber/design": "^1.0.0-pre.0",
22
22
  "@jobber/formatters": "^0.2.0",
23
23
  "@jobber/hooks": "^1.12.1",
24
24
  "@popperjs/core": "^2.0.6",
@@ -85,5 +85,5 @@
85
85
  "> 1%",
86
86
  "IE 10"
87
87
  ],
88
- "gitHead": "5818d50fe828e19f6800d99363d6ff8ecaeb2b89"
88
+ "gitHead": "a589325d9c64fbf1a6a4c157ded7ae68ad5eca40"
89
89
  }