@carbon/grid 10.3.0-rc.2 → 10.3.0

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 +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 10.3.0 (2019-06-05)
7
+
8
+
9
+
10
+ # 10.3.0-rc.2 (2019-06-03)
11
+
12
+
13
+
14
+ # 10.3.0-rc.1 (2019-05-29)
15
+
16
+
17
+ ### Features
18
+
19
+ * **grid:** add 1:2 aspect ratio class ([#2858](https://github.com/IBM/carbon-elements/tree/master/packages/grid/issues/2858)) ([43c9446](https://github.com/IBM/carbon-elements/tree/master/packages/grid/commit/43c9446))
20
+
21
+
22
+
23
+ # 10.2.0-bridge (2019-05-13)
24
+
25
+
26
+
27
+
28
+
6
29
  ## [10.1.1](https://github.com/IBM/carbon-elements/tree/master/packages/grid/compare/v10.1.0...v10.1.1) (2019-04-13)
7
30
 
8
31
  **Note:** Version bump only for package @carbon/grid
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/grid",
3
3
  "description": "Grid for digital and software products using the Carbon Design System",
4
- "version": "10.3.0-rc.2",
4
+ "version": "10.3.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/grid",
7
7
  "bugs": "https://github.com/IBM/carbon-elements/issues",
@@ -38,5 +38,5 @@
38
38
  "sassDir": "scss",
39
39
  "needs": "^1.3.0"
40
40
  },
41
- "gitHead": "23bd656df5293b641a1186d3ee7fc69669254709"
41
+ "gitHead": "e1ff2abd982e22a1d53eeb4c95b1caa00d802595"
42
42
  }