Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from misteinb/bugfix/go-public
Browse files Browse the repository at this point in the history
move to @Micorosft
  • Loading branch information
misteinb authored Aug 27, 2018
2 parents d0e00b9 + 69f90a9 commit 199001a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v4.0.0
### Changed
- move to @microsoft npm scope

## v3.0.4
### Fixed
- toggle controls need switch role for screen readers
Expand Down
4 changes: 2 additions & 2 deletions lib/common/_constants.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import "~@azure-iot/ux-fluent-css/src/typography";
@import "~@azure-iot/ux-fluent-css/src/constants";
@import "~@microsoft/azure-iot-ux-fluent-css/src/typography";
@import "~@microsoft/azure-iot-ux-fluent-css/src/constants";
2 changes: 1 addition & 1 deletion lib/common/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "~@azure-iot/ux-fluent-css/src/mixins";
@import "~@microsoft/azure-iot-ux-fluent-css/src/mixins";

/// Reset button styles
///
Expand Down
4 changes: 2 additions & 2 deletions lib/components/Shell/Shell.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import "~@azure-iot/ux-fluent-css/src/normalize";
@import "~@azure-iot/ux-fluent-css/src/icons";
@import "~@microsoft/azure-iot-ux-fluent-css/src/normalize";
@import "~@microsoft/azure-iot-ux-fluent-css/src/icons";
@import "colors";

// provide some common styling that everyone requires:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-iot/ux-fluent-controls",
"version": "3.0.4",
"name": "@microsoft/azure-iot-ux-fluent-controls",
"version": "4.0.0",
"description": "Azure IoT Fluent React Controls",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"node": ">=8"
},
"devDependencies": {
"@azure-iot/ux-fluent-css": "^3.0.3",
"@microsoft/azure-iot-ux-fluent-css": "^4.0.0",
"@types/chai": "^4.0.4",
"@types/classnames": "^2.2.3",
"@types/enzyme": "^2.8.9",
Expand Down Expand Up @@ -81,7 +81,7 @@
"webpack-dev-server": "^2.9.4"
},
"peerDependencies": {
"@azure-iot/ux-fluent-css": "^3.0.2",
"@microsoft/azure-iot-ux-fluent-css": "^4.0.0",
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"react": "16.x",
Expand Down
2 changes: 1 addition & 1 deletion webpack.styleguide.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
includePaths: [
path.resolve(
__dirname,
'node_modules/@azure-iot/ux-fluent-css/src/'
'node_modules/@microsoft/azure-iot-ux-fluent-css/src/'
),
],
},
Expand Down

0 comments on commit 199001a

Please sign in to comment.