Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @microsoft/fast-figma-plugin-msft@0.7.1
 - @microsoft/fast-tooling-react@2.3.1
 - @microsoft/fast-components-msft@1.6.0
 - @microsoft/fast-components@1.6.0
 - @microsoft/fast-element@0.15.1
 - @microsoft/fast-foundation@1.5.0
 - @microsoft/fast-color-explorer@1.6.1
 - @microsoft/fast-component-explorer@0.11.1
 - @microsoft/fast-creator@0.2.1
 - @microsoft/fast-tooling-examples@0.4.1
 - fast-website@1.2.1
 - @microsoft/site-utilities@0.4.1
  • Loading branch information
chrisdholt committed Jul 23, 2020
1 parent ca8ac76 commit 6d194d4
Show file tree
Hide file tree
Showing 24 changed files with 169 additions and 33 deletions.
8 changes: 8 additions & 0 deletions packages/tooling/fast-figma-plugin-msft/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.

## [0.7.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-figma-plugin-msft@0.7.0...@microsoft/fast-figma-plugin-msft@0.7.1) (2020-07-23)

**Note:** Version bump only for package @microsoft/fast-figma-plugin-msft





# [0.7.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-figma-plugin-msft@0.6.10...@microsoft/fast-figma-plugin-msft@0.7.0) (2020-07-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/tooling/fast-figma-plugin-msft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-figma-plugin-msft",
"version": "0.7.0",
"version": "0.7.1",
"description": "A Figma plugin for designing MSFT experiences",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -29,10 +29,10 @@
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-components": "^1.5.0",
"@microsoft/fast-components": "^1.6.0",
"@microsoft/fast-components-react-msft": "^4.32.0",
"@microsoft/fast-components-styles-msft": "^4.29.0",
"@microsoft/fast-element": "^0.15.0",
"@microsoft/fast-element": "^0.15.1",
"@types/figma": "^1.0.2",
"@types/node": "^10.12.12",
"@types/react": "^16.9.17",
Expand Down
8 changes: 8 additions & 0 deletions packages/tooling/fast-tooling-react/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.

## [2.3.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-react@2.3.0...@microsoft/fast-tooling-react@2.3.1) (2020-07-23)

**Note:** Version bump only for package @microsoft/fast-tooling-react





# [2.3.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-react@2.2.5...@microsoft/fast-tooling-react@2.3.0) (2020-07-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/fast-tooling-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-tooling-react",
"description": "A React-specific set of components and utilities to assist in creating web UI",
"sideEffects": false,
"version": "2.3.0",
"version": "2.3.1",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
20 changes: 20 additions & 0 deletions packages/web-components/fast-components-msft/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-components-msft@1.5.0...@microsoft/fast-components-msft@1.6.0) (2020-07-23)


### Bug Fixes

* address nested styling issues and provide a more intuitive API for nesting ([#3528](https://github.com/Microsoft/fast/issues/3528)) ([4fe0dd3](https://github.com/Microsoft/fast/commit/4fe0dd38ce8f2b43be0f13c7efac2f12ada6cd78))
* ensure setAttribute is not called during construction ([#3523](https://github.com/Microsoft/fast/issues/3523)) ([a0b8658](https://github.com/Microsoft/fast/commit/a0b86589317127d1b541cd10e087f9aaf93a0c5f))
* move text field and text area appearances from foundation to components ([#3540](https://github.com/Microsoft/fast/issues/3540)) ([ca8ac76](https://github.com/Microsoft/fast/commit/ca8ac760cdf666fc79a47ba9a21c5f964556dbab))
* rollup minify selectors should retain spaces ([#3524](https://github.com/Microsoft/fast/issues/3524)) ([cbdfc45](https://github.com/Microsoft/fast/commit/cbdfc45c2543fe9f94e0edc7687cc9f04a38e118))
* update nested to be observable and set isNestedItem method to readonly ([#3539](https://github.com/Microsoft/fast/issues/3539)) ([9e67f52](https://github.com/Microsoft/fast/commit/9e67f52a8fd3e1736e3882ef7e2fa3f25e63a396))


### Features

* adds direction property to design system ([#3535](https://github.com/Microsoft/fast/issues/3535)) ([492f5e7](https://github.com/Microsoft/fast/commit/492f5e766610a6cae51c9c90a18b83252a67f9d3))





# [1.5.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-components-msft@1.4.0...@microsoft/fast-components-msft@1.5.0) (2020-07-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/fast-components-msft/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-components-msft",
"description": "A library of Web Components with Microsoft styles",
"sideEffects": false,
"version": "1.5.0",
"version": "1.6.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -92,8 +92,8 @@
"dependencies": {
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-components-styles-msft": "^4.29.0",
"@microsoft/fast-element": "^0.15.0",
"@microsoft/fast-foundation": "^1.4.0",
"@microsoft/fast-element": "^0.15.1",
"@microsoft/fast-foundation": "^1.5.0",
"tslib": "^1.13.0"
}
}
19 changes: 19 additions & 0 deletions packages/web-components/fast-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-components@1.5.0...@microsoft/fast-components@1.6.0) (2020-07-23)


### Bug Fixes

* address nested styling issues and provide a more intuitive API for nesting ([#3528](https://github.com/Microsoft/fast/issues/3528)) ([4fe0dd3](https://github.com/Microsoft/fast/commit/4fe0dd38ce8f2b43be0f13c7efac2f12ada6cd78))
* move text field and text area appearances from foundation to components ([#3540](https://github.com/Microsoft/fast/issues/3540)) ([ca8ac76](https://github.com/Microsoft/fast/commit/ca8ac760cdf666fc79a47ba9a21c5f964556dbab))
* rollup minify selectors should retain spaces ([#3524](https://github.com/Microsoft/fast/issues/3524)) ([cbdfc45](https://github.com/Microsoft/fast/commit/cbdfc45c2543fe9f94e0edc7687cc9f04a38e118))


### Features

* adds direction property to design system ([#3535](https://github.com/Microsoft/fast/issues/3535)) ([492f5e7](https://github.com/Microsoft/fast/commit/492f5e766610a6cae51c9c90a18b83252a67f9d3))
* basic menu item check state toggling ([#3512](https://github.com/Microsoft/fast/issues/3512)) ([ea84cbd](https://github.com/Microsoft/fast/commit/ea84cbd125b16de0ff2ae888f82163178af8da69))





# [1.5.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-components@1.4.0...@microsoft/fast-components@1.5.0) (2020-07-14)


Expand Down
6 changes: 3 additions & 3 deletions packages/web-components/fast-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-components",
"description": "A library of Web Components",
"sideEffects": false,
"version": "1.5.0",
"version": "1.6.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -95,8 +95,8 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.1.0",
"@microsoft/fast-element": "^0.15.0",
"@microsoft/fast-foundation": "^1.4.0",
"@microsoft/fast-element": "^0.15.1",
"@microsoft/fast-foundation": "^1.5.0",
"@microsoft/fast-web-utilities": "^4.6.0",
"tslib": "^1.13.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/web-components/fast-element/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.

## [0.15.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.15.0...@microsoft/fast-element@0.15.1) (2020-07-23)


### Bug Fixes

* rollup minify selectors should retain spaces ([#3524](https://github.com/Microsoft/fast/issues/3524)) ([cbdfc45](https://github.com/Microsoft/fast/commit/cbdfc45c2543fe9f94e0edc7687cc9f04a38e118))





# [0.15.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-element@0.14.0...@microsoft/fast-element@0.15.0) (2020-07-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"sideEffects": false,
"version": "0.15.0",
"version": "0.15.1",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down
19 changes: 19 additions & 0 deletions packages/web-components/fast-foundation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.5.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-foundation@1.4.0...@microsoft/fast-foundation@1.5.0) (2020-07-23)


### Bug Fixes

* address nested styling issues and provide a more intuitive API for nesting ([#3528](https://github.com/Microsoft/fast/issues/3528)) ([4fe0dd3](https://github.com/Microsoft/fast/commit/4fe0dd38ce8f2b43be0f13c7efac2f12ada6cd78))
* move text field and text area appearances from foundation to components ([#3540](https://github.com/Microsoft/fast/issues/3540)) ([ca8ac76](https://github.com/Microsoft/fast/commit/ca8ac760cdf666fc79a47ba9a21c5f964556dbab))
* rollup minify selectors should retain spaces ([#3524](https://github.com/Microsoft/fast/issues/3524)) ([cbdfc45](https://github.com/Microsoft/fast/commit/cbdfc45c2543fe9f94e0edc7687cc9f04a38e118))
* update nested to be observable and set isNestedItem method to readonly ([#3539](https://github.com/Microsoft/fast/issues/3539)) ([9e67f52](https://github.com/Microsoft/fast/commit/9e67f52a8fd3e1736e3882ef7e2fa3f25e63a396))


### Features

* basic menu item check state toggling ([#3512](https://github.com/Microsoft/fast/issues/3512)) ([ea84cbd](https://github.com/Microsoft/fast/commit/ea84cbd125b16de0ff2ae888f82163178af8da69))





# [1.4.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-foundation@1.3.0...@microsoft/fast-foundation@1.4.0) (2020-07-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/web-components/fast-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@microsoft/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "1.4.0",
"version": "1.5.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand Down Expand Up @@ -83,7 +83,7 @@
"webpack": "^4.43.0"
},
"dependencies": {
"@microsoft/fast-element": "^0.15.0",
"@microsoft/fast-element": "^0.15.1",
"@microsoft/fast-web-utilities": "^4.6.0",
"@microsoft/tsdoc-config": "^0.13.4",
"tabbable": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions sites/fast-color-explorer/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.

## [1.6.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-color-explorer@1.6.0...@microsoft/fast-color-explorer@1.6.1) (2020-07-23)

**Note:** Version bump only for package @microsoft/fast-color-explorer





# [1.6.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-color-explorer@1.5.37...@microsoft/fast-color-explorer@1.6.0) (2020-07-14)


Expand Down
4 changes: 2 additions & 2 deletions sites/fast-color-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-color-explorer",
"version": "1.6.0",
"version": "1.6.1",
"description": "Color explorations",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -30,7 +30,7 @@
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@microsoft/eslint-config-fast-dna": "^1.2.0",
"@microsoft/site-utilities": "^0.4.0",
"@microsoft/site-utilities": "^0.4.1",
"@types/lodash": "^4.14.120",
"@types/node": "^10.12.12",
"@types/react": "^16.7.17",
Expand Down
8 changes: 8 additions & 0 deletions sites/fast-component-explorer/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.

## [0.11.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-component-explorer@0.11.0...@microsoft/fast-component-explorer@0.11.1) (2020-07-23)

**Note:** Version bump only for package @microsoft/fast-component-explorer





# [0.11.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-component-explorer@0.10.0...@microsoft/fast-component-explorer@0.11.0) (2020-07-14)


Expand Down
6 changes: 3 additions & 3 deletions sites/fast-component-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-component-explorer",
"version": "0.11.0",
"version": "0.11.1",
"description": "Component exploration",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -38,7 +38,7 @@
"@microsoft/fast-components-foundation-react": "^3.2.0",
"@microsoft/fast-jss-utilities": "^4.8.0",
"@microsoft/fast-layouts-react": "^4.12.0",
"@microsoft/site-utilities": "^0.4.0",
"@microsoft/site-utilities": "^0.4.1",
"@types/lodash-es": "^4.17.0",
"@types/node": "^10.12.12",
"@types/react": "^16.7.17",
Expand Down Expand Up @@ -82,7 +82,7 @@
"@microsoft/fast-components-styles-msft": "^4.29.0",
"@microsoft/fast-jss-manager-react": "^4.8.0",
"@microsoft/fast-tooling": "^0.7.0",
"@microsoft/fast-tooling-react": "^2.3.0",
"@microsoft/fast-tooling-react": "^2.3.1",
"@microsoft/fast-web-utilities": "^4.6.0",
"react-dnd-html5-backend": "^9.0.0"
}
Expand Down
8 changes: 8 additions & 0 deletions sites/fast-creator/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.

## [0.2.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-creator@0.2.0...@microsoft/fast-creator@0.2.1) (2020-07-23)

**Note:** Version bump only for package @microsoft/fast-creator





# [0.2.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-creator@0.1.0...@microsoft/fast-creator@0.2.0) (2020-07-14)


Expand Down
8 changes: 4 additions & 4 deletions sites/fast-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-creator",
"version": "0.2.0",
"version": "0.2.1",
"description": "Creator app for composing UIs and general UI development",
"sideEffects": false,
"private": true,
Expand Down Expand Up @@ -29,7 +29,7 @@
"@microsoft/fast-jss-manager-react": "^4.8.0",
"@microsoft/fast-jss-utilities": "^4.8.0",
"@microsoft/fast-layouts-react": "^4.12.0",
"@microsoft/site-utilities": "^0.4.0",
"@microsoft/site-utilities": "^0.4.1",
"@types/jest": "^25.2.1",
"@types/node": "^9.6.7",
"@types/react": "^16.8.0",
Expand Down Expand Up @@ -66,8 +66,8 @@
"worker-loader": "^2.0.0"
},
"dependencies": {
"@microsoft/fast-components": "^1.5.0",
"@microsoft/fast-components": "^1.6.0",
"@microsoft/fast-tooling": "^0.7.0",
"@microsoft/fast-tooling-react": "^2.3.0"
"@microsoft/fast-tooling-react": "^2.3.1"
}
}
8 changes: 8 additions & 0 deletions sites/fast-tooling-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.

## [0.4.1](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-examples@0.4.0...@microsoft/fast-tooling-examples@0.4.1) (2020-07-23)

**Note:** Version bump only for package @microsoft/fast-tooling-examples





# [0.4.0](https://github.com/Microsoft/fast/compare/@microsoft/fast-tooling-examples@0.3.2...@microsoft/fast-tooling-examples@0.4.0) (2020-07-14)


Expand Down
8 changes: 4 additions & 4 deletions sites/fast-tooling-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A website of tooling examples from the FAST tooling packages",
"sideEffects": false,
"private": true,
"version": "0.4.0",
"version": "0.4.1",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
Expand All @@ -27,7 +27,7 @@
"test": "yarn convert:readme && yarn eslint && yarn build"
},
"devDependencies": {
"@microsoft/site-utilities": "^0.4.0",
"@microsoft/site-utilities": "^0.4.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
Expand All @@ -49,9 +49,9 @@
"worker-loader": "^2.0.0"
},
"dependencies": {
"@microsoft/fast-components": "^1.5.0",
"@microsoft/fast-components": "^1.6.0",
"@microsoft/fast-tooling": "^0.7.0",
"@microsoft/fast-tooling-react": "^2.3.0",
"@microsoft/fast-tooling-react": "^2.3.1",
"focus-visible": "^4.1.5",
"react": "^16.13.1",
"react-dnd": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions sites/fast-website/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.

## [1.2.1](https://github.com/Microsoft/fast/compare/fast-website@1.2.0...fast-website@1.2.1) (2020-07-23)

**Note:** Version bump only for package fast-website





# [1.2.0](https://github.com/Microsoft/fast/compare/fast-website@1.1.2...fast-website@1.2.0) (2020-07-14)


Expand Down
Loading

0 comments on commit 6d194d4

Please sign in to comment.