Skip to content

Commit

Permalink
chore: prepare release react-northstar 0.62.0 (#22428)
Browse files Browse the repository at this point in the history
* ‘chore: prepare release react-northstar 0.62.0

* @fluentui/react-northstar_v0.62.0

Co-authored-by: Juraj Kapsiar <[email protected]>
Co-authored-by: Fluent UI Build <[email protected]>
  • Loading branch information
3 people authored Apr 13, 2022
1 parent b37857d commit aa24cdf
Show file tree
Hide file tree
Showing 29 changed files with 104 additions and 100 deletions.
4 changes: 4 additions & 0 deletions packages/fluentui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

<!--------------------------------[ v0.62.0 ]------------------------------- -->
## [v0.62.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-northstar_v0.62.0) (2022-04-08)
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-northstar_v0.61.0..@fluentui/react-northstar_v0.62.0)

### BREAKING CHANGES
- `mergeThemes()` and other `merge*` functions used for styling accept only two parameters @layershifter ([#22123](https://github.com/microsoft/fluentui/pull/22123))
- Create portal elements in separate elements @layershifter ([#22329](https://github.com/microsoft/fluentui/pull/22329))
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/ability-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/ability-attributes",
"description": "Accessibility attributes schema for Fluent UI",
"version": "0.61.0",
"version": "0.62.0",
"author": "Marat Abdullin <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/accessibility/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/accessibility",
"description": "A set of reusable framework accessibility behaviours.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Oleksandr Fediashov <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/fluentui/circulars-test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@fluentui/circulars-test",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"license": "MIT",
"dependencies": {
"@fluentui/react-northstar": "^0.61.0"
"@fluentui/react-northstar": "^0.62.0"
},
"devDependencies": {
"@fluentui/scripts": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/fluentui/code-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@fluentui/code-sandbox",
"description": "Fluent UI tools for CodeSandbox.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Oleksandr Fediashov <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@fluentui/docs-components": "^0.61.0",
"@fluentui/docs-components": "^0.62.0",
"lodash": "^4.17.15"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
"@fluentui/react-northstar": "^0.61.0",
"@fluentui/react-northstar": "^0.62.0",
"@fluentui/scripts": "^1.0.0"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/digest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/digest",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"main": "lib/digest.js",
"module": "lib/digest.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/docs-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/docs-components",
"description": "A set of React components to build docs sites.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Oleksandr Fediashov <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
Expand Down
34 changes: 17 additions & 17 deletions packages/fluentui/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "@fluentui/docs",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"license": "MIT",
"dependencies": {
"@charlietango/use-script": "^2.1.1",
"@fluentui/ability-attributes": "^0.61.0",
"@fluentui/accessibility": "^0.61.0",
"@fluentui/code-sandbox": "^0.61.0",
"@fluentui/docs-components": "^0.61.0",
"@fluentui/react-bindings": "^0.61.0",
"@fluentui/react-builder": "^0.61.0",
"@fluentui/react-component-event-listener": "^0.61.0",
"@fluentui/react-component-ref": "^0.61.0",
"@fluentui/react-icons-northstar": "^0.61.0",
"@fluentui/react-northstar": "^0.61.0",
"@fluentui/react-northstar-emotion-renderer": "^0.61.0",
"@fluentui/react-northstar-fela-renderer": "^0.61.0",
"@fluentui/react-northstar-prototypes": "^0.61.0",
"@fluentui/react-northstar-styles-renderer": "^0.61.0",
"@fluentui/react-telemetry": "^0.61.0",
"@fluentui/styles": "^0.61.0",
"@fluentui/ability-attributes": "^0.62.0",
"@fluentui/accessibility": "^0.62.0",
"@fluentui/code-sandbox": "^0.62.0",
"@fluentui/docs-components": "^0.62.0",
"@fluentui/react-bindings": "^0.62.0",
"@fluentui/react-builder": "^0.62.0",
"@fluentui/react-component-event-listener": "^0.62.0",
"@fluentui/react-component-ref": "^0.62.0",
"@fluentui/react-icons-northstar": "^0.62.0",
"@fluentui/react-northstar": "^0.62.0",
"@fluentui/react-northstar-emotion-renderer": "^0.62.0",
"@fluentui/react-northstar-fela-renderer": "^0.62.0",
"@fluentui/react-northstar-prototypes": "^0.62.0",
"@fluentui/react-northstar-styles-renderer": "^0.62.0",
"@fluentui/react-telemetry": "^0.62.0",
"@fluentui/styles": "^0.62.0",
"@hot-loader/react-dom": "16.14.0",
"@mdx-js/react": "^1.5.5",
"@types/semver": "^5.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/fluentui/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fluentui/e2e",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"license": "MIT",
"dependencies": {
"@fluentui/accessibility": "^0.61.0",
"@fluentui/react-icons-northstar": "^0.61.0",
"@fluentui/react-northstar": "^0.61.0",
"@fluentui/react-northstar-prototypes": "^0.61.0",
"@fluentui/accessibility": "^0.62.0",
"@fluentui/react-icons-northstar": "^0.62.0",
"@fluentui/react-northstar": "^0.62.0",
"@fluentui/react-northstar-prototypes": "^0.62.0",
"@types/react-router-dom": "^5.1.5",
"cypress": "9.5.2",
"cypress-real-events": "1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages": ["**/*"],
"npmClient": "yarn",
"version": "0.61.0"
"version": "0.62.0"
}
4 changes: 2 additions & 2 deletions packages/fluentui/local-sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluentui/local-sandbox",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"serve": "node ./server.js"
},
"dependencies": {
"@fluentui/react-northstar": "^0.61.0"
"@fluentui/react-northstar": "^0.62.0"
},
"devDependencies": {
"source-map-loader": "2.0.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/fluentui/perf-test-northstar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/perf-test-northstar",
"description": "Perf tests for fluentui.",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"scripts": {
"build": "just-scripts build",
Expand All @@ -12,9 +12,9 @@
"perf:test:base": "just-scripts perf-test --base"
},
"devDependencies": {
"@fluentui/digest": "^0.61.0",
"@fluentui/react-northstar": "^0.61.0",
"@fluentui/react-northstar-prototypes": "^0.61.0",
"@fluentui/digest": "^0.62.0",
"@fluentui/react-northstar": "^0.62.0",
"@fluentui/react-northstar-prototypes": "^0.62.0",
"flamegrill": "0.2.0"
},
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/fluentui/perf/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fluentui/perf",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@fluentui/docs": "^0.61.0",
"@fluentui/docs": "^0.62.0",
"@fluentui/eslint-plugin": "*",
"@fluentui/react-northstar": "^0.61.0",
"@fluentui/react-northstar": "^0.62.0",
"lodash": "^4.17.15",
"minimatch": "^3.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fluentui/projects-test/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@fluentui/projects-test",
"version": "0.61.0",
"version": "0.62.0",
"private": true,
"license": "MIT",
"dependencies": {
"@fluentui/react-northstar": "^0.61.0"
"@fluentui/react-northstar": "^0.62.0"
},
"devDependencies": {
"@fluentui/scripts": "^1.0.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/fluentui/react-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@fluentui/react-bindings",
"description": "A set of components and hooks to build components libraries and UI kits.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Oleksandr Fediashov <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@fluentui/accessibility": "^0.61.0",
"@fluentui/react-component-event-listener": "^0.61.0",
"@fluentui/react-component-ref": "^0.61.0",
"@fluentui/react-northstar-fela-renderer": "^0.61.0",
"@fluentui/react-northstar-styles-renderer": "^0.61.0",
"@fluentui/state": "^0.61.0",
"@fluentui/styles": "^0.61.0",
"@fluentui/accessibility": "^0.62.0",
"@fluentui/react-component-event-listener": "^0.62.0",
"@fluentui/react-component-ref": "^0.62.0",
"@fluentui/react-northstar-fela-renderer": "^0.62.0",
"@fluentui/react-northstar-styles-renderer": "^0.62.0",
"@fluentui/state": "^0.62.0",
"@fluentui/styles": "^0.62.0",
"@uifabric/utilities": "^7.32.3",
"classnames": "^2.2.6",
"lodash": "^4.17.15",
Expand Down
16 changes: 8 additions & 8 deletions packages/fluentui/react-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@fluentui/react-builder",
"description": "A drag and drop UI builder.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Levi Thomason <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@fluentui/accessibility": "^0.61.0",
"@fluentui/code-sandbox": "^0.61.0",
"@fluentui/docs-components": "^0.61.0",
"@fluentui/react-component-event-listener": "^0.61.0",
"@fluentui/react-component-ref": "^0.61.0",
"@fluentui/react-icons-northstar": "^0.61.0",
"@fluentui/react-northstar": "^0.61.0",
"@fluentui/accessibility": "^0.62.0",
"@fluentui/code-sandbox": "^0.62.0",
"@fluentui/docs-components": "^0.62.0",
"@fluentui/react-component-event-listener": "^0.62.0",
"@fluentui/react-component-ref": "^0.62.0",
"@fluentui/react-icons-northstar": "^0.62.0",
"@fluentui/react-northstar": "^0.62.0",
"axe-core": "3.5.0",
"immer": "^9.0.12",
"lodash": "^4.17.15",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/react-component-event-listener",
"description": "React components for binding events on the global scope.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Oleksandr Fediashov <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/react-component-nesting-registry",
"description": "Registers a DOM nodes within a context.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Oleksandr Fediashov <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/fluentui/react-component-ref/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fluentui/react-component-ref",
"description": "A set of components and utils to deal with React refs.",
"version": "0.61.0",
"version": "0.62.0",
"author": "Oleksandr Fediashov <[email protected]>",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/fluentui/react-icons-northstar/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@fluentui/react-icons-northstar",
"description": "A set svg icons and utilities for creating custom ones.",
"version": "0.61.0",
"version": "0.62.0",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@fluentui/accessibility": "^0.61.0",
"@fluentui/react-bindings": "^0.61.0",
"@fluentui/styles": "^0.61.0",
"@fluentui/accessibility": "^0.62.0",
"@fluentui/react-bindings": "^0.62.0",
"@fluentui/styles": "^0.62.0",
"classnames": "^2.2.6"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@fluentui/react-northstar-emotion-renderer",
"description": "A CSS-in-JS renderer based on Emotion for FluentUI React Northstar.",
"version": "0.61.0",
"version": "0.62.0",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@emotion/cache": "^11.4.0",
"@emotion/serialize": "^1.0.2",
"@emotion/sheet": "^1.0.1",
"@emotion/utils": "^1.0.0",
"@fluentui/react-northstar-styles-renderer": "^0.61.0",
"@fluentui/styles": "^0.61.0",
"@fluentui/react-northstar-styles-renderer": "^0.62.0",
"@fluentui/styles": "^0.62.0",
"stylis": "^4.0.6",
"stylis-plugin-rtl": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/fluentui/react-northstar-fela-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@fluentui/react-northstar-fela-renderer",
"description": "A CSS-in-JS renderer based on Fela for FluentUI React Northstar.",
"version": "0.61.0",
"version": "0.62.0",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@fluentui/react-northstar-styles-renderer": "^0.61.0",
"@fluentui/styles": "^0.61.0",
"@fluentui/react-northstar-styles-renderer": "^0.62.0",
"@fluentui/styles": "^0.62.0",
"css-in-js-utils": "^3.0.0",
"fela": "^10.6.1",
"fela-plugin-embedded": "^10.6.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/fluentui/react-northstar-prototypes/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "@fluentui/react-northstar-prototypes",
"description": "A set of prototypes built using @fluentui/react-northstar",
"version": "0.61.0",
"version": "0.62.0",
"bugs": "https://github.com/microsoft/fluentui/issues",
"private": true,
"dependencies": {
"@babel/runtime": "^7.10.4",
"@fluentui/accessibility": "^0.61.0",
"@fluentui/code-sandbox": "^0.61.0",
"@fluentui/docs-components": "^0.61.0",
"@fluentui/react-bindings": "^0.61.0",
"@fluentui/react-component-event-listener": "^0.61.0",
"@fluentui/react-component-ref": "^0.61.0",
"@fluentui/react-icons-northstar": "^0.61.0",
"@fluentui/react-northstar": "^0.61.0",
"@fluentui/accessibility": "^0.62.0",
"@fluentui/code-sandbox": "^0.62.0",
"@fluentui/docs-components": "^0.62.0",
"@fluentui/react-bindings": "^0.62.0",
"@fluentui/react-component-event-listener": "^0.62.0",
"@fluentui/react-component-ref": "^0.62.0",
"@fluentui/react-icons-northstar": "^0.62.0",
"@fluentui/react-northstar": "^0.62.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
"csstype": "^3.0.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@fluentui/react-northstar-styles-renderer",
"description": "A noop renderer for FluentUI React Northstar with typings.",
"version": "0.61.0",
"version": "0.62.0",
"bugs": "https://github.com/microsoft/fluentui/issues",
"dependencies": {
"@babel/runtime": "^7.10.4",
"@fluentui/styles": "^0.61.0"
"@fluentui/styles": "^0.62.0"
},
"devDependencies": {
"@fluentui/eslint-plugin": "*",
Expand Down
Loading

0 comments on commit aa24cdf

Please sign in to comment.