Skip to content

Commit

Permalink
chore(release): 6.10.0
Browse files Browse the repository at this point in the history
Change-Id: I24e387b58720c63604a5c20c7c8993bc396c8b67
Reviewed-on: https://gerrit.instructure.com/206909
Reviewed-by: Jennifer Stern <jstern@instructure.com>
Product-Review: Jennifer Stern <jstern@instructure.com>
Tested-by: Jenkins
QA-Review: Daniel Sasaki <dsasaki@instructure.com>
Visual-Regression-Test: Jennifer Stern <jstern@instructure.com>
  • Loading branch information
Chris Hart authored and junyper committed Aug 27, 2019
1 parent be78f69 commit d78d4c0
Show file tree
Hide file tree
Showing 169 changed files with 1,419 additions and 684 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)


### Bug Fixes

* **ui-a11y:** prevent errors w/ x-domain iframes in FocusRegion ([83267f1](https://github.com/instructure/instructure-ui/commit/83267f1))
* **ui-alerts:** fix React warnings emitted from Alert.updateScreenreaderAlert ([c97e64d](https://github.com/instructure/instructure-ui/commit/c97e64d))
* **ui-docs-plugin:** fix docs in IE11 ([65a875c](https://github.com/instructure/instructure-ui/commit/65a875c))
* **ui-layout:** Map theme vars to Canvas vars ([7f21fec](https://github.com/instructure/instructure-ui/commit/7f21fec))
* **ui-pagination:** fix pagination buttons ([be78f69](https://github.com/instructure/instructure-ui/commit/be78f69))
* **ui-stylesheet,ui-themeable:** error when gt 1 copies of themeable ([b1e8164](https://github.com/instructure/instructure-ui/commit/b1e8164))
* **ui-table:** add aria-sort attributes to Table header ([eb802f1](https://github.com/instructure/instructure-ui/commit/eb802f1))
* **ui-tabs:** don't pass through onChange attr ([3e185d1](https://github.com/instructure/instructure-ui/commit/3e185d1))
* **ui-themeable:** revert the "newless" change ([c4ce9ba](https://github.com/instructure/instructure-ui/commit/c4ce9ba))


### Features

* **ui-forms:** disabled/readOnly in FileDrop ([86f323c](https://github.com/instructure/instructure-ui/commit/86f323c))





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.14.1",
"version": "6.9.0",
"version": "6.10.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "instructure-ui",
"description": "UI libraries made by Instructure Inc.",
"private": true,
"version": "6.9.0",
"version": "6.10.0",
"author": "Instructure, Inc. Engineering and Product Design",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/__docs__/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)


### Bug Fixes

* **ui-stylesheet,ui-themeable:** error when gt 1 copies of themeable ([b1e8164](https://github.com/instructure/instructure-ui/commit/b1e8164))





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package docs-app
Expand Down
84 changes: 42 additions & 42 deletions packages/__docs__/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs-app",
"private": true,
"version": "6.9.0",
"version": "6.10.0",
"description": "Documentation for A UI library made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"repository": {
Expand All @@ -21,51 +21,51 @@
},
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "^6.9.0",
"@instructure/ui-polyfill-loader": "^6.9.0",
"@instructure/ui-webpack-config": "^6.9.0",
"@instructure/ui-babel-preset": "^6.10.0",
"@instructure/ui-polyfill-loader": "^6.10.0",
"@instructure/ui-webpack-config": "^6.10.0",
"raw-loader": "^3.1.0",
"svg-inline-loader": "^0.8.0"
},
"dependencies": {
"@instructure/canvas-high-contrast-theme": "^6.9.0",
"@instructure/canvas-theme": "^6.9.0",
"@instructure/ui-a11y": "^6.9.0",
"@instructure/ui-alerts": "^6.9.0",
"@instructure/ui-billboard": "^6.9.0",
"@instructure/ui-breadcrumb": "^6.9.0",
"@instructure/ui-buttons": "^6.9.0",
"@instructure/ui-calendar": "^6.9.0",
"@instructure/ui-code-editor": "^6.9.0",
"@instructure/ui-date-input": "^6.9.0",
"@instructure/ui-docs-client": "^6.9.0",
"@instructure/ui-docs-plugin": "^6.9.0",
"@instructure/ui-editable": "^6.9.0",
"@instructure/ui-elements": "^6.9.0",
"@instructure/ui-focusable": "^6.9.0",
"@instructure/ui-form-field": "^6.9.0",
"@instructure/ui-forms": "^6.9.0",
"@instructure/ui-i18n": "^6.9.0",
"@instructure/ui-icons": "^6.9.0",
"@instructure/ui-layout": "^6.9.0",
"@instructure/ui-menu": "^6.9.0",
"@instructure/ui-motion": "^6.9.0",
"@instructure/ui-navigation": "^6.9.0",
"@instructure/ui-number-input": "^6.9.0",
"@instructure/ui-options": "^6.9.0",
"@instructure/ui-overlays": "^6.9.0",
"@instructure/ui-pages": "^6.9.0",
"@instructure/ui-pagination": "^6.9.0",
"@instructure/ui-portal": "^6.9.0",
"@instructure/ui-selectable": "^6.9.0",
"@instructure/ui-svg-images": "^6.9.0",
"@instructure/ui-table": "^6.9.0",
"@instructure/ui-tabs": "^6.9.0",
"@instructure/ui-text-input": "^6.9.0",
"@instructure/ui-themeable": "^6.9.0",
"@instructure/ui-toggle-details": "^6.9.0",
"@instructure/ui-tree-browser": "^6.9.0",
"@instructure/ui-utils": "^6.9.0",
"@instructure/canvas-high-contrast-theme": "^6.10.0",
"@instructure/canvas-theme": "^6.10.0",
"@instructure/ui-a11y": "^6.10.0",
"@instructure/ui-alerts": "^6.10.0",
"@instructure/ui-billboard": "^6.10.0",
"@instructure/ui-breadcrumb": "^6.10.0",
"@instructure/ui-buttons": "^6.10.0",
"@instructure/ui-calendar": "^6.10.0",
"@instructure/ui-code-editor": "^6.10.0",
"@instructure/ui-date-input": "^6.10.0",
"@instructure/ui-docs-client": "^6.10.0",
"@instructure/ui-docs-plugin": "^6.10.0",
"@instructure/ui-editable": "^6.10.0",
"@instructure/ui-elements": "^6.10.0",
"@instructure/ui-focusable": "^6.10.0",
"@instructure/ui-form-field": "^6.10.0",
"@instructure/ui-forms": "^6.10.0",
"@instructure/ui-i18n": "^6.10.0",
"@instructure/ui-icons": "^6.10.0",
"@instructure/ui-layout": "^6.10.0",
"@instructure/ui-menu": "^6.10.0",
"@instructure/ui-motion": "^6.10.0",
"@instructure/ui-navigation": "^6.10.0",
"@instructure/ui-number-input": "^6.10.0",
"@instructure/ui-options": "^6.10.0",
"@instructure/ui-overlays": "^6.10.0",
"@instructure/ui-pages": "^6.10.0",
"@instructure/ui-pagination": "^6.10.0",
"@instructure/ui-portal": "^6.10.0",
"@instructure/ui-selectable": "^6.10.0",
"@instructure/ui-svg-images": "^6.10.0",
"@instructure/ui-table": "^6.10.0",
"@instructure/ui-tabs": "^6.10.0",
"@instructure/ui-text-input": "^6.10.0",
"@instructure/ui-themeable": "^6.10.0",
"@instructure/ui-toggle-details": "^6.10.0",
"@instructure/ui-tree-browser": "^6.10.0",
"@instructure/ui-utils": "^6.10.0",
"lorem-ipsum": "^1.0.6",
"moment": "^2.23.0",
"react": "^15 || ^16",
Expand Down
8 changes: 8 additions & 0 deletions packages/__examples__/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)

**Note:** Version bump only for package docs-examples





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package docs-examples
Expand Down
10 changes: 5 additions & 5 deletions packages/__examples__/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs-examples",
"description": "UI libraries made by Instructure Inc.",
"private": true,
"version": "6.9.0",
"version": "6.10.0",
"author": "Instructure, Inc. Engineering and Product Design",
"repository": {
"type": "git",
Expand All @@ -24,10 +24,10 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7",
"@instructure/canvas-theme": "^6.9.0",
"@instructure/ui-babel-preset": "^6.9.0",
"@instructure/ui-component-examples": "^6.9.0",
"@instructure/ui-webpack-config": "^6.9.0",
"@instructure/canvas-theme": "^6.10.0",
"@instructure/ui-babel-preset": "^6.10.0",
"@instructure/ui-component-examples": "^6.10.0",
"@instructure/ui-webpack-config": "^6.10.0",
"@storybook/react": "^5.1.10",
"@storybook/theming": "^5.1.10",
"react": "^15 || ^16",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-themeable-styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)

**Note:** Version bump only for package @instructure/babel-plugin-themeable-styles





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package @instructure/babel-plugin-themeable-styles
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-plugin-themeable-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/babel-plugin-themeable-styles",
"version": "6.9.0",
"version": "6.10.0",
"description": "A babel plugin to transform CSS imports for themeable components",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./lib/index.js",
Expand All @@ -17,10 +17,10 @@
"license": "MIT",
"dependencies": {
"@babel/template": "^7.4.4",
"@instructure/config-loader": "^6.9.0",
"@instructure/pkg-utils": "^6.9.0",
"@instructure/postcss-themeable-styles": "^6.9.0",
"@instructure/ui-postcss-config": "^6.9.0",
"@instructure/config-loader": "^6.10.0",
"@instructure/pkg-utils": "^6.10.0",
"@instructure/postcss-themeable-styles": "^6.10.0",
"@instructure/ui-postcss-config": "^6.10.0",
"css-modules-require-hook": "^4.2.3",
"loader-utils": "^1.2.3",
"postcss": "^7",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)

**Note:** Version bump only for package @instructure/babel-plugin-transform-class-display-name





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package @instructure/babel-plugin-transform-class-display-name
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/babel-plugin-transform-class-display-name",
"version": "6.9.0",
"version": "6.10.0",
"private": true,
"description": "A babel plugin to add a displayName property to React component class declarations",
"author": "Instructure, Inc. Engineering and Product Design",
Expand Down
8 changes: 8 additions & 0 deletions packages/babel-plugin-transform-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)

**Note:** Version bump only for package @instructure/babel-plugin-transform-imports





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package @instructure/babel-plugin-transform-imports
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-transform-imports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/babel-plugin-transform-imports",
"version": "6.9.0",
"version": "6.10.0",
"description": "A babel plugin made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/browserslist-config-instui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)

**Note:** Version bump only for package @instructure/browserslist-config-instui





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package @instructure/browserslist-config-instui
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-instui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/browserslist-config-instui",
"version": "6.9.0",
"version": "6.10.0",
"description": "A shared browserslist config made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/canvas-high-contrast-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)

**Note:** Version bump only for package @instructure/canvas-high-contrast-theme





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package @instructure/canvas-high-contrast-theme
Expand Down
12 changes: 6 additions & 6 deletions packages/canvas-high-contrast-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/canvas-high-contrast-theme",
"version": "6.9.0",
"version": "6.10.0",
"description": "A high contrast theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./lib/index.js",
Expand All @@ -20,14 +20,14 @@
},
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "^6.9.0",
"@instructure/ui-color-utils": "^6.9.0",
"@instructure/ui-test-utils": "^6.9.0"
"@instructure/ui-babel-preset": "^6.10.0",
"@instructure/ui-color-utils": "^6.10.0",
"@instructure/ui-test-utils": "^6.10.0"
},
"dependencies": {
"@babel/runtime": "^7",
"@instructure/canvas-theme": "^6.9.0",
"@instructure/ui-themeable": "^6.9.0"
"@instructure/canvas-theme": "^6.10.0",
"@instructure/ui-themeable": "^6.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/canvas-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)

**Note:** Version bump only for package @instructure/canvas-theme





# [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)

**Note:** Version bump only for package @instructure/canvas-theme
Expand Down
10 changes: 5 additions & 5 deletions packages/canvas-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@instructure/canvas-theme",
"version": "6.9.0",
"version": "6.10.0",
"description": "A theme for Canvas LMS made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",
"main": "./lib/index.js",
Expand All @@ -20,13 +20,13 @@
},
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "^6.9.0",
"@instructure/ui-color-utils": "^6.9.0",
"@instructure/ui-test-utils": "^6.9.0"
"@instructure/ui-babel-preset": "^6.10.0",
"@instructure/ui-color-utils": "^6.10.0",
"@instructure/ui-test-utils": "^6.10.0"
},
"dependencies": {
"@babel/runtime": "^7",
"@instructure/ui-themeable": "^6.9.0"
"@instructure/ui-themeable": "^6.10.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit d78d4c0

Please sign in to comment.