@instructure/ui-utils 8.33.1-snapshot-1 → 8.33.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -13
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,30 +3,18 @@
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.33.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v8.33.0...v8.33.1-snapshot-1) (2023-01-06)
6
+ ## [8.33.1](https://github.com/instructure/instructure-ui/compare/v8.33.0...v8.33.1) (2023-01-06)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-utils
9
9
 
10
-
11
-
12
-
13
-
14
10
  # [8.33.0](https://github.com/instructure/instructure-ui/compare/v8.32.1...v8.33.0) (2023-01-04)
15
11
 
16
12
  **Note:** Version bump only for package @instructure/ui-utils
17
13
 
18
-
19
-
20
-
21
-
22
14
  ## [8.32.1](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.32.1) (2022-12-01)
23
15
 
24
16
  **Note:** Version bump only for package @instructure/ui-utils
25
17
 
26
-
27
-
28
-
29
-
30
18
  # [8.32.0](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.32.0) (2022-11-23)
31
19
 
32
20
  **Note:** Version bump only for package @instructure/ui-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-utils",
3
- "version": "8.33.1-snapshot-1",
3
+ "version": "8.33.1",
4
4
  "description": "A collection of utilities for UI components",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "devDependencies": {
25
- "@instructure/ui-babel-preset": "8.33.1-snapshot-1",
26
- "@instructure/ui-test-utils": "8.33.1-snapshot-1",
25
+ "@instructure/ui-babel-preset": "8.33.1",
26
+ "@instructure/ui-test-utils": "8.33.1",
27
27
  "@types/json-stable-stringify": "^1.0.1"
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.13.10",
31
- "@instructure/console": "8.33.1-snapshot-1",
32
- "@instructure/ui-dom-utils": "8.33.1-snapshot-1",
31
+ "@instructure/console": "8.33.1",
32
+ "@instructure/ui-dom-utils": "8.33.1",
33
33
  "bowser": "^1.9.4",
34
34
  "fast-deep-equal": "^3",
35
35
  "json-stable-stringify": "^1.0.1",