Skip to content

Commit

Permalink
chore(release): update packages to v1.1.0 (microsoft#400)
Browse files Browse the repository at this point in the history
* chore(build): remove publish config from lerna.json

* v1.1.0
  • Loading branch information
chrisdholt authored May 10, 2018
1 parent 868cbe9 commit 211bff5
Show file tree
Hide file tree
Showing 42 changed files with 689 additions and 91 deletions.
76 changes: 74 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,90 @@
<a name="1.0.0"></a>
# 1.0.0 (2018-03-08)
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# 1.1.0 (2018-05-09)


### Bug Fixes

* **naming:** fix component names to align to repo standard ([#202](https://github.com/Microsoft/fast-dna/issues/202)) ([298836e](https://github.com/Microsoft/fast-dna/commit/298836e))
* corrects typing of ICSS rules ([#15](https://github.com/Microsoft/fast-dna/issues/15)) ([44dc167](https://github.com/Microsoft/fast-dna/commit/44dc167))
* **animation:** refactor animate sequence and group to remove code duplication ([#325](https://github.com/Microsoft/fast-dna/issues/325)) ([2beeb98](https://github.com/Microsoft/fast-dna/commit/2beeb98))
* **build:** fixes an issue where npm install was failing due to mismatched package dependency versions ([#21](https://github.com/Microsoft/fast-dna/issues/21)) ([1dda250](https://github.com/Microsoft/fast-dna/commit/1dda250))
* **button:** fixes button import which caused issues using the framework outside the monorepository ([#377](https://github.com/Microsoft/fast-dna/issues/377)) ([e39c178](https://github.com/Microsoft/fast-dna/commit/e39c178))
* **dev-site:** add design system provider to component example factory ([#359](https://github.com/Microsoft/fast-dna/issues/359)) ([7f01fd5](https://github.com/Microsoft/fast-dna/commit/7f01fd5))
* **package:** rename fast-development-site to fast-react-development-site ([#115](https://github.com/Microsoft/fast-dna/issues/115)) ([196d6bb](https://github.com/Microsoft/fast-dna/commit/196d6bb))
* **package:** rename fast-react-components-fluent to fast-react-components-msft ([#117](https://github.com/Microsoft/fast-dna/issues/117)) ([c0e735a](https://github.com/Microsoft/fast-dna/commit/c0e735a))
* **permutator:** fix duplicate code for handling required and optional data ([#323](https://github.com/Microsoft/fast-dna/issues/323)) ([e5817dc](https://github.com/Microsoft/fast-dna/commit/e5817dc))
* **permutator:** refactor repeated code to check if a location is recursive into a new utility ([#327](https://github.com/Microsoft/fast-dna/issues/327)) ([4e5e093](https://github.com/Microsoft/fast-dna/commit/4e5e093))
* **tests:** fix polymer issue during lerna run test ([#261](https://github.com/Microsoft/fast-dna/issues/261)) ([1142a6a](https://github.com/Microsoft/fast-dna/commit/1142a6a))
* **tslint:** fix tslint errors ([#114](https://github.com/Microsoft/fast-dna/issues/114)) ([78fea3e](https://github.com/Microsoft/fast-dna/commit/78fea3e))
* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30))
* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953))
* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90))
* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e))


### Features

* add color utility package ([#138](https://github.com/Microsoft/fast-dna/issues/138)) ([f666c23](https://github.com/Microsoft/fast-dna/commit/f666c23))
* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38))
* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c))
* add hypertext component ([#210](https://github.com/Microsoft/fast-dna/issues/210)) ([9e363ff](https://github.com/Microsoft/fast-dna/commit/9e363ff))
* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe))
* add tabbed navigation for development site ([#343](https://github.com/Microsoft/fast-dna/issues/343)) ([dcab3bc](https://github.com/Microsoft/fast-dna/commit/dcab3bc))
* adds button boilerplate ([#11](https://github.com/Microsoft/fast-dna/issues/11)) ([5048f41](https://github.com/Microsoft/fast-dna/commit/5048f41))
* adds fast-development-site for testing component libraries ([#7](https://github.com/Microsoft/fast-dna/issues/7)) ([53ce962](https://github.com/Microsoft/fast-dna/commit/53ce962))
* adds fast-react-component-base directory ([#10](https://github.com/Microsoft/fast-dna/issues/10)) ([c4a2acb](https://github.com/Microsoft/fast-dna/commit/c4a2acb))
* **typography:** add typography as a new base component and style ([#247](https://github.com/Microsoft/fast-dna/issues/247)) ([df3804e](https://github.com/Microsoft/fast-dna/commit/df3804e))
* adds fast-react-jss-manager project ([#2](https://github.com/Microsoft/fast-dna/issues/2)) ([e70acfd](https://github.com/Microsoft/fast-dna/commit/e70acfd))
* **angular:** add preliminary JSS manager for angular ([#140](https://github.com/Microsoft/fast-dna/issues/140)) ([0799251](https://github.com/Microsoft/fast-dna/commit/0799251))
* **build:** add development site and automated example path generation ([#98](https://github.com/Microsoft/fast-dna/issues/98)) ([1c7e7d4](https://github.com/Microsoft/fast-dna/commit/1c7e7d4))
* **build:** add development site to fast react components fluent ([#101](https://github.com/Microsoft/fast-dna/issues/101)) ([951f894](https://github.com/Microsoft/fast-dna/commit/951f894))
* **button:** allows button to be rendered as an HTML button or an anchor element ([#93](https://github.com/Microsoft/fast-dna/issues/93)) ([96db63d](https://github.com/Microsoft/fast-dna/commit/96db63d))
* **button:** updates to current msft styles ([#314](https://github.com/Microsoft/fast-dna/issues/314)) ([0029e06](https://github.com/Microsoft/fast-dna/commit/0029e06))
* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988))
* **development site:** update the styling to reflect the new comps ([#275](https://github.com/Microsoft/fast-dna/issues/275)) ([e4c5609](https://github.com/Microsoft/fast-dna/commit/e4c5609))
* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4))
* **docs:** add development site tools panel ([#383](https://github.com/Microsoft/fast-dna/issues/383)) ([86b491a](https://github.com/Microsoft/fast-dna/commit/86b491a))
* **fluent:** adds fluent breakpoints and typographic ramp for heading, subheading, paragraph and caption ([#110](https://github.com/Microsoft/fast-dna/issues/110)) ([8450514](https://github.com/Microsoft/fast-dna/commit/8450514))
* **form:** add the form generator to the development site ([#362](https://github.com/Microsoft/fast-dna/issues/362)) ([b4c97bf](https://github.com/Microsoft/fast-dna/commit/b4c97bf))
* **form generator:** adds JSS ([#392](https://github.com/Microsoft/fast-dna/issues/392)) ([aee1084](https://github.com/Microsoft/fast-dna/commit/aee1084))
* **form generator:** adds styling scaffolding and JSS for select ([#363](https://github.com/Microsoft/fast-dna/issues/363)) ([4aeef73](https://github.com/Microsoft/fast-dna/commit/4aeef73))
* **Foundation:** adds base functionality to Foundation component ([#23](https://github.com/Microsoft/fast-dna/issues/23)) ([d4e1685](https://github.com/Microsoft/fast-dna/commit/d4e1685))
* update utility to include localized spacing and direction ([#308](https://github.com/Microsoft/fast-dna/issues/308)) ([e45ea1a](https://github.com/Microsoft/fast-dna/commit/e45ea1a))
* **heading:** add heading as a new msft component ([#280](https://github.com/Microsoft/fast-dna/issues/280)) ([b7ee1ab](https://github.com/Microsoft/fast-dna/commit/b7ee1ab))
* **hypertext:** remove code duplication in hypertext styles ([#321](https://github.com/Microsoft/fast-dna/issues/321)) ([911572f](https://github.com/Microsoft/fast-dna/commit/911572f))
* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed))
* **jss-manager-react:** add stylesheet overrides as props ([#282](https://github.com/Microsoft/fast-dna/issues/282)) ([8610f35](https://github.com/Microsoft/fast-dna/commit/8610f35))
* **label:** add new component and msft styles ([#265](https://github.com/Microsoft/fast-dna/issues/265)) ([0328028](https://github.com/Microsoft/fast-dna/commit/0328028))
* **markdown:** add utility to convert markdown to msft component strings ([#346](https://github.com/Microsoft/fast-dna/issues/346)) ([67bca5f](https://github.com/Microsoft/fast-dna/commit/67bca5f))
* **packages:** adds the data permutator, react viewer and browser extensions packages ([#51](https://github.com/Microsoft/fast-dna/issues/51)) ([f5268b8](https://github.com/Microsoft/fast-dna/commit/f5268b8))
* **structure:** updates the structure for the development site ([#217](https://github.com/Microsoft/fast-dna/issues/217)) ([e153b0b](https://github.com/Microsoft/fast-dna/commit/e153b0b))
* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0))
* **utilities:** add package for jss utilities ([#286](https://github.com/Microsoft/fast-dna/issues/286)) ([e1e9caf](https://github.com/Microsoft/fast-dna/commit/e1e9caf))
* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6))
* Forked Class name contracts so we can have one for Base and one for MSFT ([#262](https://github.com/Microsoft/fast-dna/issues/262)) ([a4c54c0](https://github.com/Microsoft/fast-dna/commit/a4c54c0))
* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a))
* update to React 16.3 ([#251](https://github.com/Microsoft/fast-dna/issues/251)) ([1fe77ef](https://github.com/Microsoft/fast-dna/commit/1fe77ef))




<a name="1.0.0"></a>
# 1.0.0 (2018-03-08)


### Bug Fixes

* corrects typing of ICSS rules ([#15](https://github.com/Microsoft/fast-dna/issues/15)) ([44dc167](https://github.com/Microsoft/fast-dna/commit/44dc167))


### Features

* adds button boilerplate ([#11](https://github.com/Microsoft/fast-dna/issues/11)) ([5048f41](https://github.com/Microsoft/fast-dna/commit/5048f41))
* adds fast-development-site for testing component libraries ([#7](https://github.com/Microsoft/fast-dna/issues/7)) ([53ce962](https://github.com/Microsoft/fast-dna/commit/53ce962))
* adds fast-react-component-base directory ([#10](https://github.com/Microsoft/fast-dna/issues/10)) ([c4a2acb](https://github.com/Microsoft/fast-dna/commit/c4a2acb))
* adds fast-react-jss-manager project ([#2](https://github.com/Microsoft/fast-dna/issues/2)) ([e70acfd](https://github.com/Microsoft/fast-dna/commit/e70acfd))
10 changes: 1 addition & 9 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.0.4",
"command": {
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"gitRemote": "upstream",
"message": "chore(release): publish %s"
}
},
"version": "1.1.0",
"lerna": "2.9.0"
}
29 changes: 29 additions & 0 deletions packages/fast-animation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# 1.1.0 (2018-05-09)


### Bug Fixes

* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953))
* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90))
* **animation:** refactor animate sequence and group to remove code duplication ([#325](https://github.com/Microsoft/fast-dna/issues/325)) ([2beeb98](https://github.com/Microsoft/fast-dna/commit/2beeb98))
* **tslint:** fix tslint errors ([#114](https://github.com/Microsoft/fast-dna/issues/114)) ([78fea3e](https://github.com/Microsoft/fast-dna/commit/78fea3e))
* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30))
* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e))


### Features

* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988))
* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed))
* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0))
* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c))
* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe))
* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6))
* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a))
* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4))
4 changes: 2 additions & 2 deletions packages/fast-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-animation",
"description": "An animation library that simplifies interactions and animations using the Web Animation API.",
"version": "1.0.4",
"version": "1.1.0",
"license": "MIT",
"main": "dist/index.js",
"repository": {
Expand All @@ -26,7 +26,7 @@
"unit-tests": "jest"
},
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.0.4",
"@microsoft/fast-tslint-rules": "^1.1.0",
"@types/jest": "^21.1.2",
"@types/node": "^7.0.22",
"@types/react": "^15.0.24",
Expand Down
29 changes: 29 additions & 0 deletions packages/fast-browser-extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# 1.1.0 (2018-05-09)


### Bug Fixes

* **tslint:** fix tslint errors ([#114](https://github.com/Microsoft/fast-dna/issues/114)) ([78fea3e](https://github.com/Microsoft/fast-dna/commit/78fea3e))
* ensure app build and tslint processes run prior in the build gate ([#132](https://github.com/Microsoft/fast-dna/issues/132)) ([e74f953](https://github.com/Microsoft/fast-dna/commit/e74f953))
* **tslint:** fixes incorrect tslint rule regarding ordered imports ([#188](https://github.com/Microsoft/fast-dna/issues/188)) ([ebe0b30](https://github.com/Microsoft/fast-dna/commit/ebe0b30))
* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90))
* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e))


### Features

* add divider component ([#205](https://github.com/Microsoft/fast-dna/issues/205)) ([ae25c38](https://github.com/Microsoft/fast-dna/commit/ae25c38))
* **checkbox:** add new component with styles ([#252](https://github.com/Microsoft/fast-dna/issues/252)) ([3ad3988](https://github.com/Microsoft/fast-dna/commit/3ad3988))
* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed))
* **packages:** adds the data permutator, react viewer and browser extensions packages ([#51](https://github.com/Microsoft/fast-dna/issues/51)) ([f5268b8](https://github.com/Microsoft/fast-dna/commit/f5268b8))
* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0))
* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c))
* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe))
* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a))
* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4))
4 changes: 2 additions & 2 deletions packages/fast-browser-extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-browser-extensions",
"description": "An extension for testing real-world localization, theming, and other production type scenarios in web development.",
"version": "1.0.4",
"version": "1.1.0",
"author": {
"name": "Microsoft",
"email": "fwq@microsoft.com"
Expand All @@ -23,7 +23,7 @@
"tslint:fix": "tslint -c ./tslint.json --fix '**/*.ts'"
},
"devDependencies": {
"@microsoft/fast-tslint-rules": "^1.0.4",
"@microsoft/fast-tslint-rules": "^1.1.0",
"@types/chrome": "0.0.56",
"@types/node": "^8.5.1",
"copy-webpack-plugin": "^4.5.1",
Expand Down
25 changes: 25 additions & 0 deletions packages/fast-colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# 1.1.0 (2018-05-09)


### Bug Fixes

* fix tslint globbing issue and enforce whitespace in import/export statements ([#219](https://github.com/Microsoft/fast-dna/issues/219)) ([4637a90](https://github.com/Microsoft/fast-dna/commit/4637a90))
* travis-CI build-break ([#336](https://github.com/Microsoft/fast-dna/issues/336)) ([bffbf5e](https://github.com/Microsoft/fast-dna/commit/bffbf5e))


### Features

* add color utility package ([#138](https://github.com/Microsoft/fast-dna/issues/138)) ([f666c23](https://github.com/Microsoft/fast-dna/commit/f666c23))
* **Image:** add new component and msft styles ([#237](https://github.com/Microsoft/fast-dna/issues/237)) ([ea057ed](https://github.com/Microsoft/fast-dna/commit/ea057ed))
* **toggle:** add new component and msft styles ([#212](https://github.com/Microsoft/fast-dna/issues/212)) ([b9dd3e0](https://github.com/Microsoft/fast-dna/commit/b9dd3e0))
* add form generator to the packages ([#311](https://github.com/Microsoft/fast-dna/issues/311)) ([a339b3c](https://github.com/Microsoft/fast-dna/commit/a339b3c))
* add snapshot test suite ([#207](https://github.com/Microsoft/fast-dna/issues/207)) ([7ceaafe](https://github.com/Microsoft/fast-dna/commit/7ceaafe))
* catagorizing relevant dependencies as peerDependencies ([#186](https://github.com/Microsoft/fast-dna/issues/186)) ([7e15db6](https://github.com/Microsoft/fast-dna/commit/7e15db6))
* remove JSS manager dependency from React base components ([#148](https://github.com/Microsoft/fast-dna/issues/148)) ([48de34a](https://github.com/Microsoft/fast-dna/commit/48de34a))
* update code coverage on travis ([#330](https://github.com/Microsoft/fast-dna/issues/330)) ([63ab4f4](https://github.com/Microsoft/fast-dna/commit/63ab4f4))
Loading

0 comments on commit 211bff5

Please sign in to comment.