@carbon/grid 11.23.0 → 11.24.0-rc.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -30,7 +30,7 @@ You can then include the grid by doing the following in your Sass files:
30
30
  ## Usage
31
31
 
32
32
  _More examples and documentation can be found on this
33
- [live demo website](https://carbon-elements.netlify.com/grid/examples/preview/)._
33
+ [live demo website](https://carbon-elements.netlify.app/grid/examples/preview/)._
34
34
 
35
35
  `@carbon/grid` has three primitive class types to use in order to structure your
36
36
  application. They include:
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": "11.23.0",
4
+ "version": "11.24.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -35,11 +35,11 @@
35
35
  "postinstall": "ibmtelemetry --config=telemetry.yml"
36
36
  },
37
37
  "dependencies": {
38
- "@carbon/layout": "^11.22.0",
38
+ "@carbon/layout": "^11.23.0-rc.0",
39
39
  "@ibm/telemetry-js": "^1.5.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@carbon/cli": "^11.17.0",
42
+ "@carbon/cli": "^11.18.0-rc.0",
43
43
  "rimraf": "^5.0.0"
44
44
  },
45
45
  "eyeglass": {
@@ -48,5 +48,5 @@
48
48
  "sassDir": "scss",
49
49
  "needs": "^1.3.0"
50
50
  },
51
- "gitHead": "e4922a44b2110b9dcb71da21ff6c0c9bb95610e0"
51
+ "gitHead": "3931acee4fc6da9481e5bef55ea6347a4b10e2fb"
52
52
  }