@jobber/design 0.29.1 → 0.29.3

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 CHANGED
@@ -1,13 +1,24 @@
1
- ---
2
- name: Design
3
- menu: Changelog
4
- ---
5
-
6
- # @jobber/design: Change Log
1
+ # Change Log
7
2
 
8
3
  All notable changes to this project will be documented in this file.
9
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
10
5
 
6
+ ## [0.29.3](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.29.2...@jobber/design@0.29.3) (2023-02-28)
7
+
8
+ **Note:** Version bump only for package @jobber/design
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.29.2](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.29.1...@jobber/design@0.29.2) (2023-02-27)
15
+
16
+ **Note:** Version bump only for package @jobber/design
17
+
18
+
19
+
20
+
21
+
11
22
  ## [0.29.1](https://github.com/GetJobber/atlantis/compare/@jobber/design@0.29.0...@jobber/design@0.29.1) (2023-02-24)
12
23
 
13
24
  **Note:** Version bump only for package @jobber/design
package/README.mdx CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- name: Design
3
- menu: Packages
4
- route: /packages/design
5
- ---
6
-
7
1
  # Foundation
8
2
 
9
3
  Foundational colors and rhythm for the Jobber Atlantis Design System
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.29.1",
3
+ "version": "0.29.3",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -56,5 +56,5 @@
56
56
  "typed-css-modules": "^0.7.0",
57
57
  "typescript": "^3.8.3"
58
58
  },
59
- "gitHead": "1721cceed6e6f141beb75cc4a5c79fa519e9bbc5"
59
+ "gitHead": "bb90f77e6a841ec59113b3a7931ff13039e7d9f5"
60
60
  }