Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit e7d5ac4

Browse files
authored
Release v1.0.0-beta7 (#151)
1 parent 68d3c66 commit e7d5ac4

File tree

7 files changed

+12
-9
lines changed

7 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CHANGELOG
22

3-
## Not released
3+
## 1.0.0-beta7 (2020-12-15)
44
- Refactor to use local UserMenuLogin for managing Login button [#144](https://github.com/CartoDB/carto-react-template/pull/144)
55
- 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)
66
- Refactor to adapt UserDatasets to datasets read-all scope [#147](https://github.com/CartoDB/carto-react-template/pull/147)
77
- Fix issue with UserDatasets removal [#147](https://github.com/CartoDB/carto-react-template/pull/147)
8+
- Legend fixes for mobile [#148](https://github.com/CartoDB/carto-react-template/pull/148)
9+
- Improve selected store style [#148](https://github.com/CartoDB/carto-react-template/pull/148)
10+
- Mobile design improvements [#149](https://github.com/CartoDB/carto-react-template/pull/149)
811

912
## 1.0.0-beta6 (2020-12-04)
1013
- Improve layout for mobile (specially for iOS) [#141](https://github.com/CartoDB/carto-react-template/pull/141)

template-sample-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carto/cra-template-sample-app",
3-
"version": "1.0.0-beta6",
3+
"version": "1.0.0-beta7",
44
"keywords": [
55
"react",
66
"create-react-app",

template-sample-app/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"dependencies": {
4-
"@carto/react": "^1.0.0-beta7",
4+
"@carto/react": "^1.0.0-beta8",
55
"@formatjs/intl-getcanonicallocales": "^1.5.2",
66
"@formatjs/intl-locale": "^2.4.8",
77
"@formatjs/intl-numberformat": "^6.0.0",

template-sample-app/template/package.dev.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-boilerplate",
3-
"version": "1.0.0-beta6",
3+
"version": "1.0.0-beta7",
44
"private": true,
55
"dependencies": {
6-
"@carto/react": "^1.0.0-beta7",
6+
"@carto/react": "^1.0.0-beta8",
77
"@formatjs/intl-getcanonicallocales": "^1.5.2",
88
"@formatjs/intl-locale": "^2.4.8",
99
"@formatjs/intl-numberformat": "^6.0.0",

template-skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@carto/cra-template",
3-
"version": "1.0.0-beta6",
3+
"version": "1.0.0-beta7",
44
"keywords": [
55
"react",
66
"create-react-app",

template-skeleton/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"dependencies": {
4-
"@carto/react": "^1.0.0-beta7",
4+
"@carto/react": "^1.0.0-beta8",
55
"@formatjs/intl-getcanonicallocales": "^1.5.2",
66
"@formatjs/intl-locale": "^2.4.8",
77
"@formatjs/intl-numberformat": "^6.0.0",

template-skeleton/template/package.dev.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "react-boilerplate",
3-
"version": "1.0.0-beta6",
3+
"version": "1.0.0-beta7",
44
"private": true,
55
"dependencies": {
6-
"@carto/react": "^1.0.0-beta7",
6+
"@carto/react": "^1.0.0-beta8",
77
"@formatjs/intl-getcanonicallocales": "^1.5.2",
88
"@formatjs/intl-locale": "^2.4.8",
99
"@formatjs/intl-numberformat": "^6.0.0",

0 commit comments

Comments
 (0)