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

Commit 2c7c144

Browse files
1.0.0-beta11 release
It includes an update on latest @carto/react 1.0.0-beta13
1 parent f0ca990 commit 2c7c144

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# CHANGELOG
22

33
## Not released
4+
5+
## 1.0.0-beta11 (2021-02-02)
46
- Remove datasets section [#175](https://github.com/CartoDB/carto-react-template/pull/175)
57
- Client Side Widgets [#159](https://github.com/CartoDB/carto-react-template/pull/159)
68
- Fix basic tab layout id broken on first load [#162](https://github.com/CartoDB/carto-react-template/issues/162)

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-beta10",
3+
"version": "1.0.0-beta11",
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-beta12",
4+
"@carto/react": "1.0.0-beta13",
55
"@formatjs/intl-getcanonicallocales": "^1.5.3",
66
"@formatjs/intl-locale": "^2.4.14",
77
"@formatjs/intl-numberformat": "^6.1.4",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta12",
44
"private": true,
55
"dependencies": {
6-
"@carto/react": "1.0.0-beta12",
6+
"@carto/react": "1.0.0-beta13",
77
"@formatjs/intl-getcanonicallocales": "^1.5.3",
88
"@formatjs/intl-locale": "^2.4.14",
99
"@formatjs/intl-numberformat": "^6.1.4",

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-beta10",
3+
"version": "1.0.0-beta11",
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-beta12",
4+
"@carto/react": "1.0.0-beta13",
55
"@formatjs/intl-getcanonicallocales": "^1.5.3",
66
"@formatjs/intl-locale": "^2.4.14",
77
"@formatjs/intl-numberformat": "^6.1.4",

template-skeleton/template/package.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0-beta12",
44
"private": true,
55
"dependencies": {
6-
"@carto/react": "1.0.0-beta12",
6+
"@carto/react": "1.0.0-beta13",
77
"@formatjs/intl-getcanonicallocales": "^1.5.3",
88
"@formatjs/intl-locale": "^2.4.14",
99
"@formatjs/intl-numberformat": "^6.1.4",

0 commit comments

Comments
 (0)