@jobber/components 3.0.0-alpha.0 → 3.0.0-pre.1

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 +55 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -8,6 +8,61 @@ 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.1](https://github.com/GetJobber/atlantis/compare/@jobber/components@3.0.0-pre.0...@jobber/components@3.0.0-pre.1) (2023-01-24)
12
+
13
+ **Note:** Version bump only for package @jobber/components
14
+
15
+
16
+
17
+
18
+
19
+ # [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)
20
+
21
+
22
+ ### Features
23
+
24
+ * **components:** Update drawer, modal and card headings ([#991](https://github.com/GetJobber/atlantis/issues/991)) ([1d9ade2](https://github.com/GetJobber/atlantis/commit/1d9ade2ec2043c0dcd7b9415409e094fcd7d27cb))
25
+ * **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))
26
+
27
+
28
+ ### BREAKING CHANGES
29
+
30
+ * **design:** Added Jobber Fonts support
31
+
32
+ * Remove file that was needed for major bump in design
33
+
34
+ * Revert "update button styles"
35
+
36
+ This reverts commit d5278133003f4f770af56d583ef104b5abc8b886.
37
+
38
+ * Remove unneeded logging
39
+
40
+ * Update install instructions for non-jobber developers
41
+
42
+ * Changed how package works when being installed to better support non jobber devs.
43
+
44
+ * Use variables in docz instead of a string
45
+
46
+ * Remove change that caused failures for Jobber people
47
+
48
+ * Moved script location
49
+
50
+ * Maybe fix cloudflare builds. Hopefully
51
+
52
+ * Update README.md
53
+
54
+ * Updated prerelease docs.
55
+ Verify fonts aren't bundled with pre-releases.
56
+
57
+ * rebuild cloudflare
58
+
59
+ Co-authored-by: Chris Murray <39704901+chris-at-jobber@users.noreply.github.com>
60
+ Co-authored-by: Michael Paradis <michael.p@getjobber.com>
61
+
62
+
63
+
64
+
65
+
11
66
  # [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
67
 
13
68
 
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.1",
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.1",
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": "f7bbcc034d0287272dc4e628484d8fa455b26d6e"
89
89
  }