From fe053b498237dd14d31f664cd0eae1c72a7094bb Mon Sep 17 00:00:00 2001 From: Jeffrey Hawley Date: Tue, 27 Jul 2021 13:24:30 -0700 Subject: [PATCH] Update the version of office ui fabric core so that a new npm package will get created that has the fixes for sass. --- README.md | 2 +- bower.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da2ce19f5..e9ff8b988 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Fabric is a responsive, mobile-first collection of styles and tools designed to make it quick and simple for you to create web experiences using the Office Design Language. -**Latest version:** 11.0.0 +**Latest version:** 11.0.1 ## CONTENTS diff --git a/bower.json b/bower.json index b59b5c345..fc9c4a30e 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "office-ui-fabric-core", "author": "Office UI Fabric Team", - "version": "11.0.0", + "version": "11.0.1", "description": "The front-end framework for building experiences for Office 365.", "license": "MIT", diff --git a/package-lock.json b/package-lock.json index df5480ec2..e9b6d8523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "office-ui-fabric-core", - "version": "11.0.0", + "version": "11.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b4c100c1..b73915ecb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "office-ui-fabric-core", "author": "Office UI Fabric Team", - "version": "11.0.0", + "version": "11.0.1", "description": "The front-end framework for building experiences for Office 365.", "license": "MIT", "scripts": {