Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alebinson committed May 3, 2021
1 parent 041ea76 commit e470b45
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/MapColonies/shared-components/compare/@map-colonies/[email protected]...@map-colonies/[email protected]) (2021-05-03)


### Bug Fixes

* **themeing:** theming for dialog and map tools ([#99](https://github.com/MapColonies/shared-components/issues/99)) ([041ea76](https://github.com/MapColonies/shared-components/commit/041ea769815cee5cf8b0c18ac55ea107e665d99c))


### Features

* **map-settings:** custom map settings dialog (basemaps, scenemodes) ([#98](https://github.com/MapColonies/shared-components/issues/98)) ([c0d5931](https://github.com/MapColonies/shared-components/commit/c0d5931979c94ccca66ec01fbed990472d965652))






## [3.3.6](https://github.com/MapColonies/shared-components/compare/@map-colonies/[email protected]...@map-colonies/[email protected]) (2021-01-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@map-colonies/react-components",
"version": "3.3.6",
"version": "3.4.0",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@map-colonies/react-core": "^3.2.0",
"@map-colonies/react-core": "^3.3.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-ui-components/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.

# [3.3.0](https://github.com/MapColonies/shared-components/compare/@map-colonies/[email protected]...@map-colonies/[email protected]) (2021-05-03)


### Bug Fixes

* **themeing:** theming for dialog and map tools ([#99](https://github.com/MapColonies/shared-components/issues/99)) ([041ea76](https://github.com/MapColonies/shared-components/commit/041ea769815cee5cf8b0c18ac55ea107e665d99c))





# [3.2.0](https://github.com/MapColonies/shared-components/compare/@map-colonies/[email protected]...@map-colonies/[email protected]) (2020-12-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@map-colonies/react-core",
"version": "3.2.0",
"version": "3.3.0",
"module": "dist/index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e470b45

Please sign in to comment.