Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @equinor/[email protected]
 - @equinor/[email protected]
 - @equinor/[email protected]
 - @equinor/[email protected]
 - @equinor/[email protected]
  • Loading branch information
odinr committed Oct 13, 2021
1 parent 911e71a commit 4a1ba83
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 9 deletions.
16 changes: 16 additions & 0 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.5.0 (2021-10-13)


### Bug Fixes

* **button:** expose expandContent ([6f17464](https://github.com/equinor/fusion-react-components/commit/6f1746429729c01c4ad6346949a79b5aa74cd28a))


### Features

* add new element creator ([efd2a2a](https://github.com/equinor/fusion-react-components/commit/efd2a2a3bfcf53c8cc640cafb8351bc137ecc677))





# 0.4.0 (2021-10-05)


Expand Down
2 changes: 1 addition & 1 deletion packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-button",
"version": "0.4.0",
"version": "0.5.0",
"description": "React component for displaying a button",
"keywords": [
"button",
Expand Down
8 changes: 8 additions & 0 deletions packages/filterpane/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.1.9](https://github.com/equinor/fusion-react-components/compare/@equinor/[email protected]...@equinor/[email protected]) (2021-10-13)

**Note:** Version bump only for package @equinor/fusion-react-filter





## [1.1.8](https://github.com/equinor/fusion-react-components/compare/@equinor/[email protected]...@equinor/[email protected]) (2021-10-05)

**Note:** Version bump only for package @equinor/fusion-react-filter
Expand Down
4 changes: 2 additions & 2 deletions packages/filterpane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-filter",
"version": "1.1.8",
"version": "1.1.9",
"description": "component for Filtering data",
"author": "",
"homepage": "https://github.com/equinor/fusion-react-components/tree/master/packages/filterpane#readme",
Expand Down Expand Up @@ -38,7 +38,7 @@
"url": "https://github.com/equinor/fusion-react-components/issues"
},
"dependencies": {
"@equinor/fusion-react-button": "^0.4.0",
"@equinor/fusion-react-button": "^0.5.0",
"@equinor/fusion-react-checkbox": "^0.3.6",
"@equinor/fusion-react-radio": "^0.3.6",
"@equinor/fusion-react-styles": "^0.3.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/hanging-garden/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.9 (2021-10-13)

**Note:** Version bump only for package @equinor/fusion-react-hanging-garden





## [1.6.8](https://github.com/equinor/fusion-react-components/compare/@equinor/[email protected]...@equinor/[email protected]) (2021-10-11)

**Note:** Version bump only for package @equinor/fusion-react-hanging-garden
Expand Down
2 changes: 1 addition & 1 deletion packages/hanging-garden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-hanging-garden",
"version": "1.6.8",
"version": "1.6.9",
"description": "component handling rendering of hanging gardens",
"author": "",
"homepage": "https://github.com/equinor/fusion-react-components/tree/master/packages/HangingGarden#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/table/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/equinor/fusion-react-components/compare/@equinor/[email protected]...@equinor/[email protected]) (2021-10-13)

**Note:** Version bump only for package @equinor/fusion-react-table





# 0.4.0 (2021-10-12)


Expand Down
2 changes: 1 addition & 1 deletion packages/table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-table",
"version": "0.4.0",
"version": "0.4.1",
"description": "component for displaying tables",
"keywords": [
"table",
Expand Down
8 changes: 8 additions & 0 deletions storybook/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.24.1](https://github.com/equinor/fusion-react-components/compare/@equinor/[email protected]...@equinor/[email protected]) (2021-10-13)

**Note:** Version bump only for package @equinor/fusion-react-components-stories





# [1.24.0](https://github.com/equinor/fusion-react-components/compare/@equinor/[email protected]...@equinor/[email protected]) (2021-10-12)


Expand Down
8 changes: 4 additions & 4 deletions storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-react-components-stories",
"version": "1.24.0",
"version": "1.24.1",
"description": "",
"private": true,
"scripts": {
Expand All @@ -14,16 +14,16 @@
"@babel/core": "^7.15.5",
"@equinor/fusion-react-avatar": "^0.2.4",
"@equinor/fusion-react-badge": "^0.2.4",
"@equinor/fusion-react-button": "^0.4.0",
"@equinor/fusion-react-button": "^0.5.0",
"@equinor/fusion-react-checkbox": "^0.3.6",
"@equinor/fusion-react-date": "^0.3.7",
"@equinor/fusion-react-datepicker": "^0.9.8",
"@equinor/fusion-react-hanging-garden": "^1.6.8",
"@equinor/fusion-react-hanging-garden": "^1.6.9",
"@equinor/fusion-react-icon": "^0.1.5",
"@equinor/fusion-react-radio": "^0.3.6",
"@equinor/fusion-react-styles": "^0.3.5",
"@equinor/fusion-react-switch": "^0.3.6",
"@equinor/fusion-react-table": "^0.4.0",
"@equinor/fusion-react-table": "^0.4.1",
"@equinor/fusion-react-textarea": "^0.5.0",
"@equinor/fusion-react-textinput": "^0.6.0",
"@equinor/fusion-wc-theme": "^0.2.15",
Expand Down

0 comments on commit 4a1ba83

Please sign in to comment.