@khanacademy/wonder-blocks-cell 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -6
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # @khanacademy/wonder-blocks-cell
2
2
 
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [901bfe82]
8
+ - @khanacademy/wonder-blocks-clickable@2.2.2
9
+
3
10
  ## 1.0.0
11
+
4
12
  ### Major Changes
5
13
 
6
- - dc6c5f05: Add DetailCell component
14
+ - dc6c5f05: Add DetailCell component
7
15
 
8
16
  ### Minor Changes
9
17
 
10
- - dc6c5f05: Add horizontalRule, style and testId to BasicCell
11
- - dc6c5f05: Add BasicCell and also title, leftAccessory, rightAccessory props
12
- - dc6c5f05: Add states (active, disabled, hovered, focused, pressed), onClick and aria-label
13
- - dc6c5f05: Adds `wonder-blocks-cell` package
18
+ - dc6c5f05: Add horizontalRule, style and testId to BasicCell
19
+ - dc6c5f05: Add BasicCell and also title, leftAccessory, rightAccessory props
20
+ - dc6c5f05: Add states (active, disabled, hovered, focused, pressed), onClick and aria-label
21
+ - dc6c5f05: Adds `wonder-blocks-cell` package
14
22
 
15
23
  ### Patch Changes
16
24
 
17
- - 2855fa1f: Add WB layout as a dependency
25
+ - 2855fa1f: Add WB layout as a dependency
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-cell",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.16.3",
17
- "@khanacademy/wonder-blocks-clickable": "^2.2.1",
17
+ "@khanacademy/wonder-blocks-clickable": "^2.2.2",
18
18
  "@khanacademy/wonder-blocks-color": "^1.1.20",
19
19
  "@khanacademy/wonder-blocks-core": "^4.2.0",
20
20
  "@khanacademy/wonder-blocks-layout": "^1.4.6",