@jobber/design 1.0.0-pre.3 → 1.0.0-pre.5
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 +16 -0
- package/package-lock.json +2 -3
- package/package.json +3 -5
- package/src/temp file.txt +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,22 @@ 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.5](https://github.com/GetJobber/atlantis/compare/@jobber/design@1.0.0-pre.4...@jobber/design@1.0.0-pre.5) (2023-01-25)
|
|
12
|
+
|
|
13
|
+
**Note:** Version bump only for package @jobber/design
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [1.0.0-pre.4](https://github.com/GetJobber/atlantis/compare/@jobber/design@1.0.0-pre.3...@jobber/design@1.0.0-pre.4) (2023-01-25)
|
|
20
|
+
|
|
21
|
+
**Note:** Version bump only for package @jobber/design
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
11
27
|
# [1.0.0-pre.3](https://github.com/GetJobber/atlantis/compare/@jobber/design@1.0.0-pre.2...@jobber/design@1.0.0-pre.3) (2023-01-25)
|
|
12
28
|
|
|
13
29
|
**Note:** Version bump only for package @jobber/design
|
package/package-lock.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.5",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -150,8 +150,7 @@
|
|
|
150
150
|
"@types/classnames": {
|
|
151
151
|
"version": "2.2.10",
|
|
152
152
|
"resolved": "https://registry.npmjs.org/@types/classnames/-/classnames-2.2.10.tgz",
|
|
153
|
-
"integrity": "sha512-1UzDldn9GfYYEsWWnn/P4wkTlkZDH7lDb0wBMGbtIQc9zXEQq7FlKBdZUn6OBqD8sKZZ2RQO2mAjGpXiDGoRmQ=="
|
|
154
|
-
"dev": true
|
|
153
|
+
"integrity": "sha512-1UzDldn9GfYYEsWWnn/P4wkTlkZDH7lDb0wBMGbtIQc9zXEQq7FlKBdZUn6OBqD8sKZZ2RQO2mAjGpXiDGoRmQ=="
|
|
155
154
|
},
|
|
156
155
|
"@types/color-name": {
|
|
157
156
|
"version": "1.1.1",
|
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.5",
|
|
4
4
|
"description": "Design foundation for the Jobber Atlantis Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"@jobber/fonts": "^1.0.0-pre-release.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
+
"@types/classnames": "^2.2.10",
|
|
42
43
|
"autoprefixer": "^9.5.1",
|
|
43
44
|
"classnames": "^2.2.6",
|
|
44
45
|
"css-to-react-native-transform": "^2.0.0",
|
|
@@ -60,8 +61,5 @@
|
|
|
60
61
|
"typed-css-modules": "^0.7.0",
|
|
61
62
|
"typescript": "^3.8.3"
|
|
62
63
|
},
|
|
63
|
-
"
|
|
64
|
-
"@types/classnames": "^2.2.10"
|
|
65
|
-
},
|
|
66
|
-
"gitHead": "3a70bf2aa812b83012661a6b86d09b8d75735c7d"
|
|
64
|
+
"gitHead": "0bf468a86fc9bb645c5fec9ee8bd0da79afd48d9"
|
|
67
65
|
}
|
|
File without changes
|