@jobber/design 0.28.2 → 0.28.3-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.
- package/CHANGELOG.md +16 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +2 -2
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
|
+
## [0.28.3-pre.1](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.28.3-pre.0...@jobber/design@0.28.3-pre.1) (2023-02-10)
|
|
12
|
+
|
|
13
|
+
**Note:** Version bump only for package @jobber/design
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [0.28.3-pre.0](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.28.2...@jobber/design@0.28.3-pre.0) (2023-02-10)
|
|
20
|
+
|
|
21
|
+
**Note:** Version bump only for package @jobber/design
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
11
27
|
## [0.28.2](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.28.1...@jobber/design@0.28.2) (2023-02-10)
|
|
12
28
|
|
|
13
29
|
**Note:** Version bump only for package @jobber/design
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.3-pre.0",
|
|
4
4
|
"lockfileVersion": 1,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"dependencies": {
|
|
@@ -7773,7 +7773,7 @@
|
|
|
7773
7773
|
"strip-bom": {
|
|
7774
7774
|
"version": "3.0.0",
|
|
7775
7775
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
|
|
7776
|
-
"integrity": "
|
|
7776
|
+
"integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
|
|
7777
7777
|
"optional": true
|
|
7778
7778
|
},
|
|
7779
7779
|
"strip-eof": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/design",
|
|
3
|
-
"version": "0.28.
|
|
3
|
+
"version": "0.28.3-pre.1",
|
|
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": "6ae8322cf73b376c0be4d64baca6fa3307a4ff29"
|
|
65
65
|
}
|