Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Bump version to 9.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wheaton committed Mar 21, 2018
1 parent 8cc784a commit de33b37
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,23 @@

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:** 9.5.0
**Latest version:** 9.6.0

## Contents

- [What's included](#whats-included)
- [Get started](#get-started)
- [Learn more](#learn-more)
- [Contribute to Fabric](#contribute-to-fabric)
- [Licenses](#licenses)
- [Changelog](#changelog)
* [What's included](#whats-included)
* [Get started](#get-started)
* [Learn more](#learn-more)
* [Contribute to Fabric](#contribute-to-fabric)
* [Licenses](#licenses)
* [Changelog](#changelog)

## What's included

This repository contains the core styles used across all aspects of Fabric including icons, type, fonts, colors, the grid, etc. This is a separate project from [Office UI Fabric React](https://github.com/OfficeDev/office-ui-fabric-react), which contains the React components.

## Get started

For a quick start, reference the latest release of Fabric from a CDN or add a copy to your project. See [get started](https://developer.microsoft.com/en-us/fabric#/get-started) on the [Office UI Fabric site](https://developer.microsoft.com/en-us/fabric) for full details on the most common ways to get started with the core along with a description of what's included.

If you'd like to get Fabric through a package manager such as Bower, npm, or NuGet, check out the [package manager docs](https://github.com/OfficeDev/office-ui-fabric-core/blob/master/ghdocs/PACKAGES.md).
Expand All @@ -40,8 +42,9 @@ Bug reports, feature requests, and questions are posted on the [issue tracker](h
All files in this GitHub repository are subject to the [MIT license](https://github.com/OfficeDev/office-ui-fabric-core/blob/master/LICENSE). This project also references fonts and icons from a CDN, which are subject to a separate [asset license](https://static2.sharepointonline.com/files/fabric/assets/license.txt).

## Changelog

We use [GitHub Releases](https://github.com/blog/1547-release-your-software) to manage our releases, including the changelog between every release. View a complete list of additions, fixes, and changes since 1.0 on the [releases](https://github.com/OfficeDev/Office-UI-Fabric/releases) page.

- - -
---

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "office-ui-fabric-core",
"author": "Office UI Fabric Team",
"version": "9.5.0",
"description": "The front-end framework for building experiences for Office 365.",
"version": "9.6.0",
"description":
"The front-end framework for building experiences for Office 365.",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "office-ui-fabric-core",
"author": "Office UI Fabric Team",
"version": "9.5.0",
"description": "The front-end framework for building experiences for Office 365.",
"version": "9.6.0",
"description":
"The front-end framework for building experiences for Office 365.",
"license": "MIT",
"scripts": {
"test": "gulp"
Expand Down

0 comments on commit de33b37

Please sign in to comment.