Skip to content

Commit

Permalink
Release v1.0.0-beta7 (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
neokore authored Dec 15, 2020
1 parent 68d3c66 commit e7d5ac4
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# CHANGELOG

## Not released
## 1.0.0-beta7 (2020-12-15)
- Refactor to use local UserMenuLogin for managing Login button [#144](https://github.com/CartoDB/carto-react-template/pull/144)
- Add a new forceOAuthLogin option to appSlice, so a fullscreen Login protects the whole app [#146](https://github.com/CartoDB/carto-react-template/pull/146)
- Refactor to adapt UserDatasets to datasets read-all scope [#147](https://github.com/CartoDB/carto-react-template/pull/147)
- Fix issue with UserDatasets removal [#147](https://github.com/CartoDB/carto-react-template/pull/147)
- Legend fixes for mobile [#148](https://github.com/CartoDB/carto-react-template/pull/148)
- Improve selected store style [#148](https://github.com/CartoDB/carto-react-template/pull/148)
- Mobile design improvements [#149](https://github.com/CartoDB/carto-react-template/pull/149)

## 1.0.0-beta6 (2020-12-04)
- Improve layout for mobile (specially for iOS) [#141](https://github.com/CartoDB/carto-react-template/pull/141)
Expand Down
2 changes: 1 addition & 1 deletion template-sample-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/cra-template-sample-app",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"keywords": [
"react",
"create-react-app",
Expand Down
2 changes: 1 addition & 1 deletion template-sample-app/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"dependencies": {
"@carto/react": "^1.0.0-beta7",
"@carto/react": "^1.0.0-beta8",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions template-sample-app/template/package.dev.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-boilerplate",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"private": true,
"dependencies": {
"@carto/react": "^1.0.0-beta7",
"@carto/react": "^1.0.0-beta8",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion template-skeleton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@carto/cra-template",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"keywords": [
"react",
"create-react-app",
Expand Down
2 changes: 1 addition & 1 deletion template-skeleton/template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"dependencies": {
"@carto/react": "^1.0.0-beta7",
"@carto/react": "^1.0.0-beta8",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions template-skeleton/template/package.dev.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-boilerplate",
"version": "1.0.0-beta6",
"version": "1.0.0-beta7",
"private": true,
"dependencies": {
"@carto/react": "^1.0.0-beta7",
"@carto/react": "^1.0.0-beta8",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
Expand Down

1 comment on commit e7d5ac4

@vercel
Copy link

@vercel vercel bot commented on e7d5ac4 Dec 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.