diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a549c3ee..5af17a650d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) +- **ui-docs-plugin:** fix favicon ([1ede99f](https://github.com/instructure/instructure-ui/commit/1ede99f)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) ### Bug Fixes diff --git a/lerna.json b/lerna.json index cc63828a99..7d63db3b71 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.14.1", - "version": "7.4.0", + "version": "7.4.1", "npmClient": "yarn", "useWorkspaces": true } diff --git a/package.json b/package.json index 7ee2947516..8d2815ac23 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "instructure-ui", "description": "A design system by Instructure Inc.", "private": true, - "version": "7.4.0", + "version": "7.4.1", "author": "Instructure, Inc. Engineering and Product Design", "repository": { "type": "git", diff --git a/packages/__docs__/CHANGELOG.md b/packages/__docs__/CHANGELOG.md index 8743f8638e..a3853a5cb9 100644 --- a/packages/__docs__/CHANGELOG.md +++ b/packages/__docs__/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **ui-docs-plugin:** fix favicon ([1ede99f](https://github.com/instructure/instructure-ui/commit/1ede99f)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package docs-app diff --git a/packages/__docs__/package.json b/packages/__docs__/package.json index 5d2ee24a0f..2127f9ed55 100644 --- a/packages/__docs__/package.json +++ b/packages/__docs__/package.json @@ -1,7 +1,7 @@ { "name": "docs-app", "private": true, - "version": "7.4.0", + "version": "7.4.1", "description": "Documentation for A UI library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "repository": { @@ -21,71 +21,71 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-polyfill-loader": "^7.4.0", - "@instructure/ui-webpack-config": "^7.4.0", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-polyfill-loader": "^7.4.1", + "@instructure/ui-webpack-config": "^7.4.1", "raw-loader": "^3.1.0", "svg-inline-loader": "^0.8.0" }, "dependencies": { - "@instructure/canvas-high-contrast-theme": "^7.4.0", - "@instructure/canvas-theme": "^7.4.0", - "@instructure/debounce": "^7.4.0", - "@instructure/instructure-theme": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-alerts": "^7.4.0", - "@instructure/ui-avatar": "^7.4.0", - "@instructure/ui-badge": "^7.4.0", - "@instructure/ui-billboard": "^7.4.0", - "@instructure/ui-breadcrumb": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-calendar": "^7.4.0", - "@instructure/ui-code-editor": "^7.4.0", - "@instructure/ui-date-input": "^7.4.0", - "@instructure/ui-dialog": "^7.4.0", - "@instructure/ui-docs-client": "^7.4.0", - "@instructure/ui-docs-plugin": "^7.4.0", - "@instructure/ui-drawer-layout": "^7.4.0", - "@instructure/ui-editable": "^7.4.0", - "@instructure/ui-expandable": "^7.4.0", - "@instructure/ui-focusable": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-img": "^7.4.0", - "@instructure/ui-menu": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-navigation": "^7.4.0", - "@instructure/ui-number-input": "^7.4.0", - "@instructure/ui-options": "^7.4.0", - "@instructure/ui-overlays": "^7.4.0", - "@instructure/ui-pages": "^7.4.0", - "@instructure/ui-pagination": "^7.4.0", - "@instructure/ui-pill": "^7.4.0", - "@instructure/ui-popover": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-range-input": "^7.4.0", - "@instructure/ui-responsive": "^7.4.0", - "@instructure/ui-select": "^7.4.0", - "@instructure/ui-selectable": "^7.4.0", - "@instructure/ui-simple-select": "^7.4.0", - "@instructure/ui-spinner": "^7.4.0", - "@instructure/ui-svg-images": "^7.4.0", - "@instructure/ui-table": "^7.4.0", - "@instructure/ui-tabs": "^7.4.0", - "@instructure/ui-tag": "^7.4.0", - "@instructure/ui-text": "^7.4.0", - "@instructure/ui-text-input": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-time-select": "^7.4.0", - "@instructure/ui-toggle-details": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-tray": "^7.4.0", - "@instructure/ui-tree-browser": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/canvas-high-contrast-theme": "^7.4.1", + "@instructure/canvas-theme": "^7.4.1", + "@instructure/debounce": "^7.4.1", + "@instructure/instructure-theme": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-alerts": "^7.4.1", + "@instructure/ui-avatar": "^7.4.1", + "@instructure/ui-badge": "^7.4.1", + "@instructure/ui-billboard": "^7.4.1", + "@instructure/ui-breadcrumb": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-calendar": "^7.4.1", + "@instructure/ui-code-editor": "^7.4.1", + "@instructure/ui-date-input": "^7.4.1", + "@instructure/ui-dialog": "^7.4.1", + "@instructure/ui-docs-client": "^7.4.1", + "@instructure/ui-docs-plugin": "^7.4.1", + "@instructure/ui-drawer-layout": "^7.4.1", + "@instructure/ui-editable": "^7.4.1", + "@instructure/ui-expandable": "^7.4.1", + "@instructure/ui-focusable": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-img": "^7.4.1", + "@instructure/ui-menu": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-navigation": "^7.4.1", + "@instructure/ui-number-input": "^7.4.1", + "@instructure/ui-options": "^7.4.1", + "@instructure/ui-overlays": "^7.4.1", + "@instructure/ui-pages": "^7.4.1", + "@instructure/ui-pagination": "^7.4.1", + "@instructure/ui-pill": "^7.4.1", + "@instructure/ui-popover": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-range-input": "^7.4.1", + "@instructure/ui-responsive": "^7.4.1", + "@instructure/ui-select": "^7.4.1", + "@instructure/ui-selectable": "^7.4.1", + "@instructure/ui-simple-select": "^7.4.1", + "@instructure/ui-spinner": "^7.4.1", + "@instructure/ui-svg-images": "^7.4.1", + "@instructure/ui-table": "^7.4.1", + "@instructure/ui-tabs": "^7.4.1", + "@instructure/ui-tag": "^7.4.1", + "@instructure/ui-text": "^7.4.1", + "@instructure/ui-text-input": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-time-select": "^7.4.1", + "@instructure/ui-toggle-details": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-tray": "^7.4.1", + "@instructure/ui-tree-browser": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "lorem-ipsum": "^1.0.6", "moment": "^2.23.0", "react": "^16.8", diff --git a/packages/__examples__/CHANGELOG.md b/packages/__examples__/CHANGELOG.md index 2a9de25c6c..f8e58e21b1 100644 --- a/packages/__examples__/CHANGELOG.md +++ b/packages/__examples__/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package docs-examples + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package docs-examples diff --git a/packages/__examples__/package.json b/packages/__examples__/package.json index 541cc74f66..dbc24853bb 100644 --- a/packages/__examples__/package.json +++ b/packages/__examples__/package.json @@ -2,7 +2,7 @@ "name": "docs-examples", "description": "UI libraries made by Instructure Inc.", "private": true, - "version": "7.4.0", + "version": "7.4.1", "author": "Instructure, Inc. Engineering and Product Design", "repository": { "type": "git", @@ -24,21 +24,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/canvas-theme": "^7.4.0", - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-component-examples": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/ui-webpack-config": "^7.4.0", + "@instructure/canvas-theme": "^7.4.1", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-component-examples": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/ui-webpack-config": "^7.4.1", "@storybook/react": "^5.2.1", "@storybook/theming": "^5.2.1", + "chromatic": "^5", "react": "^16.8", "react-dom": "^16.8", "story2sketch": "^1.7.0", - "chromatic": "^5", "webpack-merge": "^4.2.1" } } diff --git a/packages/babel-plugin-themeable-styles/CHANGELOG.md b/packages/babel-plugin-themeable-styles/CHANGELOG.md index 933177016e..fcf07cee2e 100644 --- a/packages/babel-plugin-themeable-styles/CHANGELOG.md +++ b/packages/babel-plugin-themeable-styles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/babel-plugin-themeable-styles + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/babel-plugin-themeable-styles diff --git a/packages/babel-plugin-themeable-styles/package.json b/packages/babel-plugin-themeable-styles/package.json index 8cd9baab0f..0664b4078f 100644 --- a/packages/babel-plugin-themeable-styles/package.json +++ b/packages/babel-plugin-themeable-styles/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/babel-plugin-themeable-styles", - "version": "7.4.0", + "version": "7.4.1", "description": "A babel plugin to transform CSS imports for themeable components", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -18,10 +18,10 @@ "license": "MIT", "dependencies": { "@babel/template": "^7.8.6", - "@instructure/config-loader": "^7.4.0", - "@instructure/pkg-utils": "^7.4.0", - "@instructure/postcss-themeable-styles": "^7.4.0", - "@instructure/ui-postcss-config": "^7.4.0", + "@instructure/config-loader": "^7.4.1", + "@instructure/pkg-utils": "^7.4.1", + "@instructure/postcss-themeable-styles": "^7.4.1", + "@instructure/ui-postcss-config": "^7.4.1", "css-modules-require-hook": "^4.2.3", "loader-utils": "^1.2.3", "postcss": "^7", diff --git a/packages/babel-plugin-transform-imports/CHANGELOG.md b/packages/babel-plugin-transform-imports/CHANGELOG.md index db53c58e87..de48185d14 100644 --- a/packages/babel-plugin-transform-imports/CHANGELOG.md +++ b/packages/babel-plugin-transform-imports/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/babel-plugin-transform-imports + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/babel-plugin-transform-imports diff --git a/packages/babel-plugin-transform-imports/package.json b/packages/babel-plugin-transform-imports/package.json index d7305c300f..52a8e610ae 100644 --- a/packages/babel-plugin-transform-imports/package.json +++ b/packages/babel-plugin-transform-imports/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/babel-plugin-transform-imports", - "version": "7.4.0", + "version": "7.4.1", "description": "A babel plugin made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", diff --git a/packages/browserslist-config-instui/CHANGELOG.md b/packages/browserslist-config-instui/CHANGELOG.md index a2a74076b8..4dfdb74d74 100644 --- a/packages/browserslist-config-instui/CHANGELOG.md +++ b/packages/browserslist-config-instui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/browserslist-config-instui + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/browserslist-config-instui diff --git a/packages/browserslist-config-instui/package.json b/packages/browserslist-config-instui/package.json index dfc19e4fa6..4e9352d92c 100644 --- a/packages/browserslist-config-instui/package.json +++ b/packages/browserslist-config-instui/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/browserslist-config-instui", - "version": "7.4.0", + "version": "7.4.1", "description": "A shared browserslist config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", diff --git a/packages/canvas-high-contrast-theme/CHANGELOG.md b/packages/canvas-high-contrast-theme/CHANGELOG.md index fe8519eb86..3b255fc454 100644 --- a/packages/canvas-high-contrast-theme/CHANGELOG.md +++ b/packages/canvas-high-contrast-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/canvas-high-contrast-theme diff --git a/packages/canvas-high-contrast-theme/package.json b/packages/canvas-high-contrast-theme/package.json index 60b49ae497..2250b26066 100644 --- a/packages/canvas-high-contrast-theme/package.json +++ b/packages/canvas-high-contrast-theme/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/canvas-high-contrast-theme", - "version": "7.4.0", + "version": "7.4.1", "description": "A high contrast theme for Canvas LMS made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,12 +21,12 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-theme-tokens": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0" + "@instructure/ui-theme-tokens": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/canvas-theme/CHANGELOG.md b/packages/canvas-theme/CHANGELOG.md index d4cd209bad..c02bd9f18e 100644 --- a/packages/canvas-theme/CHANGELOG.md +++ b/packages/canvas-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/canvas-theme diff --git a/packages/canvas-theme/package.json b/packages/canvas-theme/package.json index ca3351fb50..70225327a2 100644 --- a/packages/canvas-theme/package.json +++ b/packages/canvas-theme/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/canvas-theme", - "version": "7.4.0", + "version": "7.4.1", "description": "A theme for Canvas LMS made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,12 +21,12 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-theme-tokens": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0" + "@instructure/ui-theme-tokens": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/command-utils/CHANGELOG.md b/packages/command-utils/CHANGELOG.md index 11d777cd54..96a03acd4a 100644 --- a/packages/command-utils/CHANGELOG.md +++ b/packages/command-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/command-utils + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/command-utils diff --git a/packages/command-utils/package.json b/packages/command-utils/package.json index febfb63507..b3a7fb1b34 100644 --- a/packages/command-utils/package.json +++ b/packages/command-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/command-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "Node CLI utilties made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", diff --git a/packages/config-loader/CHANGELOG.md b/packages/config-loader/CHANGELOG.md index 9607c8712f..557befd58a 100644 --- a/packages/config-loader/CHANGELOG.md +++ b/packages/config-loader/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/config-loader + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/config-loader diff --git a/packages/config-loader/package.json b/packages/config-loader/package.json index 05c91abce9..a746c9ee4d 100644 --- a/packages/config-loader/package.json +++ b/packages/config-loader/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/config-loader", - "version": "7.4.0", + "version": "7.4.1", "description": "A library to load config files", "type": "commonjs", "main": "./lib/index.js", diff --git a/packages/console/CHANGELOG.md b/packages/console/CHANGELOG.md index 188592b687..fc85887f07 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/console diff --git a/packages/console/package.json b/packages/console/package.json index 429f147c36..d59c68856d 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/console", - "version": "7.4.0", + "version": "7.4.1", "description": "A babel macro made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,7 +21,7 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/helper-annotate-as-pure": "^7.8.3", diff --git a/packages/cz-lerna-changelog/CHANGELOG.md b/packages/cz-lerna-changelog/CHANGELOG.md index 9fdc7a6c53..5f49ebe5ec 100644 --- a/packages/cz-lerna-changelog/CHANGELOG.md +++ b/packages/cz-lerna-changelog/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/cz-lerna-changelog + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/cz-lerna-changelog diff --git a/packages/cz-lerna-changelog/package.json b/packages/cz-lerna-changelog/package.json index c4b11c73b8..5f88309412 100644 --- a/packages/cz-lerna-changelog/package.json +++ b/packages/cz-lerna-changelog/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/cz-lerna-changelog", - "version": "7.4.0", + "version": "7.4.1", "description": "Prompts for conventional changelog standard in a lerna environment.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,7 +17,7 @@ }, "license": "MIT", "dependencies": { - "@instructure/pkg-utils": "^7.4.0", + "@instructure/pkg-utils": "^7.4.1", "@semantic-release/commit-analyzer": "^6.3.0", "chalk": "^2.4.2", "cz-customizable": "^6.2.0", diff --git a/packages/debounce/CHANGELOG.md b/packages/debounce/CHANGELOG.md index f8c1bf13d4..43e8f6d8d5 100644 --- a/packages/debounce/CHANGELOG.md +++ b/packages/debounce/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/debounce diff --git a/packages/debounce/package.json b/packages/debounce/package.json index 89c94062a9..66c459696f 100644 --- a/packages/debounce/package.json +++ b/packages/debounce/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/debounce", - "version": "7.4.0", + "version": "7.4.1", "description": "A debounce util made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,7 +21,7 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2" diff --git a/packages/eslint-plugin-instructure-ui/CHANGELOG.md b/packages/eslint-plugin-instructure-ui/CHANGELOG.md index a75fb4322d..43a67550a0 100644 --- a/packages/eslint-plugin-instructure-ui/CHANGELOG.md +++ b/packages/eslint-plugin-instructure-ui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package eslint-plugin-instructure-ui + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package eslint-plugin-instructure-ui diff --git a/packages/eslint-plugin-instructure-ui/package.json b/packages/eslint-plugin-instructure-ui/package.json index 56ffdd2034..b3b192b068 100644 --- a/packages/eslint-plugin-instructure-ui/package.json +++ b/packages/eslint-plugin-instructure-ui/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-instructure-ui", - "version": "7.4.0", + "version": "7.4.1", "description": "An eslint configuration for Instructure UI", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,7 +17,7 @@ }, "license": "MIT", "dependencies": { - "@instructure/pkg-utils": "^7.4.0", + "@instructure/pkg-utils": "^7.4.1", "eslint-module-utils": "^2.4.1", "eslint-plugin-import": "^2.18.2" }, diff --git a/packages/instructure-theme/CHANGELOG.md b/packages/instructure-theme/CHANGELOG.md index 1beb8e26e8..ab5737aa07 100644 --- a/packages/instructure-theme/CHANGELOG.md +++ b/packages/instructure-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/instructure-theme diff --git a/packages/instructure-theme/package.json b/packages/instructure-theme/package.json index 9755de7bbc..ab7bb025b5 100644 --- a/packages/instructure-theme/package.json +++ b/packages/instructure-theme/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/instructure-theme", - "version": "7.4.0", + "version": "7.4.1", "description": "A theme for Instructure made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,12 +21,12 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-theme-tokens": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0" + "@instructure/ui-theme-tokens": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/instui-cli/CHANGELOG.md b/packages/instui-cli/CHANGELOG.md index f5807b3f1d..7619e4d4a4 100644 --- a/packages/instui-cli/CHANGELOG.md +++ b/packages/instui-cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/instui-cli + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/instui-cli diff --git a/packages/instui-cli/package.json b/packages/instui-cli/package.json index 3a6ad9ef98..eb3e2bd1c2 100644 --- a/packages/instui-cli/package.json +++ b/packages/instui-cli/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/instui-cli", - "version": "7.4.0", + "version": "7.4.1", "description": "A cli for working with Instructure UI packages", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -20,14 +20,14 @@ }, "license": "MIT", "dependencies": { - "@instructure/command-utils": "^7.4.0", - "@instructure/instui-config": "^7.4.0", - "@instructure/template-app": "^7.4.0", - "@instructure/template-component": "^7.4.0", - "@instructure/template-package": "^7.4.0", - "@instructure/ui-codemods": "^7.4.0", - "@instructure/ui-template-scripts": "^7.4.0", - "@instructure/ui-upgrade-scripts": "^7.4.0", + "@instructure/command-utils": "^7.4.1", + "@instructure/instui-config": "^7.4.1", + "@instructure/template-app": "^7.4.1", + "@instructure/template-component": "^7.4.1", + "@instructure/template-package": "^7.4.1", + "@instructure/ui-codemods": "^7.4.1", + "@instructure/ui-template-scripts": "^7.4.1", + "@instructure/ui-upgrade-scripts": "^7.4.1", "semver": "^6.3.0", "yargs": "^14.0.0", "yargs-interactive": "^3.0.0" diff --git a/packages/instui-config/CHANGELOG.md b/packages/instui-config/CHANGELOG.md index 8d9eebece0..93917d4639 100644 --- a/packages/instui-config/CHANGELOG.md +++ b/packages/instui-config/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/instui-config diff --git a/packages/instui-config/package.json b/packages/instui-config/package.json index 53533551c2..1fd9d86f5c 100644 --- a/packages/instui-config/package.json +++ b/packages/instui-config/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/instui-config", - "version": "7.4.0", + "version": "7.4.1", "description": "A package containing Instructure UI specific configuration data for operations such as upgrades and codemod scripts", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -18,9 +18,9 @@ "access": "public" }, "dependencies": { - "@instructure/command-utils": "^7.4.0", - "@instructure/pkg-utils": "^7.4.0", - "@instructure/ui-upgrade-scripts": "^7.4.0", + "@instructure/command-utils": "^7.4.1", + "@instructure/pkg-utils": "^7.4.1", + "@instructure/ui-upgrade-scripts": "^7.4.1", "semver": "^6.3.0" } } diff --git a/packages/pkg-utils/CHANGELOG.md b/packages/pkg-utils/CHANGELOG.md index 4f0c07c843..f9bc67f592 100644 --- a/packages/pkg-utils/CHANGELOG.md +++ b/packages/pkg-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/pkg-utils + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/pkg-utils diff --git a/packages/pkg-utils/package.json b/packages/pkg-utils/package.json index b5beb03f45..3167adfbfb 100644 --- a/packages/pkg-utils/package.json +++ b/packages/pkg-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/pkg-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "Utilities for managing node packages in a monorepo.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,7 +17,7 @@ }, "license": "MIT", "dependencies": { - "@instructure/command-utils": "^7.4.0", + "@instructure/command-utils": "^7.4.1", "@lerna/package": "^3", "read-pkg-up": "^6.0.0" }, diff --git a/packages/postcss-themeable-styles/CHANGELOG.md b/packages/postcss-themeable-styles/CHANGELOG.md index f230237a60..81c9ebb147 100644 --- a/packages/postcss-themeable-styles/CHANGELOG.md +++ b/packages/postcss-themeable-styles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/postcss-themeable-styles + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/postcss-themeable-styles diff --git a/packages/postcss-themeable-styles/package.json b/packages/postcss-themeable-styles/package.json index e32bc6e84c..815102ae38 100644 --- a/packages/postcss-themeable-styles/package.json +++ b/packages/postcss-themeable-styles/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/postcss-themeable-styles", - "version": "7.4.0", + "version": "7.4.1", "description": "PostCSS plugin for themeable component styles", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", diff --git a/packages/template-app/CHANGELOG.md b/packages/template-app/CHANGELOG.md index 49730509de..3968887ee9 100644 --- a/packages/template-app/CHANGELOG.md +++ b/packages/template-app/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/template-app diff --git a/packages/template-app/package.json b/packages/template-app/package.json index 03900a44ed..0b6f8cf577 100644 --- a/packages/template-app/package.json +++ b/packages/template-app/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/template-app", - "version": "7.4.0", + "version": "7.4.1", "description": "A package containing template files to generate a react app configured with Instructure UI presets.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -15,23 +15,23 @@ "access": "public" }, "dependencies": { - "@instructure/canvas-theme": "^7.4.0", - "@instructure/ui-heading": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-svg-images": "^7.4.0", - "@instructure/ui-text": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/canvas-theme": "^7.4.1", + "@instructure/ui-heading": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-svg-images": "^7.4.1", + "@instructure/ui-text": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "react": "^16.9.0", "react-dom": "^16.9.0" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-eslint-config": "^7.4.0", - "@instructure/ui-postcss-config": "^7.4.0", - "@instructure/ui-scripts": "^7.4.0", - "@instructure/ui-stylelint-config": "^7.4.0", - "@instructure/ui-webpack-config": "^7.4.0", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-eslint-config": "^7.4.1", + "@instructure/ui-postcss-config": "^7.4.1", + "@instructure/ui-scripts": "^7.4.1", + "@instructure/ui-stylelint-config": "^7.4.1", + "@instructure/ui-webpack-config": "^7.4.1", "html-webpack-plugin": "^3.2.0" } } diff --git a/packages/template-component/CHANGELOG.md b/packages/template-component/CHANGELOG.md index b4c6226e48..e478047295 100644 --- a/packages/template-component/CHANGELOG.md +++ b/packages/template-component/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/template-component diff --git a/packages/template-component/package.json b/packages/template-component/package.json index a0b497f043..397c1f1930 100644 --- a/packages/template-component/package.json +++ b/packages/template-component/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/template-component", - "version": "7.4.0", + "version": "7.4.1", "description": "A package containing template files to generate an instructure-ui component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -16,16 +16,16 @@ }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/template-package/CHANGELOG.md b/packages/template-package/CHANGELOG.md index bb05320232..50437eaf06 100644 --- a/packages/template-package/CHANGELOG.md +++ b/packages/template-package/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/template-package diff --git a/packages/template-package/package.json b/packages/template-package/package.json index 970b3c7458..01981c2c86 100644 --- a/packages/template-package/package.json +++ b/packages/template-package/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/template-package", - "version": "7.4.0", + "version": "7.4.1", "description": "A package containing template files to generate an instructure-ui package.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -16,10 +16,10 @@ }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0" + "@instructure/console": "^7.4.1" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" } } diff --git a/packages/ui-a11y-content/CHANGELOG.md b/packages/ui-a11y-content/CHANGELOG.md index e97ca153f5..a1afca8a9a 100644 --- a/packages/ui-a11y-content/CHANGELOG.md +++ b/packages/ui-a11y-content/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-a11y-content diff --git a/packages/ui-a11y-content/package.json b/packages/ui-a11y-content/package.json index b563ee5a3a..cf59b78093 100644 --- a/packages/ui-a11y-content/package.json +++ b/packages/ui-a11y-content/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-a11y-content", - "version": "7.4.0", + "version": "7.4.1", "description": "Utility components that enhance the user experience of those that navigate the web with a screen reader or keyboard.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,18 +24,18 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "keycode": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-a11y-utils/CHANGELOG.md b/packages/ui-a11y-utils/CHANGELOG.md index 2a1da5b834..b5fc6e81d6 100644 --- a/packages/ui-a11y-utils/CHANGELOG.md +++ b/packages/ui-a11y-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-a11y-utils diff --git a/packages/ui-a11y-utils/package.json b/packages/ui-a11y-utils/package.json index 1db2f9e932..8da84b0298 100644 --- a/packages/ui-a11y-utils/package.json +++ b/packages/ui-a11y-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-a11y-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "A collection of utilities for managing focus and screen reader behavior", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -22,20 +22,20 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/uid": "^7.4.1", "keycode": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-alerts/CHANGELOG.md b/packages/ui-alerts/CHANGELOG.md index e588c827b0..fa6b9db24d 100644 --- a/packages/ui-alerts/CHANGELOG.md +++ b/packages/ui-alerts/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-alerts diff --git a/packages/ui-alerts/package.json b/packages/ui-alerts/package.json index edadf5e8f2..3622b701e4 100644 --- a/packages/ui-alerts/package.json +++ b/packages/ui-alerts/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-alerts", - "version": "7.4.0", + "version": "7.4.1", "description": "An alert component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,22 +23,22 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" diff --git a/packages/ui-avatar/CHANGELOG.md b/packages/ui-avatar/CHANGELOG.md index 3fc9cd3bb4..4263e0ddc7 100644 --- a/packages/ui-avatar/CHANGELOG.md +++ b/packages/ui-avatar/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-avatar diff --git a/packages/ui-avatar/package.json b/packages/ui-avatar/package.json index 5bfd4a39bf..6b4e56c44d 100644 --- a/packages/ui-avatar/package.json +++ b/packages/ui-avatar/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-avatar", - "version": "7.4.0", + "version": "7.4.1", "description": "An image or letters that represents a user.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,19 +24,19 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-axe-check/CHANGELOG.md b/packages/ui-axe-check/CHANGELOG.md index 556ea8d2f9..edeb09a9b0 100644 --- a/packages/ui-axe-check/CHANGELOG.md +++ b/packages/ui-axe-check/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-axe-check diff --git a/packages/ui-axe-check/package.json b/packages/ui-axe-check/package.json index 9b1e97340e..07c8928a45 100644 --- a/packages/ui-axe-check/package.json +++ b/packages/ui-axe-check/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-axe-check", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI a11y testing library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,7 +21,7 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", diff --git a/packages/ui-babel-preset/CHANGELOG.md b/packages/ui-babel-preset/CHANGELOG.md index 0c4969feaf..80e405a221 100644 --- a/packages/ui-babel-preset/CHANGELOG.md +++ b/packages/ui-babel-preset/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-babel-preset + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-babel-preset diff --git a/packages/ui-babel-preset/package.json b/packages/ui-babel-preset/package.json index 8a153e0cd0..8059fd9011 100644 --- a/packages/ui-babel-preset/package.json +++ b/packages/ui-babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-babel-preset", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI babel preset made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -32,11 +32,11 @@ "@babel/preset-env": "^7.9.5", "@babel/preset-react": "^7.9.4", "@babel/runtime": "^7.12.5", - "@instructure/babel-plugin-themeable-styles": "^7.4.0", - "@instructure/babel-plugin-transform-imports": "^7.4.0", - "@instructure/browserslist-config-instui": "^7.4.0", - "@instructure/config-loader": "^7.4.0", - "@instructure/ui-postcss-config": "^7.4.0", + "@instructure/babel-plugin-themeable-styles": "^7.4.1", + "@instructure/babel-plugin-transform-imports": "^7.4.1", + "@instructure/browserslist-config-instui": "^7.4.1", + "@instructure/config-loader": "^7.4.1", + "@instructure/ui-postcss-config": "^7.4.1", "babel-loader": "^8.1.0", "babel-plugin-add-import-extension": "^1.4.3", "babel-plugin-dynamic-import-node": "^2.3.0", diff --git a/packages/ui-badge/CHANGELOG.md b/packages/ui-badge/CHANGELOG.md index 228d5beccf..273127bdc4 100644 --- a/packages/ui-badge/CHANGELOG.md +++ b/packages/ui-badge/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-badge diff --git a/packages/ui-badge/package.json b/packages/ui-badge/package.json index 0414bb5085..1ba05df3aa 100644 --- a/packages/ui-badge/package.json +++ b/packages/ui-badge/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-badge", - "version": "7.4.0", + "version": "7.4.1", "description": "A badge component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,21 +24,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-billboard/CHANGELOG.md b/packages/ui-billboard/CHANGELOG.md index 9557c3c79a..229d3d5287 100644 --- a/packages/ui-billboard/CHANGELOG.md +++ b/packages/ui-billboard/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-billboard diff --git a/packages/ui-billboard/package.json b/packages/ui-billboard/package.json index 3711a06ede..6ecb530b60 100644 --- a/packages/ui-billboard/package.json +++ b/packages/ui-billboard/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-billboard", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component to display empty states, 404 pages, redirects, etc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,18 +23,18 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-heading": "^7.4.0", - "@instructure/ui-img": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/ui-heading": "^7.4.1", + "@instructure/ui-img": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-breadcrumb/CHANGELOG.md b/packages/ui-breadcrumb/CHANGELOG.md index 61e1509e12..d979b09bc3 100644 --- a/packages/ui-breadcrumb/CHANGELOG.md +++ b/packages/ui-breadcrumb/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-breadcrumb diff --git a/packages/ui-breadcrumb/package.json b/packages/ui-breadcrumb/package.json index b5dce799c7..b115f0a5f4 100644 --- a/packages/ui-breadcrumb/package.json +++ b/packages/ui-breadcrumb/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-breadcrumb", - "version": "7.4.0", + "version": "7.4.1", "description": "A breadcrumb component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,21 +23,21 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-link": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-truncate-text": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-link": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-truncate-text": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-buttons/CHANGELOG.md b/packages/ui-buttons/CHANGELOG.md index 9a55e9a42a..69bbacd8fa 100644 --- a/packages/ui-buttons/CHANGELOG.md +++ b/packages/ui-buttons/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-buttons diff --git a/packages/ui-buttons/package.json b/packages/ui-buttons/package.json index 7c3e96a88e..cc9dcbd9fa 100644 --- a/packages/ui-buttons/package.json +++ b/packages/ui-buttons/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-buttons", - "version": "7.4.0", + "version": "7.4.1", "description": "Accessible button components", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,27 +23,27 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-flex": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-flex": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" diff --git a/packages/ui-byline/CHANGELOG.md b/packages/ui-byline/CHANGELOG.md index b2d4990ec3..9a819c4dee 100644 --- a/packages/ui-byline/CHANGELOG.md +++ b/packages/ui-byline/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-byline diff --git a/packages/ui-byline/package.json b/packages/ui-byline/package.json index e2f9d75469..a0dae24458 100644 --- a/packages/ui-byline/package.json +++ b/packages/ui-byline/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-byline", - "version": "7.4.0", + "version": "7.4.1", "description": "A Byline component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,17 +23,17 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-calendar/CHANGELOG.md b/packages/ui-calendar/CHANGELOG.md index d40ddc5491..4f6ba05f41 100644 --- a/packages/ui-calendar/CHANGELOG.md +++ b/packages/ui-calendar/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-calendar diff --git a/packages/ui-calendar/package.json b/packages/ui-calendar/package.json index 6b9993a497..f12f3841ef 100644 --- a/packages/ui-calendar/package.json +++ b/packages/ui-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-calendar", - "version": "7.4.0", + "version": "7.4.1", "description": "A calendar component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,23 +24,23 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-checkbox/CHANGELOG.md b/packages/ui-checkbox/CHANGELOG.md index 807fd27828..4b99615a44 100644 --- a/packages/ui-checkbox/CHANGELOG.md +++ b/packages/ui-checkbox/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-checkbox diff --git a/packages/ui-checkbox/package.json b/packages/ui-checkbox/package.json index f679241fab..74be1baa95 100644 --- a/packages/ui-checkbox/package.json +++ b/packages/ui-checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-checkbox", - "version": "7.4.0", + "version": "7.4.1", "description": " styled HTML input type='checkbox' component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,26 +23,26 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-svg-images": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-svg-images": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-code-editor/CHANGELOG.md b/packages/ui-code-editor/CHANGELOG.md index a2f9a857bd..eb1a2ef088 100644 --- a/packages/ui-code-editor/CHANGELOG.md +++ b/packages/ui-code-editor/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-code-editor diff --git a/packages/ui-code-editor/package.json b/packages/ui-code-editor/package.json index 4df037e0e3..65d806d9a7 100644 --- a/packages/ui-code-editor/package.json +++ b/packages/ui-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-code-editor", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -22,19 +22,19 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "codemirror": "^5.48.4", "prop-types": "^15", diff --git a/packages/ui-codemods/CHANGELOG.md b/packages/ui-codemods/CHANGELOG.md index 337894a254..90cebf8dc3 100644 --- a/packages/ui-codemods/CHANGELOG.md +++ b/packages/ui-codemods/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-codemods + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-codemods diff --git a/packages/ui-codemods/package.json b/packages/ui-codemods/package.json index 29b6e9c121..c70083a399 100644 --- a/packages/ui-codemods/package.json +++ b/packages/ui-codemods/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-codemods", - "version": "7.4.0", + "version": "7.4.1", "description": "Codemod scripts to help upgrade Instructure UI libraries.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", diff --git a/packages/ui-color-utils/CHANGELOG.md b/packages/ui-color-utils/CHANGELOG.md index f84c0c7ff7..4a8d77137b 100644 --- a/packages/ui-color-utils/CHANGELOG.md +++ b/packages/ui-color-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-color-utils diff --git a/packages/ui-color-utils/package.json b/packages/ui-color-utils/package.json index 55947ce62a..91b22677bc 100644 --- a/packages/ui-color-utils/package.json +++ b/packages/ui-color-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-color-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "A color utility library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,8 +21,8 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", diff --git a/packages/ui-component-examples/CHANGELOG.md b/packages/ui-component-examples/CHANGELOG.md index b8ae8149d0..28808031e3 100644 --- a/packages/ui-component-examples/CHANGELOG.md +++ b/packages/ui-component-examples/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-component-examples diff --git a/packages/ui-component-examples/package.json b/packages/ui-component-examples/package.json index fb8dbb62f3..f18d55f04c 100644 --- a/packages/ui-component-examples/package.json +++ b/packages/ui-component-examples/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-component-examples", - "version": "7.4.0", + "version": "7.4.1", "description": "A utility for automatically generating component examples", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,13 +17,13 @@ }, "license": "MIT", "dependencies": { - "@instructure/config-loader": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/config-loader": "^7.4.1", + "@instructure/uid": "^7.4.1", "loader-utils": "^1.2.3", "react-docgen": "^4" }, "devDependencies": { - "@instructure/ui-test-utils": "^7.4.0", + "@instructure/ui-test-utils": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-date-input/CHANGELOG.md b/packages/ui-date-input/CHANGELOG.md index b5fc8b7dc7..d223f5b24b 100644 --- a/packages/ui-date-input/CHANGELOG.md +++ b/packages/ui-date-input/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-date-input diff --git a/packages/ui-date-input/package.json b/packages/ui-date-input/package.json index 4e8c2877d2..14c8693a6e 100644 --- a/packages/ui-date-input/package.json +++ b/packages/ui-date-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-date-input", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -22,24 +22,24 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-calendar": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-popover": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-selectable": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-text-input": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/ui-calendar": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-popover": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-selectable": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-text-input": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-decorator/CHANGELOG.md b/packages/ui-decorator/CHANGELOG.md index 72cb0747dd..997fca7abc 100644 --- a/packages/ui-decorator/CHANGELOG.md +++ b/packages/ui-decorator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-decorator diff --git a/packages/ui-decorator/package.json b/packages/ui-decorator/package.json index 0f0fc69456..7af89bc3d5 100644 --- a/packages/ui-decorator/package.json +++ b/packages/ui-decorator/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-decorator", - "version": "7.4.0", + "version": "7.4.1", "description": "A utility to wrap (decorates) a React component class adding functionality.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,7 +21,7 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2" diff --git a/packages/ui-dialog/CHANGELOG.md b/packages/ui-dialog/CHANGELOG.md index d7df966512..763d477eb2 100644 --- a/packages/ui-dialog/CHANGELOG.md +++ b/packages/ui-dialog/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-dialog diff --git a/packages/ui-dialog/package.json b/packages/ui-dialog/package.json index 66841919a5..841b29468c 100644 --- a/packages/ui-dialog/package.json +++ b/packages/ui-dialog/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-dialog", - "version": "7.4.0", + "version": "7.4.1", "description": "A utility component for managing keyboard accessibility and screen reader behavior", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,17 +23,17 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", "prop-types": "^15" }, "devDependencies": { - "@instructure/console": "^7.4.0", - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/console": "^7.4.1", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-docs-client/CHANGELOG.md b/packages/ui-docs-client/CHANGELOG.md index df3a4e15d8..ed80085817 100644 --- a/packages/ui-docs-client/CHANGELOG.md +++ b/packages/ui-docs-client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-docs-client diff --git a/packages/ui-docs-client/package.json b/packages/ui-docs-client/package.json index fbc9c63c4c..4ddb22415c 100644 --- a/packages/ui-docs-client/package.json +++ b/packages/ui-docs-client/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-docs-client", - "version": "7.4.0", + "version": "7.4.1", "description": "A React application to display documentation made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,46 +23,46 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", "@babel/standalone": "^7.9.5", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-alerts": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-checkbox": "^7.4.0", - "@instructure/ui-code-editor": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-flex": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-heading": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-img": "^7.4.0", - "@instructure/ui-link": "^7.4.0", - "@instructure/ui-list": "^7.4.0", - "@instructure/ui-metric": "^7.4.0", - "@instructure/ui-modal": "^7.4.0", - "@instructure/ui-overlays": "^7.4.0", - "@instructure/ui-pill": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-responsive": "^7.4.0", - "@instructure/ui-select": "^7.4.0", - "@instructure/ui-simple-select": "^7.4.0", - "@instructure/ui-svg-images": "^7.4.0", - "@instructure/ui-table": "^7.4.0", - "@instructure/ui-tabs": "^7.4.0", - "@instructure/ui-text": "^7.4.0", - "@instructure/ui-text-input": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-toggle-details": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-tray": "^7.4.0", - "@instructure/ui-truncate-text": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-alerts": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-checkbox": "^7.4.1", + "@instructure/ui-code-editor": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-flex": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-heading": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-img": "^7.4.1", + "@instructure/ui-link": "^7.4.1", + "@instructure/ui-list": "^7.4.1", + "@instructure/ui-metric": "^7.4.1", + "@instructure/ui-modal": "^7.4.1", + "@instructure/ui-overlays": "^7.4.1", + "@instructure/ui-pill": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-responsive": "^7.4.1", + "@instructure/ui-select": "^7.4.1", + "@instructure/ui-simple-select": "^7.4.1", + "@instructure/ui-svg-images": "^7.4.1", + "@instructure/ui-table": "^7.4.1", + "@instructure/ui-tabs": "^7.4.1", + "@instructure/ui-text": "^7.4.1", + "@instructure/ui-text-input": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-toggle-details": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-tray": "^7.4.1", + "@instructure/ui-truncate-text": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "gray-matter": "3.1.1", "marked": "^0.7.0", diff --git a/packages/ui-docs-plugin/CHANGELOG.md b/packages/ui-docs-plugin/CHANGELOG.md index 01d01db7f0..88b86d9970 100644 --- a/packages/ui-docs-plugin/CHANGELOG.md +++ b/packages/ui-docs-plugin/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) +- **ui-docs-plugin:** fix favicon ([1ede99f](https://github.com/instructure/instructure-ui/commit/1ede99f)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-docs-plugin diff --git a/packages/ui-docs-plugin/package.json b/packages/ui-docs-plugin/package.json index c6acd4a72d..5a834b2640 100644 --- a/packages/ui-docs-plugin/package.json +++ b/packages/ui-docs-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-docs-plugin", - "version": "7.4.0", + "version": "7.4.1", "description": "A webpack plugin to generate documentation made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -20,11 +20,11 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { - "@instructure/config-loader": "^7.4.0", - "@instructure/ui-docs-client": "^7.4.0", + "@instructure/config-loader": "^7.4.1", + "@instructure/ui-docs-client": "^7.4.1", "globby": "^10.0.1", "gray-matter": "3.1.1", "html-webpack-plugin": "^3.2.0", diff --git a/packages/ui-dom-utils/CHANGELOG.md b/packages/ui-dom-utils/CHANGELOG.md index 65e0d044cf..9216eade02 100644 --- a/packages/ui-dom-utils/CHANGELOG.md +++ b/packages/ui-dom-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-dom-utils diff --git a/packages/ui-dom-utils/package.json b/packages/ui-dom-utils/package.json index 9f1c35b1be..403c1b51b4 100644 --- a/packages/ui-dom-utils/package.json +++ b/packages/ui-dom-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-dom-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "A DOM utility library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,12 +21,12 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0" + "@instructure/console": "^7.4.1" }, "peerDependencies": { "react": "^16.8", diff --git a/packages/ui-drawer-layout/CHANGELOG.md b/packages/ui-drawer-layout/CHANGELOG.md index d8f137bda2..58e9193949 100644 --- a/packages/ui-drawer-layout/CHANGELOG.md +++ b/packages/ui-drawer-layout/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-drawer-layout diff --git a/packages/ui-drawer-layout/package.json b/packages/ui-drawer-layout/package.json index b5274c4f03..52c3b13825 100644 --- a/packages/ui-drawer-layout/package.json +++ b/packages/ui-drawer-layout/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-drawer-layout", - "version": "7.4.0", + "version": "7.4.1", "description": "A main-content-plus-tray layout component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,28 +24,28 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/debounce": "^7.4.0", - "@instructure/ui-dialog": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-dialog": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", "@instructure/ui-test-utils": "^6.16.0" }, "peerDependencies": { diff --git a/packages/ui-editable/CHANGELOG.md b/packages/ui-editable/CHANGELOG.md index 97fe79dae5..5c1a1fe39e 100644 --- a/packages/ui-editable/CHANGELOG.md +++ b/packages/ui-editable/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-editable diff --git a/packages/ui-editable/package.json b/packages/ui-editable/package.json index caf8f0d3b2..ffb8b91f7b 100644 --- a/packages/ui-editable/package.json +++ b/packages/ui-editable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-editable", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,19 +23,19 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-flex": "^7.4.0", - "@instructure/ui-focusable": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-flex": "^7.4.1", + "@instructure/ui-focusable": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-eslint-config/CHANGELOG.md b/packages/ui-eslint-config/CHANGELOG.md index f19dc8603b..c03b2a56e9 100644 --- a/packages/ui-eslint-config/CHANGELOG.md +++ b/packages/ui-eslint-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-eslint-config + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-eslint-config diff --git a/packages/ui-eslint-config/package.json b/packages/ui-eslint-config/package.json index fd88d95567..2b4bcad56e 100644 --- a/packages/ui-eslint-config/package.json +++ b/packages/ui-eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-eslint-config", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI shared eslint config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,14 +17,14 @@ }, "license": "MIT", "dependencies": { - "@instructure/browserslist-config-instui": "^7.4.0", - "@instructure/config-loader": "^7.4.0", + "@instructure/browserslist-config-instui": "^7.4.1", + "@instructure/config-loader": "^7.4.1", "babel-eslint": "^10.1.0", "eslint-config-prettier": "^6.15.0", "eslint-plugin-compat": "^3.3.0", "eslint-plugin-ejs": "^0.0.2", "eslint-plugin-import": "^2.18.2", - "eslint-plugin-instructure-ui": "^7.4.0", + "eslint-plugin-instructure-ui": "^7.4.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-mocha": "^6.1.1", "eslint-plugin-notice": "^0.8.9", diff --git a/packages/ui-expandable/CHANGELOG.md b/packages/ui-expandable/CHANGELOG.md index abce83c0f2..5619941646 100644 --- a/packages/ui-expandable/CHANGELOG.md +++ b/packages/ui-expandable/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-expandable diff --git a/packages/ui-expandable/package.json b/packages/ui-expandable/package.json index c35b8cb5e2..42abe15cbf 100644 --- a/packages/ui-expandable/package.json +++ b/packages/ui-expandable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-expandable", - "version": "7.4.0", + "version": "7.4.1", "description": "A utility component for show/hide functionality", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,17 +23,17 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-file-drop/CHANGELOG.md b/packages/ui-file-drop/CHANGELOG.md index ae5243c86f..8e5f1122cc 100644 --- a/packages/ui-file-drop/CHANGELOG.md +++ b/packages/ui-file-drop/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-file-drop diff --git a/packages/ui-file-drop/package.json b/packages/ui-file-drop/package.json index 2711ec64bb..5938347595 100644 --- a/packages/ui-file-drop/package.json +++ b/packages/ui-file-drop/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-file-drop", - "version": "7.4.0", + "version": "7.4.1", "description": "A flexible facade for an HTML file input", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,23 +24,23 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-flex/CHANGELOG.md b/packages/ui-flex/CHANGELOG.md index 7ce39bdc96..c7cbf5fc55 100644 --- a/packages/ui-flex/CHANGELOG.md +++ b/packages/ui-flex/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-flex diff --git a/packages/ui-flex/package.json b/packages/ui-flex/package.json index a0de58012b..740b320ac0 100644 --- a/packages/ui-flex/package.json +++ b/packages/ui-flex/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-flex", - "version": "7.4.0", + "version": "7.4.1", "description": "A component that makes it easy to align content using flexbox CSS", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,16 +24,16 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-focusable/CHANGELOG.md b/packages/ui-focusable/CHANGELOG.md index 08249c19c3..22279e90c5 100644 --- a/packages/ui-focusable/CHANGELOG.md +++ b/packages/ui-focusable/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-focusable diff --git a/packages/ui-focusable/package.json b/packages/ui-focusable/package.json index 4240ca511f..a7fe5c3d07 100644 --- a/packages/ui-focusable/package.json +++ b/packages/ui-focusable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-focusable", - "version": "7.4.0", + "version": "7.4.1", "description": "A utility used to identify when an element receives focus.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,17 +23,17 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-form-field/CHANGELOG.md b/packages/ui-form-field/CHANGELOG.md index 2c130f93f0..96aacb61b4 100644 --- a/packages/ui-form-field/CHANGELOG.md +++ b/packages/ui-form-field/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-form-field diff --git a/packages/ui-form-field/package.json b/packages/ui-form-field/package.json index faa7bd0408..8f2b104309 100644 --- a/packages/ui-form-field/package.json +++ b/packages/ui-form-field/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-form-field", - "version": "7.4.0", + "version": "7.4.1", "description": "Form layout components.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,20 +23,20 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-grid": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-grid": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-grid/CHANGELOG.md b/packages/ui-grid/CHANGELOG.md index 2cb0fe5f83..65a38b394a 100644 --- a/packages/ui-grid/CHANGELOG.md +++ b/packages/ui-grid/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-grid diff --git a/packages/ui-grid/package.json b/packages/ui-grid/package.json index d82a191317..f0a2e6bf2a 100644 --- a/packages/ui-grid/package.json +++ b/packages/ui-grid/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-grid", - "version": "7.4.0", + "version": "7.4.1", "description": "A Grid component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,19 +23,19 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-heading/CHANGELOG.md b/packages/ui-heading/CHANGELOG.md index e8bde4e8f0..49ce12adec 100644 --- a/packages/ui-heading/CHANGELOG.md +++ b/packages/ui-heading/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-heading diff --git a/packages/ui-heading/package.json b/packages/ui-heading/package.json index b5498bd3f4..cb5f29825f 100644 --- a/packages/ui-heading/package.json +++ b/packages/ui-heading/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-heading", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for creating typographic headings", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,19 +24,19 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-i18n/CHANGELOG.md b/packages/ui-i18n/CHANGELOG.md index 98152b0df9..e47715eeba 100644 --- a/packages/ui-i18n/CHANGELOG.md +++ b/packages/ui-i18n/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-i18n diff --git a/packages/ui-i18n/package.json b/packages/ui-i18n/package.json index cf126a4f69..6bb905c095 100644 --- a/packages/ui-i18n/package.json +++ b/packages/ui-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-i18n", - "version": "7.4.0", + "version": "7.4.1", "description": "Helper components and utilities for internationalization.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,16 +23,16 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-decorator": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/ui-decorator": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "decimal.js": "^10", "moment-timezone": "^0.5", "prop-types": "^15" diff --git a/packages/ui-icons-build/CHANGELOG.md b/packages/ui-icons-build/CHANGELOG.md index 8cbd572fed..d7dc364c0a 100644 --- a/packages/ui-icons-build/CHANGELOG.md +++ b/packages/ui-icons-build/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-icons-build + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-icons-build diff --git a/packages/ui-icons-build/package.json b/packages/ui-icons-build/package.json index 9f960a6da7..e0edc3e3fb 100644 --- a/packages/ui-icons-build/package.json +++ b/packages/ui-icons-build/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-icons-build", - "version": "7.4.0", + "version": "7.4.1", "description": "Build scripts to export icons from Sketch files", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,7 +17,7 @@ }, "license": "MIT", "dependencies": { - "@instructure/config-loader": "^7.4.0", + "@instructure/config-loader": "^7.4.1", "clean-sketch": "^1.0.1", "del": "^5.1.0", "glob": "^7.1.4", diff --git a/packages/ui-icons/CHANGELOG.md b/packages/ui-icons/CHANGELOG.md index e9c9a48913..43676e9e06 100644 --- a/packages/ui-icons/CHANGELOG.md +++ b/packages/ui-icons/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) ### Features diff --git a/packages/ui-icons/package.json b/packages/ui-icons/package.json index 9ebf5f26c2..a6c814a33c 100644 --- a/packages/ui-icons/package.json +++ b/packages/ui-icons/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-icons", - "version": "7.4.0", + "version": "7.4.1", "description": "Icon set for Instructure, Inc. products", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -20,13 +20,13 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-icons-build": "^7.4.0", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-icons-build": "^7.4.1", "gulp": "^4.0.2" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-svg-images": "^7.4.0", + "@instructure/ui-svg-images": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-img/CHANGELOG.md b/packages/ui-img/CHANGELOG.md index b52ab98363..459cda17e9 100644 --- a/packages/ui-img/CHANGELOG.md +++ b/packages/ui-img/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-img diff --git a/packages/ui-img/package.json b/packages/ui-img/package.json index ad7b94094f..e87dd07adb 100644 --- a/packages/ui-img/package.json +++ b/packages/ui-img/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-img", - "version": "7.4.0", + "version": "7.4.1", "description": "An accessible image component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,19 +24,19 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-karma-config/CHANGELOG.md b/packages/ui-karma-config/CHANGELOG.md index b65be4788d..53b2b8e496 100644 --- a/packages/ui-karma-config/CHANGELOG.md +++ b/packages/ui-karma-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-karma-config + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-karma-config diff --git a/packages/ui-karma-config/package.json b/packages/ui-karma-config/package.json index f1db1b3c4d..b134d7f26a 100644 --- a/packages/ui-karma-config/package.json +++ b/packages/ui-karma-config/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-karma-config", - "version": "7.4.0", + "version": "7.4.1", "description": "A shared karma config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,8 +17,8 @@ }, "license": "MIT", "dependencies": { - "@instructure/config-loader": "^7.4.0", - "@instructure/ui-webpack-config": "^7.4.0", + "@instructure/config-loader": "^7.4.1", + "@instructure/ui-webpack-config": "^7.4.1", "choma": "^1", "globby": "^10.0.1", "karma": "^4.3.0", diff --git a/packages/ui-link/CHANGELOG.md b/packages/ui-link/CHANGELOG.md index 40ff4c6afc..d2553dd1b3 100644 --- a/packages/ui-link/CHANGELOG.md +++ b/packages/ui-link/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-link diff --git a/packages/ui-link/package.json b/packages/ui-link/package.json index ea494f5a4d..f350a44fb2 100644 --- a/packages/ui-link/package.json +++ b/packages/ui-link/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-link", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for creating links", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,24 +24,24 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-list/CHANGELOG.md b/packages/ui-list/CHANGELOG.md index bc2a70a6e3..2cb92b4308 100644 --- a/packages/ui-list/CHANGELOG.md +++ b/packages/ui-list/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-list diff --git a/packages/ui-list/package.json b/packages/ui-list/package.json index ca4286bd27..b39c657eb6 100644 --- a/packages/ui-list/package.json +++ b/packages/ui-list/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-list", - "version": "7.4.0", + "version": "7.4.1", "description": "Components for displaying vertical or horizontal lists.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,20 +24,20 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-menu/CHANGELOG.md b/packages/ui-menu/CHANGELOG.md index 28ef9bbae3..989e9a82aa 100644 --- a/packages/ui-menu/CHANGELOG.md +++ b/packages/ui-menu/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-menu diff --git a/packages/ui-menu/package.json b/packages/ui-menu/package.json index 791320ac93..0e46d17421 100644 --- a/packages/ui-menu/package.json +++ b/packages/ui-menu/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-menu", - "version": "7.4.0", + "version": "7.4.1", "description": "A dropdown menu component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,26 +23,26 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-popover": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-popover": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" diff --git a/packages/ui-metric/CHANGELOG.md b/packages/ui-metric/CHANGELOG.md index cbb797f370..15dd33579f 100644 --- a/packages/ui-metric/CHANGELOG.md +++ b/packages/ui-metric/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-metric diff --git a/packages/ui-metric/package.json b/packages/ui-metric/package.json index 40f1a5d7ed..d3df12572e 100644 --- a/packages/ui-metric/package.json +++ b/packages/ui-metric/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-metric", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component for displaying Metrics", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,19 +24,19 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-modal/CHANGELOG.md b/packages/ui-modal/CHANGELOG.md index 76d5afa1b4..72d1673226 100644 --- a/packages/ui-modal/CHANGELOG.md +++ b/packages/ui-modal/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-modal diff --git a/packages/ui-modal/package.json b/packages/ui-modal/package.json index 54dcbe930c..2939a72e13 100644 --- a/packages/ui-modal/package.json +++ b/packages/ui-modal/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-modal", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for displaying content in a dialog overlay", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,18 +23,18 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-dialog": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-overlays": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-dialog": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-overlays": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, @@ -42,10 +42,10 @@ "react": "^16.8" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/ui-motion/CHANGELOG.md b/packages/ui-motion/CHANGELOG.md index 1dc2edd4ce..9cf1113c0b 100644 --- a/packages/ui-motion/CHANGELOG.md +++ b/packages/ui-motion/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-motion diff --git a/packages/ui-motion/package.json b/packages/ui-motion/package.json index db17ac5184..2a56415764 100644 --- a/packages/ui-motion/package.json +++ b/packages/ui-motion/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-motion", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,17 +23,17 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-navigation/CHANGELOG.md b/packages/ui-navigation/CHANGELOG.md index 49969fa8c2..738d7a6d48 100644 --- a/packages/ui-navigation/CHANGELOG.md +++ b/packages/ui-navigation/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-navigation diff --git a/packages/ui-navigation/package.json b/packages/ui-navigation/package.json index 1bad1379d1..a43330bbad 100644 --- a/packages/ui-navigation/package.json +++ b/packages/ui-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-navigation", - "version": "7.4.0", + "version": "7.4.1", "description": "Main and application level navigational components", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,29 +23,29 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/debounce": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-badge": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-focusable": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-menu": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-badge": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-focusable": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-menu": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-number-input/CHANGELOG.md b/packages/ui-number-input/CHANGELOG.md index e6fa1c4e3a..3122da1ae7 100644 --- a/packages/ui-number-input/CHANGELOG.md +++ b/packages/ui-number-input/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-number-input diff --git a/packages/ui-number-input/package.json b/packages/ui-number-input/package.json index 5abe4f9f8e..b7258ae8a7 100644 --- a/packages/ui-number-input/package.json +++ b/packages/ui-number-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-number-input", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "homepage": "https://instructure.github.io/instructure-ui/", @@ -23,19 +23,19 @@ "build:types": "ui-scripts --types" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" diff --git a/packages/ui-options/CHANGELOG.md b/packages/ui-options/CHANGELOG.md index 67372545b7..e846d52c75 100644 --- a/packages/ui-options/CHANGELOG.md +++ b/packages/ui-options/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-options diff --git a/packages/ui-options/package.json b/packages/ui-options/package.json index 14ddc09002..7849e9810f 100644 --- a/packages/ui-options/package.json +++ b/packages/ui-options/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-options", - "version": "7.4.0", + "version": "7.4.1", "description": "A view-only component for composing interactive lists and menus.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,20 +23,20 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-overlays/CHANGELOG.md b/packages/ui-overlays/CHANGELOG.md index fefdb4e07a..e8686d2737 100644 --- a/packages/ui-overlays/CHANGELOG.md +++ b/packages/ui-overlays/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-overlays diff --git a/packages/ui-overlays/package.json b/packages/ui-overlays/package.json index 33ac2a9f87..634a87937f 100644 --- a/packages/ui-overlays/package.json +++ b/packages/ui-overlays/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-overlays", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,31 +23,31 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-dialog": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-focusable": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-popover": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-dialog": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-focusable": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-popover": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "keycode": "^2", "no-scroll": "^2.1.0", diff --git a/packages/ui-pages/CHANGELOG.md b/packages/ui-pages/CHANGELOG.md index 3fe178265e..efb85fcf3a 100644 --- a/packages/ui-pages/CHANGELOG.md +++ b/packages/ui-pages/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-pages diff --git a/packages/ui-pages/package.json b/packages/ui-pages/package.json index dfb568205f..b7ab5c1299 100644 --- a/packages/ui-pages/package.json +++ b/packages/ui-pages/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-pages", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,21 +23,21 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-pagination/CHANGELOG.md b/packages/ui-pagination/CHANGELOG.md index fc69053e46..ee029af36e 100644 --- a/packages/ui-pagination/CHANGELOG.md +++ b/packages/ui-pagination/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-pagination diff --git a/packages/ui-pagination/package.json b/packages/ui-pagination/package.json index 7a1e90e962..9a9434be63 100644 --- a/packages/ui-pagination/package.json +++ b/packages/ui-pagination/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-pagination", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,27 +23,27 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-pill/CHANGELOG.md b/packages/ui-pill/CHANGELOG.md index 883da08b57..38b824436e 100644 --- a/packages/ui-pill/CHANGELOG.md +++ b/packages/ui-pill/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-pill diff --git a/packages/ui-pill/package.json b/packages/ui-pill/package.json index 721e2b69c7..9c33ce6f3e 100644 --- a/packages/ui-pill/package.json +++ b/packages/ui-pill/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-pill", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component to communicate concise status.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,23 +24,23 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-truncate-text": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-truncate-text": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-polyfill-loader/CHANGELOG.md b/packages/ui-polyfill-loader/CHANGELOG.md index 07ce59e07c..07407fe4b1 100644 --- a/packages/ui-polyfill-loader/CHANGELOG.md +++ b/packages/ui-polyfill-loader/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-polyfill-loader + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-polyfill-loader diff --git a/packages/ui-polyfill-loader/package.json b/packages/ui-polyfill-loader/package.json index b1aa217161..cf4a089d7d 100644 --- a/packages/ui-polyfill-loader/package.json +++ b/packages/ui-polyfill-loader/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-polyfill-loader", - "version": "7.4.0", + "version": "7.4.1", "description": "A webpack loader that generates a customized polyfill", "type": "commonjs", "main": "./index.js", @@ -16,9 +16,9 @@ "bugs": "https://github.com/instructure/instructure-ui/issues", "license": "MIT", "dependencies": { - "@instructure/browserslist-config-instui": "^7.4.0", - "@instructure/config-loader": "^7.4.0", - "@instructure/ui-babel-preset": "^7.4.0", + "@instructure/browserslist-config-instui": "^7.4.1", + "@instructure/config-loader": "^7.4.1", + "@instructure/ui-babel-preset": "^7.4.1", "core-js-builder": "^3.2.1", "loader-utils": "^1.2.3", "webpack": "^4" diff --git a/packages/ui-popover/CHANGELOG.md b/packages/ui-popover/CHANGELOG.md index e139fb7c9b..ab6d58d4e3 100644 --- a/packages/ui-popover/CHANGELOG.md +++ b/packages/ui-popover/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-popover diff --git a/packages/ui-popover/package.json b/packages/ui-popover/package.json index cd9a9bfce8..444f250614 100644 --- a/packages/ui-popover/package.json +++ b/packages/ui-popover/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-popover", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for hiding or showing content based on user interaction.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,27 +23,27 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-utils": "^7.4.0", - "@instructure/ui-dialog": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-utils": "^7.4.1", + "@instructure/ui-dialog": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "keycode": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-portal/CHANGELOG.md b/packages/ui-portal/CHANGELOG.md index 3414836e6f..a14a74591e 100644 --- a/packages/ui-portal/CHANGELOG.md +++ b/packages/ui-portal/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-portal diff --git a/packages/ui-portal/package.json b/packages/ui-portal/package.json index b52ba21835..26e53f7548 100644 --- a/packages/ui-portal/package.json +++ b/packages/ui-portal/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-portal", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,15 +23,15 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-position/CHANGELOG.md b/packages/ui-position/CHANGELOG.md index 95e69c3bde..58bf4671af 100644 --- a/packages/ui-position/CHANGELOG.md +++ b/packages/ui-position/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-position diff --git a/packages/ui-position/package.json b/packages/ui-position/package.json index 96886c6c8a..2727bc6baa 100644 --- a/packages/ui-position/package.json +++ b/packages/ui-position/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-position", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for positioning content with respect to a designated target.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,23 +23,23 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/debounce": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-postcss-config/CHANGELOG.md b/packages/ui-postcss-config/CHANGELOG.md index 4a6e851bd2..6fa74812dd 100644 --- a/packages/ui-postcss-config/CHANGELOG.md +++ b/packages/ui-postcss-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-postcss-config + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-postcss-config diff --git a/packages/ui-postcss-config/package.json b/packages/ui-postcss-config/package.json index 93a8d0f327..c594005f29 100644 --- a/packages/ui-postcss-config/package.json +++ b/packages/ui-postcss-config/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-postcss-config", - "version": "7.4.0", + "version": "7.4.1", "description": "A shared postcss config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,9 +17,9 @@ }, "license": "MIT", "dependencies": { - "@instructure/browserslist-config-instui": "^7.4.0", - "@instructure/config-loader": "^7.4.0", - "@instructure/postcss-themeable-styles": "^7.4.0", + "@instructure/browserslist-config-instui": "^7.4.1", + "@instructure/config-loader": "^7.4.1", + "@instructure/postcss-themeable-styles": "^7.4.1", "autoprefixer": "^9.6.1", "cssnano-preset-default": "^4", "postcss": "^7", diff --git a/packages/ui-progress/CHANGELOG.md b/packages/ui-progress/CHANGELOG.md index 235f157191..8bd96e44fc 100644 --- a/packages/ui-progress/CHANGELOG.md +++ b/packages/ui-progress/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-progress diff --git a/packages/ui-progress/package.json b/packages/ui-progress/package.json index 5e4de97f65..c8cb027189 100644 --- a/packages/ui-progress/package.json +++ b/packages/ui-progress/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-progress", - "version": "7.4.0", + "version": "7.4.1", "description": "Styled HTML elements for showing completion of a task", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,20 +24,20 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-prop-types/CHANGELOG.md b/packages/ui-prop-types/CHANGELOG.md index d9c250adb6..6c88150b99 100644 --- a/packages/ui-prop-types/CHANGELOG.md +++ b/packages/ui-prop-types/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-prop-types diff --git a/packages/ui-prop-types/package.json b/packages/ui-prop-types/package.json index 41a8ae91d7..2d63be0d62 100644 --- a/packages/ui-prop-types/package.json +++ b/packages/ui-prop-types/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-prop-types", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,8 +21,8 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", diff --git a/packages/ui-radio-input/CHANGELOG.md b/packages/ui-radio-input/CHANGELOG.md index 4af34fa2cf..61ca15f7e3 100644 --- a/packages/ui-radio-input/CHANGELOG.md +++ b/packages/ui-radio-input/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-radio-input diff --git a/packages/ui-radio-input/package.json b/packages/ui-radio-input/package.json index 94ef42e6f3..b215333746 100644 --- a/packages/ui-radio-input/package.json +++ b/packages/ui-radio-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-radio-input", - "version": "7.4.0", + "version": "7.4.1", "description": "A styled HTML input type='radio' element", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,21 +23,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-range-input/CHANGELOG.md b/packages/ui-range-input/CHANGELOG.md index 645a05fef2..635395fbc2 100644 --- a/packages/ui-range-input/CHANGELOG.md +++ b/packages/ui-range-input/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-range-input diff --git a/packages/ui-range-input/package.json b/packages/ui-range-input/package.json index 762a79a151..f813049971 100644 --- a/packages/ui-range-input/package.json +++ b/packages/ui-range-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-range-input", - "version": "7.4.0", + "version": "7.4.1", "description": "A styled HTML range input", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,24 +24,24 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-rating/CHANGELOG.md b/packages/ui-rating/CHANGELOG.md index b7ff7d2f0b..14632b9dc2 100644 --- a/packages/ui-rating/CHANGELOG.md +++ b/packages/ui-rating/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-rating diff --git a/packages/ui-rating/package.json b/packages/ui-rating/package.json index 13e3cbd10b..bb0e1df996 100644 --- a/packages/ui-rating/package.json +++ b/packages/ui-rating/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-rating", - "version": "7.4.0", + "version": "7.4.1", "description": "A static rating component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,22 +24,22 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-react-utils/CHANGELOG.md b/packages/ui-react-utils/CHANGELOG.md index 0dac9de91a..cb522d2e99 100644 --- a/packages/ui-react-utils/CHANGELOG.md +++ b/packages/ui-react-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-react-utils diff --git a/packages/ui-react-utils/package.json b/packages/ui-react-utils/package.json index b75ce90c45..50ab872108 100644 --- a/packages/ui-react-utils/package.json +++ b/packages/ui-react-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-react-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "A React utility library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,16 +21,16 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", "@emotion/is-prop-valid": "^0.8.3", - "@instructure/console": "^7.4.0", - "@instructure/ui-decorator": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-decorator": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-responsive/CHANGELOG.md b/packages/ui-responsive/CHANGELOG.md index 458c7cf1b8..e9fbbb3a7a 100644 --- a/packages/ui-responsive/CHANGELOG.md +++ b/packages/ui-responsive/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-responsive diff --git a/packages/ui-responsive/package.json b/packages/ui-responsive/package.json index 973613e4f7..d917fd336f 100644 --- a/packages/ui-responsive/package.json +++ b/packages/ui-responsive/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-responsive", - "version": "7.4.0", + "version": "7.4.1", "description": "A component that allows for rendering a component differently based on either the element or the viewport size", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,19 +23,19 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/debounce": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-scripts/CHANGELOG.md b/packages/ui-scripts/CHANGELOG.md index 621832f4a5..c45d1592dd 100644 --- a/packages/ui-scripts/CHANGELOG.md +++ b/packages/ui-scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-scripts + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) ### Bug Fixes diff --git a/packages/ui-scripts/package.json b/packages/ui-scripts/package.json index c073a858d7..2be9abadb7 100644 --- a/packages/ui-scripts/package.json +++ b/packages/ui-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-scripts", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI build scripts library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,11 +24,11 @@ "dependencies": { "@babel/cli": "^7.8.4", "@codesandbox/common": "^1.0.8", - "@instructure/command-utils": "^7.4.0", - "@instructure/cz-lerna-changelog": "^7.4.0", - "@instructure/pkg-utils": "^7.4.0", - "@instructure/ui-template-scripts": "^7.4.0", - "@instructure/ui-upgrade-scripts": "^7.4.0", + "@instructure/command-utils": "^7.4.1", + "@instructure/cz-lerna-changelog": "^7.4.1", + "@instructure/pkg-utils": "^7.4.1", + "@instructure/ui-template-scripts": "^7.4.1", + "@instructure/ui-upgrade-scripts": "^7.4.1", "@lerna/project": "^3", "commitizen": "^4.0.3", "dotenv": "^8.1.0", diff --git a/packages/ui-select/CHANGELOG.md b/packages/ui-select/CHANGELOG.md index 1965669cb6..87ff05d0f9 100644 --- a/packages/ui-select/CHANGELOG.md +++ b/packages/ui-select/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-select diff --git a/packages/ui-select/package.json b/packages/ui-select/package.json index 3c2cada186..1676ffc56d 100644 --- a/packages/ui-select/package.json +++ b/packages/ui-select/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-select", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for select and autocomplete behavior.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,28 +23,28 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-options": "^7.4.0", - "@instructure/ui-popover": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-selectable": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-text-input": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-options": "^7.4.1", + "@instructure/ui-popover": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-selectable": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-text-input": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-selectable/CHANGELOG.md b/packages/ui-selectable/CHANGELOG.md index 43b2185e3c..5f73d6c21d 100644 --- a/packages/ui-selectable/CHANGELOG.md +++ b/packages/ui-selectable/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-selectable diff --git a/packages/ui-selectable/package.json b/packages/ui-selectable/package.json index 8e8540ae08..a858a7a977 100644 --- a/packages/ui-selectable/package.json +++ b/packages/ui-selectable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-selectable", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,17 +24,17 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "keycode": "^2", "prop-types": "^15" }, diff --git a/packages/ui-simple-select/CHANGELOG.md b/packages/ui-simple-select/CHANGELOG.md index 531cb3cfe0..622e451063 100644 --- a/packages/ui-simple-select/CHANGELOG.md +++ b/packages/ui-simple-select/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-simple-select diff --git a/packages/ui-simple-select/package.json b/packages/ui-simple-select/package.json index 44315016c2..b070fb9dff 100644 --- a/packages/ui-simple-select/package.json +++ b/packages/ui-simple-select/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-simple-select", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for standard select element behavior.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,22 +24,22 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-select": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-select": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/uid": "^7.4.1", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-spinner/CHANGELOG.md b/packages/ui-spinner/CHANGELOG.md index 56363ba061..68ac8b2102 100644 --- a/packages/ui-spinner/CHANGELOG.md +++ b/packages/ui-spinner/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-spinner diff --git a/packages/ui-spinner/package.json b/packages/ui-spinner/package.json index e63ba86a2f..176fc1369a 100644 --- a/packages/ui-spinner/package.json +++ b/packages/ui-spinner/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-spinner", - "version": "7.4.0", + "version": "7.4.1", "description": "A spinner/loading component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,21 +24,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-stylelint-config/CHANGELOG.md b/packages/ui-stylelint-config/CHANGELOG.md index 9b174b7199..0f882e9918 100644 --- a/packages/ui-stylelint-config/CHANGELOG.md +++ b/packages/ui-stylelint-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-stylelint-config + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-stylelint-config diff --git a/packages/ui-stylelint-config/package.json b/packages/ui-stylelint-config/package.json index 951adf01e7..80d5665a2f 100644 --- a/packages/ui-stylelint-config/package.json +++ b/packages/ui-stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-stylelint-config", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI shared stylelint config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", diff --git a/packages/ui-stylesheet/CHANGELOG.md b/packages/ui-stylesheet/CHANGELOG.md index 4e66b5dbe8..15f82d55b2 100644 --- a/packages/ui-stylesheet/CHANGELOG.md +++ b/packages/ui-stylesheet/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-stylesheet diff --git a/packages/ui-stylesheet/package.json b/packages/ui-stylesheet/package.json index c7b8bba243..470d4de5cd 100644 --- a/packages/ui-stylesheet/package.json +++ b/packages/ui-stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-stylesheet", - "version": "7.4.0", + "version": "7.4.1", "description": "A wrapper around a Glamor StyleSheet.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,7 +21,7 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", diff --git a/packages/ui-svg-images/CHANGELOG.md b/packages/ui-svg-images/CHANGELOG.md index ec28ebe7be..4e820cfc96 100644 --- a/packages/ui-svg-images/CHANGELOG.md +++ b/packages/ui-svg-images/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-svg-images diff --git a/packages/ui-svg-images/package.json b/packages/ui-svg-images/package.json index 24a8c0fc0c..53a7824c17 100644 --- a/packages/ui-svg-images/package.json +++ b/packages/ui-svg-images/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-svg-images", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,17 +23,17 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-table/CHANGELOG.md b/packages/ui-table/CHANGELOG.md index 64d74a51b1..522fe92de1 100644 --- a/packages/ui-table/CHANGELOG.md +++ b/packages/ui-table/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-table diff --git a/packages/ui-table/package.json b/packages/ui-table/package.json index 39535ddccf..80bb72cade 100644 --- a/packages/ui-table/package.json +++ b/packages/ui-table/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-table", - "version": "7.4.0", + "version": "7.4.1", "description": "A styled HTML table component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,22 +23,22 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-simple-select": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-simple-select": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-tabs/CHANGELOG.md b/packages/ui-tabs/CHANGELOG.md index 26d204308f..be66e82302 100644 --- a/packages/ui-tabs/CHANGELOG.md +++ b/packages/ui-tabs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-tabs diff --git a/packages/ui-tabs/package.json b/packages/ui-tabs/package.json index 661600ff39..e53c685332 100644 --- a/packages/ui-tabs/package.json +++ b/packages/ui-tabs/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tabs", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,26 +23,26 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/debounce": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-focusable": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-focusable": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" diff --git a/packages/ui-tag/CHANGELOG.md b/packages/ui-tag/CHANGELOG.md index 0348dc1855..2d897ec9ea 100644 --- a/packages/ui-tag/CHANGELOG.md +++ b/packages/ui-tag/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-tag diff --git a/packages/ui-tag/package.json b/packages/ui-tag/package.json index a57bab4df1..2779302004 100644 --- a/packages/ui-tag/package.json +++ b/packages/ui-tag/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tag", - "version": "7.4.0", + "version": "7.4.1", "description": "A tag component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,21 +24,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-view": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-view": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-template-scripts/CHANGELOG.md b/packages/ui-template-scripts/CHANGELOG.md index 516add921a..fb70614a6e 100644 --- a/packages/ui-template-scripts/CHANGELOG.md +++ b/packages/ui-template-scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-template-scripts + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-template-scripts diff --git a/packages/ui-template-scripts/package.json b/packages/ui-template-scripts/package.json index 548c83877c..d9bdfc173c 100644 --- a/packages/ui-template-scripts/package.json +++ b/packages/ui-template-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-template-scripts", - "version": "7.4.0", + "version": "7.4.1", "description": "A collection of UI scripts for generating code from templates.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -20,7 +20,7 @@ }, "license": "MIT", "dependencies": { - "@instructure/command-utils": "^7.4.0", + "@instructure/command-utils": "^7.4.1", "@lerna/project": "^3", "fs-extra": "^8.1.0", "lodash.template": "^4.5.0", diff --git a/packages/ui-test-locator/CHANGELOG.md b/packages/ui-test-locator/CHANGELOG.md index 782396891b..4df1d44e1f 100644 --- a/packages/ui-test-locator/CHANGELOG.md +++ b/packages/ui-test-locator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-test-locator diff --git a/packages/ui-test-locator/package.json b/packages/ui-test-locator/package.json index dc857f0a19..217d045144 100644 --- a/packages/ui-test-locator/package.json +++ b/packages/ui-test-locator/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-test-locator", - "version": "7.4.0", + "version": "7.4.1", "description": "A locator component for finding components by their defined selector in tests.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,10 +24,10 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-test-queries": "^7.4.0" + "@instructure/ui-test-queries": "^7.4.1" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/ui-test-queries/CHANGELOG.md b/packages/ui-test-queries/CHANGELOG.md index c5a7a81b2f..7947d9060a 100644 --- a/packages/ui-test-queries/CHANGELOG.md +++ b/packages/ui-test-queries/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-test-queries diff --git a/packages/ui-test-queries/package.json b/packages/ui-test-queries/package.json index a4e8d68758..d3530009f9 100644 --- a/packages/ui-test-queries/package.json +++ b/packages/ui-test-queries/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-test-queries", - "version": "7.4.0", + "version": "7.4.1", "description": "Helpers and utilities for queries in UI tests.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,15 +23,15 @@ }, "license": "MIT", "dependencies": { - "@instructure/debounce": "^7.4.0", - "@instructure/ui-axe-check": "^7.4.0", - "@instructure/ui-test-sandbox": "^7.4.0", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-axe-check": "^7.4.1", + "@instructure/ui-test-sandbox": "^7.4.1", "keycode": "^2", "pretty-format": "^24.9.0", "sizzle": "^2.3.4" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/ui-test-sandbox/CHANGELOG.md b/packages/ui-test-sandbox/CHANGELOG.md index 29a2a6e0f4..144cf27820 100644 --- a/packages/ui-test-sandbox/CHANGELOG.md +++ b/packages/ui-test-sandbox/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-test-sandbox diff --git a/packages/ui-test-sandbox/package.json b/packages/ui-test-sandbox/package.json index 0b77875ab3..bc2173fe15 100644 --- a/packages/ui-test-sandbox/package.json +++ b/packages/ui-test-sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-test-sandbox", - "version": "7.4.0", + "version": "7.4.1", "description": "A wrapper for sinon test sandbox and associated utilities.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -27,7 +27,7 @@ "sinon": "^7.4.2" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", + "@instructure/ui-babel-preset": "^7.4.1", "prop-types": "^15.6.2" }, "peerDependencies": { diff --git a/packages/ui-test-utils/CHANGELOG.md b/packages/ui-test-utils/CHANGELOG.md index e714c1eb63..431622ff23 100644 --- a/packages/ui-test-utils/CHANGELOG.md +++ b/packages/ui-test-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-test-utils diff --git a/packages/ui-test-utils/package.json b/packages/ui-test-utils/package.json index 5be5e95788..48eec3d6d3 100644 --- a/packages/ui-test-utils/package.json +++ b/packages/ui-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-test-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI testing library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,13 +21,13 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", + "@instructure/ui-babel-preset": "^7.4.1", "prop-types": "^15.6.2" }, "dependencies": { - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-sandbox": "^7.4.0", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-sandbox": "^7.4.1", "@sheerun/mutationobserver-shim": "^0.3.2", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", diff --git a/packages/ui-testable/CHANGELOG.md b/packages/ui-testable/CHANGELOG.md index 63af7fbc1b..3e966cd77a 100644 --- a/packages/ui-testable/CHANGELOG.md +++ b/packages/ui-testable/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-testable diff --git a/packages/ui-testable/package.json b/packages/ui-testable/package.json index a2f2729346..f9d6986e2d 100644 --- a/packages/ui-testable/package.json +++ b/packages/ui-testable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-testable", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component test utility made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,13 +21,13 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1", "prop-types": "^15.6.2" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-decorator": "^7.4.0" + "@instructure/ui-decorator": "^7.4.1" }, "peerDependencies": { "react": "^16.8", diff --git a/packages/ui-text-area/CHANGELOG.md b/packages/ui-text-area/CHANGELOG.md index 3db2cf67c8..5abcd5242d 100644 --- a/packages/ui-text-area/CHANGELOG.md +++ b/packages/ui-text-area/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-text-area diff --git a/packages/ui-text-area/package.json b/packages/ui-text-area/package.json index 28b9d51980..0e403d0100 100644 --- a/packages/ui-text-area/package.json +++ b/packages/ui-text-area/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-text-area", - "version": "7.4.0", + "version": "7.4.1", "description": "A styled HTML text area component", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,23 +23,23 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/debounce": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-text-input/CHANGELOG.md b/packages/ui-text-input/CHANGELOG.md index 266e9dfa2e..c902ed2f4f 100644 --- a/packages/ui-text-input/CHANGELOG.md +++ b/packages/ui-text-input/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-text-input diff --git a/packages/ui-text-input/package.json b/packages/ui-text-input/package.json index 73ae92c5cd..1248876da2 100644 --- a/packages/ui-text-input/package.json +++ b/packages/ui-text-input/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-text-input", - "version": "7.4.0", + "version": "7.4.1", "description": "A styled HTML text input component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,24 +23,24 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-badge": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-badge": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-flex": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-tag": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-flex": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-tag": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-text/CHANGELOG.md b/packages/ui-text/CHANGELOG.md index ebddcb0aae..a5b8478b58 100644 --- a/packages/ui-text/CHANGELOG.md +++ b/packages/ui-text/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-text diff --git a/packages/ui-text/package.json b/packages/ui-text/package.json index 5eb85e28f7..65372568e8 100644 --- a/packages/ui-text/package.json +++ b/packages/ui-text/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-text", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for styling textual content", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,15 +24,15 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-theme-tokens/CHANGELOG.md b/packages/ui-theme-tokens/CHANGELOG.md index 18e185ddf3..459b98925f 100644 --- a/packages/ui-theme-tokens/CHANGELOG.md +++ b/packages/ui-theme-tokens/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-theme-tokens diff --git a/packages/ui-theme-tokens/package.json b/packages/ui-theme-tokens/package.json index 95a2fec975..f87e49e975 100644 --- a/packages/ui-theme-tokens/package.json +++ b/packages/ui-theme-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-theme-tokens", - "version": "7.4.0", + "version": "7.4.1", "description": "Cross-platform theme tokens for Instructure products", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,13 +21,13 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-themeable": "^7.4.0" + "@instructure/ui-themeable": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/ui-themeable/CHANGELOG.md b/packages/ui-themeable/CHANGELOG.md index cca9b3b2ac..644798e40d 100644 --- a/packages/ui-themeable/CHANGELOG.md +++ b/packages/ui-themeable/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-themeable diff --git a/packages/ui-themeable/package.json b/packages/ui-themeable/package.json index 8b290b9e92..33462ea4bd 100644 --- a/packages/ui-themeable/package.json +++ b/packages/ui-themeable/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-themeable", - "version": "7.4.0", + "version": "7.4.1", "description": "A UI component library made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,20 +23,20 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-decorator": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-stylesheet": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-decorator": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-stylesheet": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/uid": "^7.4.1", "prop-types": "^15" }, "peerDependencies": { diff --git a/packages/ui-themes/CHANGELOG.md b/packages/ui-themes/CHANGELOG.md index a4989e5c01..2ea7bf75ba 100644 --- a/packages/ui-themes/CHANGELOG.md +++ b/packages/ui-themes/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-themes diff --git a/packages/ui-themes/package.json b/packages/ui-themes/package.json index 4be122b483..7fcef01a72 100644 --- a/packages/ui-themes/package.json +++ b/packages/ui-themes/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-themes", - "version": "7.4.0", + "version": "7.4.1", "description": "A library of @instructure/ui-themeable themes", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,12 +21,12 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1" }, "dependencies": { - "@instructure/canvas-high-contrast-theme": "^7.4.0", - "@instructure/canvas-theme": "^7.4.0", - "@instructure/instructure-theme": "^7.4.0" + "@instructure/canvas-high-contrast-theme": "^7.4.1", + "@instructure/canvas-theme": "^7.4.1", + "@instructure/instructure-theme": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/ui-time-select/CHANGELOG.md b/packages/ui-time-select/CHANGELOG.md index aaadbd78cb..b61fe96c24 100644 --- a/packages/ui-time-select/CHANGELOG.md +++ b/packages/ui-time-select/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-time-select diff --git a/packages/ui-time-select/package.json b/packages/ui-time-select/package.json index a361d9316e..c6092121bb 100644 --- a/packages/ui-time-select/package.json +++ b/packages/ui-time-select/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-time-select", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for selecting time values.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,21 +24,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-select": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-select": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/uid": "^7.4.1", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-toggle-details/CHANGELOG.md b/packages/ui-toggle-details/CHANGELOG.md index 9ab84929f1..3ab06f1aa3 100644 --- a/packages/ui-toggle-details/CHANGELOG.md +++ b/packages/ui-toggle-details/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-toggle-details diff --git a/packages/ui-toggle-details/package.json b/packages/ui-toggle-details/package.json index b16d9f5a78..92dc516960 100644 --- a/packages/ui-toggle-details/package.json +++ b/packages/ui-toggle-details/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-toggle-details", - "version": "7.4.0", + "version": "7.4.1", "description": "A styled toggleable, accordion-like component.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,26 +23,26 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-expandable": "^7.4.0", - "@instructure/ui-flex": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-menu": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", - "@instructure/ui-view": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-expandable": "^7.4.1", + "@instructure/ui-flex": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-menu": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", + "@instructure/ui-view": "^7.4.1", + "@instructure/uid": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, diff --git a/packages/ui-token-scripts/CHANGELOG.md b/packages/ui-token-scripts/CHANGELOG.md index d4ccc4f08e..edab24a14f 100644 --- a/packages/ui-token-scripts/CHANGELOG.md +++ b/packages/ui-token-scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-token-scripts + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-token-scripts diff --git a/packages/ui-token-scripts/package.json b/packages/ui-token-scripts/package.json index 154f220384..bc412f78ac 100644 --- a/packages/ui-token-scripts/package.json +++ b/packages/ui-token-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-token-scripts", - "version": "7.4.0", + "version": "7.4.1", "description": "Utility scripts for generating cross-platform tokens from InstUI themes.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,16 +21,16 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/command-utils": "^7.4.0", - "@instructure/config-loader": "^7.4.0", - "@instructure/console": "^7.4.0", + "@instructure/command-utils": "^7.4.1", + "@instructure/config-loader": "^7.4.1", + "@instructure/console": "^7.4.1", "fs-extra": "^9.0.0", "lodash.isplainobject": "^4.0.6", "style-dictionary": "^2.8.3", "yargs": "^14.0.0" }, "devDependencies": { - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-test-utils": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/ui-tooltip/CHANGELOG.md b/packages/ui-tooltip/CHANGELOG.md index 0fdfb74a13..9463d845a3 100644 --- a/packages/ui-tooltip/CHANGELOG.md +++ b/packages/ui-tooltip/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-tooltip diff --git a/packages/ui-tooltip/package.json b/packages/ui-tooltip/package.json index 6514d3d5ab..24f8de3d50 100644 --- a/packages/ui-tooltip/package.json +++ b/packages/ui-tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tooltip", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for showing small text-only overlays on hover/focus.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,21 +23,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-popover": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/uid": "^7.4.0", + "@instructure/ui-popover": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/uid": "^7.4.1", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-queries": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-queries": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-tray/CHANGELOG.md b/packages/ui-tray/CHANGELOG.md index 729c10ecc5..378acef088 100644 --- a/packages/ui-tray/CHANGELOG.md +++ b/packages/ui-tray/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-tray diff --git a/packages/ui-tray/package.json b/packages/ui-tray/package.json index 612711ce4b..7600c415d7 100644 --- a/packages/ui-tray/package.json +++ b/packages/ui-tray/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tray", - "version": "7.4.0", + "version": "7.4.1", "description": "Tray component for secondary/menu content", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,24 +24,24 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-dialog": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-dialog": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-tree-browser/CHANGELOG.md b/packages/ui-tree-browser/CHANGELOG.md index 5c11aaebb8..593a8fb1e6 100644 --- a/packages/ui-tree-browser/CHANGELOG.md +++ b/packages/ui-tree-browser/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-tree-browser diff --git a/packages/ui-tree-browser/package.json b/packages/ui-tree-browser/package.json index ed5fd6f723..23035fd8fb 100644 --- a/packages/ui-tree-browser/package.json +++ b/packages/ui-tree-browser/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-tree-browser", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for displaying a hierarchical view of information", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,19 +23,19 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-locator": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-locator": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-img": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-img": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "classnames": "^2", "keycode": "^2", "prop-types": "^15" diff --git a/packages/ui-truncate-text/CHANGELOG.md b/packages/ui-truncate-text/CHANGELOG.md index 5d72877396..381ae3228a 100644 --- a/packages/ui-truncate-text/CHANGELOG.md +++ b/packages/ui-truncate-text/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-truncate-text diff --git a/packages/ui-truncate-text/package.json b/packages/ui-truncate-text/package.json index a618c82db5..55e4b8cd12 100644 --- a/packages/ui-truncate-text/package.json +++ b/packages/ui-truncate-text/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-truncate-text", - "version": "7.4.0", + "version": "7.4.1", "description": "A TruncateText component made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -23,21 +23,21 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/debounce": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-testable": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-utils": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/debounce": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-testable": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-utils": "^7.4.1", "classnames": "^2", "escape-html": "^1", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-upgrade-scripts/CHANGELOG.md b/packages/ui-upgrade-scripts/CHANGELOG.md index ec006eb8a4..fbc0a4c38d 100644 --- a/packages/ui-upgrade-scripts/CHANGELOG.md +++ b/packages/ui-upgrade-scripts/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-upgrade-scripts + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-upgrade-scripts diff --git a/packages/ui-upgrade-scripts/package.json b/packages/ui-upgrade-scripts/package.json index 55b6fd980b..d3ad4a2e77 100644 --- a/packages/ui-upgrade-scripts/package.json +++ b/packages/ui-upgrade-scripts/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-upgrade-scripts", - "version": "7.4.0", + "version": "7.4.1", "description": "A collection of UI scripts and utils to automate upgrades.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -20,8 +20,8 @@ }, "license": "MIT", "dependencies": { - "@instructure/command-utils": "^7.4.0", - "@instructure/pkg-utils": "^7.4.0", + "@instructure/command-utils": "^7.4.1", + "@instructure/pkg-utils": "^7.4.1", "depcheck": "^0.9.2", "fs-extra": "^8.1.0", "jscodeshift": "^0.7.0", diff --git a/packages/ui-utils/CHANGELOG.md b/packages/ui-utils/CHANGELOG.md index ffe6574900..f78a72863f 100644 --- a/packages/ui-utils/CHANGELOG.md +++ b/packages/ui-utils/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-utils diff --git a/packages/ui-utils/package.json b/packages/ui-utils/package.json index 263f09802c..3a413dd7eb 100644 --- a/packages/ui-utils/package.json +++ b/packages/ui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-utils", - "version": "7.4.0", + "version": "7.4.1", "description": "A collection of utilities for UI components", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,13 +21,13 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", "bowser": "^1.9.4", "fast-deep-equal": "^2", "json-stable-stringify": "^1.0.1", diff --git a/packages/ui-view/CHANGELOG.md b/packages/ui-view/CHANGELOG.md index 8ac39884d4..3bdc631298 100644 --- a/packages/ui-view/CHANGELOG.md +++ b/packages/ui-view/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-view diff --git a/packages/ui-view/package.json b/packages/ui-view/package.json index 841ce892e1..c424d916a4 100644 --- a/packages/ui-view/package.json +++ b/packages/ui-view/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-view", - "version": "7.4.0", + "version": "7.4.1", "description": "A component for basic styles including spacing, sizing, borders, display, positioning, and focus states.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,20 +24,20 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.9.2", - "@instructure/console": "^7.4.0", - "@instructure/ui-color-utils": "^7.4.0", - "@instructure/ui-dom-utils": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-prop-types": "^7.4.0", - "@instructure/ui-react-utils": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", + "@instructure/console": "^7.4.1", + "@instructure/ui-color-utils": "^7.4.1", + "@instructure/ui-dom-utils": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-prop-types": "^7.4.1", + "@instructure/ui-react-utils": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", "classnames": "^2", "prop-types": "^15" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "peerDependencies": { "react": "^16.8" diff --git a/packages/ui-webpack-config/CHANGELOG.md b/packages/ui-webpack-config/CHANGELOG.md index 0becaad7ff..96a670e357 100644 --- a/packages/ui-webpack-config/CHANGELOG.md +++ b/packages/ui-webpack-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +**Note:** Version bump only for package @instructure/ui-webpack-config + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui-webpack-config diff --git a/packages/ui-webpack-config/package.json b/packages/ui-webpack-config/package.json index 718a6153ea..2a261c2f14 100644 --- a/packages/ui-webpack-config/package.json +++ b/packages/ui-webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui-webpack-config", - "version": "7.4.0", + "version": "7.4.1", "description": "A shared webpack config made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -17,10 +17,10 @@ }, "license": "MIT", "dependencies": { - "@instructure/babel-plugin-themeable-styles": "^7.4.0", - "@instructure/config-loader": "^7.4.0", - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-component-examples": "^7.4.0", + "@instructure/babel-plugin-themeable-styles": "^7.4.1", + "@instructure/config-loader": "^7.4.1", + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-component-examples": "^7.4.1", "css-loader": "^3.2.0", "dotenv": "^8.1.0", "eslint-loader": "^3.0.0", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index c039497fcc..f379e02a44 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index fe7c614196..a66ba04cdd 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/ui", - "version": "7.4.0", + "version": "7.4.1", "description": "A meta package exporting all UI components", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -24,74 +24,74 @@ "license": "MIT", "dependencies": { "@babel/runtime": "^7.5.0", - "@instructure/ui-a11y-content": "^7.4.0", - "@instructure/ui-alerts": "^7.4.0", - "@instructure/ui-avatar": "^7.4.0", - "@instructure/ui-badge": "^7.4.0", - "@instructure/ui-billboard": "^7.4.0", - "@instructure/ui-breadcrumb": "^7.4.0", - "@instructure/ui-buttons": "^7.4.0", - "@instructure/ui-byline": "^7.4.0", - "@instructure/ui-calendar": "^7.4.0", - "@instructure/ui-checkbox": "^7.4.0", - "@instructure/ui-code-editor": "^7.4.0", - "@instructure/ui-date-input": "^7.4.0", - "@instructure/ui-dialog": "^7.4.0", - "@instructure/ui-drawer-layout": "^7.4.0", - "@instructure/ui-editable": "^7.4.0", - "@instructure/ui-expandable": "^7.4.0", - "@instructure/ui-file-drop": "^7.4.0", - "@instructure/ui-flex": "^7.4.0", - "@instructure/ui-focusable": "^7.4.0", - "@instructure/ui-form-field": "^7.4.0", - "@instructure/ui-grid": "^7.4.0", - "@instructure/ui-heading": "^7.4.0", - "@instructure/ui-i18n": "^7.4.0", - "@instructure/ui-icons": "^7.4.0", - "@instructure/ui-img": "^7.4.0", - "@instructure/ui-link": "^7.4.0", - "@instructure/ui-list": "^7.4.0", - "@instructure/ui-menu": "^7.4.0", - "@instructure/ui-metric": "^7.4.0", - "@instructure/ui-modal": "^7.4.0", - "@instructure/ui-motion": "^7.4.0", - "@instructure/ui-navigation": "^7.4.0", - "@instructure/ui-number-input": "^7.4.0", - "@instructure/ui-options": "^7.4.0", - "@instructure/ui-overlays": "^7.4.0", - "@instructure/ui-pages": "^7.4.0", - "@instructure/ui-pagination": "^7.4.0", - "@instructure/ui-pill": "^7.4.0", - "@instructure/ui-popover": "^7.4.0", - "@instructure/ui-portal": "^7.4.0", - "@instructure/ui-position": "^7.4.0", - "@instructure/ui-progress": "^7.4.0", - "@instructure/ui-radio-input": "^7.4.0", - "@instructure/ui-range-input": "^7.4.0", - "@instructure/ui-rating": "^7.4.0", - "@instructure/ui-responsive": "^7.4.0", - "@instructure/ui-select": "^7.4.0", - "@instructure/ui-selectable": "^7.4.0", - "@instructure/ui-spinner": "^7.4.0", - "@instructure/ui-svg-images": "^7.4.0", - "@instructure/ui-table": "^7.4.0", - "@instructure/ui-tabs": "^7.4.0", - "@instructure/ui-tag": "^7.4.0", - "@instructure/ui-text": "^7.4.0", - "@instructure/ui-text-area": "^7.4.0", - "@instructure/ui-text-input": "^7.4.0", - "@instructure/ui-themeable": "^7.4.0", - "@instructure/ui-time-select": "^7.4.0", - "@instructure/ui-toggle-details": "^7.4.0", - "@instructure/ui-tooltip": "^7.4.0", - "@instructure/ui-tray": "^7.4.0", - "@instructure/ui-tree-browser": "^7.4.0", - "@instructure/ui-truncate-text": "^7.4.0", - "@instructure/ui-view": "^7.4.0" + "@instructure/ui-a11y-content": "^7.4.1", + "@instructure/ui-alerts": "^7.4.1", + "@instructure/ui-avatar": "^7.4.1", + "@instructure/ui-badge": "^7.4.1", + "@instructure/ui-billboard": "^7.4.1", + "@instructure/ui-breadcrumb": "^7.4.1", + "@instructure/ui-buttons": "^7.4.1", + "@instructure/ui-byline": "^7.4.1", + "@instructure/ui-calendar": "^7.4.1", + "@instructure/ui-checkbox": "^7.4.1", + "@instructure/ui-code-editor": "^7.4.1", + "@instructure/ui-date-input": "^7.4.1", + "@instructure/ui-dialog": "^7.4.1", + "@instructure/ui-drawer-layout": "^7.4.1", + "@instructure/ui-editable": "^7.4.1", + "@instructure/ui-expandable": "^7.4.1", + "@instructure/ui-file-drop": "^7.4.1", + "@instructure/ui-flex": "^7.4.1", + "@instructure/ui-focusable": "^7.4.1", + "@instructure/ui-form-field": "^7.4.1", + "@instructure/ui-grid": "^7.4.1", + "@instructure/ui-heading": "^7.4.1", + "@instructure/ui-i18n": "^7.4.1", + "@instructure/ui-icons": "^7.4.1", + "@instructure/ui-img": "^7.4.1", + "@instructure/ui-link": "^7.4.1", + "@instructure/ui-list": "^7.4.1", + "@instructure/ui-menu": "^7.4.1", + "@instructure/ui-metric": "^7.4.1", + "@instructure/ui-modal": "^7.4.1", + "@instructure/ui-motion": "^7.4.1", + "@instructure/ui-navigation": "^7.4.1", + "@instructure/ui-number-input": "^7.4.1", + "@instructure/ui-options": "^7.4.1", + "@instructure/ui-overlays": "^7.4.1", + "@instructure/ui-pages": "^7.4.1", + "@instructure/ui-pagination": "^7.4.1", + "@instructure/ui-pill": "^7.4.1", + "@instructure/ui-popover": "^7.4.1", + "@instructure/ui-portal": "^7.4.1", + "@instructure/ui-position": "^7.4.1", + "@instructure/ui-progress": "^7.4.1", + "@instructure/ui-radio-input": "^7.4.1", + "@instructure/ui-range-input": "^7.4.1", + "@instructure/ui-rating": "^7.4.1", + "@instructure/ui-responsive": "^7.4.1", + "@instructure/ui-select": "^7.4.1", + "@instructure/ui-selectable": "^7.4.1", + "@instructure/ui-spinner": "^7.4.1", + "@instructure/ui-svg-images": "^7.4.1", + "@instructure/ui-table": "^7.4.1", + "@instructure/ui-tabs": "^7.4.1", + "@instructure/ui-tag": "^7.4.1", + "@instructure/ui-text": "^7.4.1", + "@instructure/ui-text-area": "^7.4.1", + "@instructure/ui-text-input": "^7.4.1", + "@instructure/ui-themeable": "^7.4.1", + "@instructure/ui-time-select": "^7.4.1", + "@instructure/ui-toggle-details": "^7.4.1", + "@instructure/ui-tooltip": "^7.4.1", + "@instructure/ui-tray": "^7.4.1", + "@instructure/ui-tree-browser": "^7.4.1", + "@instructure/ui-truncate-text": "^7.4.1", + "@instructure/ui-view": "^7.4.1" }, "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "publishConfig": { "access": "public" diff --git a/packages/uid/CHANGELOG.md b/packages/uid/CHANGELOG.md index 6211a7b45b..9a5fe3634d 100644 --- a/packages/uid/CHANGELOG.md +++ b/packages/uid/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04) + +### Bug Fixes + +- **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024)) + # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01) **Note:** Version bump only for package @instructure/uid diff --git a/packages/uid/package.json b/packages/uid/package.json index 003f52eb89..06d073a6c8 100644 --- a/packages/uid/package.json +++ b/packages/uid/package.json @@ -1,6 +1,6 @@ { "name": "@instructure/uid", - "version": "7.4.0", + "version": "7.4.1", "description": "A unique (CSS-safe) id generator made by Instructure Inc.", "author": "Instructure, Inc. Engineering and Product Design", "type": "commonjs", @@ -21,8 +21,8 @@ }, "license": "MIT", "devDependencies": { - "@instructure/ui-babel-preset": "^7.4.0", - "@instructure/ui-test-utils": "^7.4.0" + "@instructure/ui-babel-preset": "^7.4.1", + "@instructure/ui-test-utils": "^7.4.1" }, "dependencies": { "@babel/runtime": "^7.9.2"