@instructure/shared-types 8.38.1-snapshot-8 → 8.38.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 +3 -13
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -3,29 +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.38.1-snapshot-8](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1-snapshot-8) (2023-06-09)
6
+ ## [8.38.1](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1) (2023-06-13)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/shared-types
9
9
 
10
-
11
-
12
-
13
-
14
10
  # [8.38.0](https://github.com/instructure/instructure-ui/compare/v8.37.0...v8.38.0) (2023-05-15)
15
11
 
16
-
17
12
  ### Bug Fixes
18
13
 
19
- * **shared-types,ui-menu:** menu background overlapping borders ([a8262de](https://github.com/instructure/instructure-ui/commit/a8262de6e96a8a8a564d68df99e405f9f1c9299d))
20
-
14
+ - **shared-types,ui-menu:** menu background overlapping borders ([a8262de](https://github.com/instructure/instructure-ui/commit/a8262de6e96a8a8a564d68df99e405f9f1c9299d))
21
15
 
22
16
  ### Features
23
17
 
24
- * **shared-types,ui-flex:** add `gap` prop to Flex ([e1a3396](https://github.com/instructure/instructure-ui/commit/e1a3396415ade0eeb3eb7c99088506213faefe23))
25
-
26
-
27
-
28
-
18
+ - **shared-types,ui-flex:** add `gap` prop to Flex ([e1a3396](https://github.com/instructure/instructure-ui/commit/e1a3396415ade0eeb3eb7c99088506213faefe23))
29
19
 
30
20
  # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
31
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/shared-types",
3
- "version": "8.38.1-snapshot-8",
3
+ "version": "8.38.1",
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",