@jobber/design 1.0.0-pre.7 → 1.0.0-pre.8
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 +46 -0
- package/npm-shrinkwrap.json +1 -1
- package/package.json +2 -2
- package/src/temp file.txt +0 -0
- package/src/test_file.txt +0 -0
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
|
+
# [1.0.0-pre.8](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.26.0...@jobber/design@1.0.0-pre.8) (2023-02-01)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* **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))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### BREAKING CHANGES
|
|
20
|
+
|
|
21
|
+
* **design:** 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
|
# [1.0.0-pre.7](https://github.com/GetJobber/atlantis/compare/@jobber/design@1.0.0-pre.6...@jobber/design@1.0.0-pre.7) (2023-01-25)
|
|
12
58
|
|
|
13
59
|
**Note:** Version bump only for package @jobber/design
|
package/npm-shrinkwrap.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "1.0.0-pre.
|
|
3
|
+
"version": "1.0.0-pre.8",
|
|
4
4
|
"description": "Design foundation for the Jobber Atlantis Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"typed-css-modules": "^0.7.0",
|
|
62
62
|
"typescript": "^3.8.3"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "4b9c829c5f8d15a2775c109a3b8ab841b1933c75"
|
|
65
65
|
}
|
package/src/temp file.txt
DELETED
|
File without changes
|
package/src/test_file.txt
DELETED
|
File without changes
|