@instructure/shared-types 8.31.1-snapshot-1 → 8.32.1-snapshot-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 +6 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,16 +3,19 @@
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
- ## [8.31.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.31.1-snapshot-1) (2022-11-23)
6
+ ## [8.32.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.32.0...v8.32.1-snapshot-0) (2022-11-30)
7
7
 
8
+ **Note:** Version bump only for package @instructure/shared-types
8
9
 
9
- ### Features
10
10
 
11
- * **ui-drawer-layout:** expose `overflow` css props as themeable variables ([f64159c](https://github.com/instructure/instructure-ui/commit/f64159c55dfd374c4359159dfc10963135b0e9e6))
12
11
 
13
12
 
14
13
 
14
+ # [8.32.0](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.32.0) (2022-11-23)
15
+
16
+ ### Features
15
17
 
18
+ - **ui-drawer-layout:** expose `overflow` css props as themeable variables ([f64159c](https://github.com/instructure/instructure-ui/commit/f64159c55dfd374c4359159dfc10963135b0e9e6))
16
19
 
17
20
  # [8.31.0](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.31.0) (2022-11-21)
18
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/shared-types",
3
- "version": "8.31.1-snapshot-1",
3
+ "version": "8.32.1-snapshot-0",
4
4
  "description": "Shared TypeScript typings for Instructure UI packages.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "homepage": "https://instructure.design/#shared-types",