Skip to content

Commit

Permalink
1.0.0-beta11 release
Browse files Browse the repository at this point in the history
It includes an update on latest @carto/react 1.0.0-beta13
  • Loading branch information
VictorVelarde authored Feb 2, 2021
1 parent f0ca990 commit 2c7c144
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## Not released

## 1.0.0-beta11 (2021-02-02)
- Remove datasets section [#175](https://github.com/CartoDB/carto-react-template/pull/175)
- Client Side Widgets [#159](https://github.com/CartoDB/carto-react-template/pull/159)
- Fix basic tab layout id broken on first load [#162](https://github.com/CartoDB/carto-react-template/issues/162)
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-beta10",
"version": "1.0.0-beta11",
"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-beta12",
"@carto/react": "1.0.0-beta13",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion template-sample-app/template/package.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-beta12",
"private": true,
"dependencies": {
"@carto/react": "1.0.0-beta12",
"@carto/react": "1.0.0-beta13",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
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-beta10",
"version": "1.0.0-beta11",
"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-beta12",
"@carto/react": "1.0.0-beta13",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion template-skeleton/template/package.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0-beta12",
"private": true,
"dependencies": {
"@carto/react": "1.0.0-beta12",
"@carto/react": "1.0.0-beta13",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
Expand Down

1 comment on commit 2c7c144

@vercel
Copy link

@vercel vercel bot commented on 2c7c144 Feb 2, 2021

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.