Skip to content

Commit

Permalink
1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde authored Mar 11, 2021
1 parent fd88203 commit 8fb28b6
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 34 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-rc.1 (2021-03-11)
- Add cypress e2e tests in CI [#194](https://github.com/CartoDB/carto-react-template/pull/194)
- Fix layer hygen unable to identify proper sources [#198](https://github.com/CartoDB/carto-react-template/pull/198)
- Fix cross browser geocoder marker display [#199](https://github.com/CartoDB/carto-react-template/pull/199)
Expand Down
4 changes: 2 additions & 2 deletions 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-beta12",
"version": "1.0.0-rc.1",
"keywords": [
"react",
"create-react-app",
Expand All @@ -10,7 +10,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/CartoDB/cra-template-carto.git"
"url": "https://github.com/CartoDB/carto-react-template.git"
},
"description": "CARTO template Sample App for Create React App",
"main": "template.json",
Expand Down
14 changes: 7 additions & 7 deletions template-sample-app/template.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"package": {
"dependencies": {
"@carto/react-api": "0.0.1-rc.6",
"@carto/react-auth": "0.0.1-rc.6",
"@carto/react-basemaps": "0.0.1-rc.6",
"@carto/react-core": "0.0.1-rc.6",
"@carto/react-redux": "0.0.1-rc.6",
"@carto/react-ui": "0.0.1-rc.6",
"@carto/react-widgets": "0.0.1-rc.6",
"@carto/react-api": "1.0.0-rc.1",
"@carto/react-auth": "1.0.0-rc.1",
"@carto/react-basemaps": "1.0.0-rc.1",
"@carto/react-core": "1.0.0-rc.1",
"@carto/react-redux": "1.0.0-rc.1",
"@carto/react-ui": "1.0.0-rc.1",
"@carto/react-widgets": "1.0.0-rc.1",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
Expand Down
16 changes: 8 additions & 8 deletions template-sample-app/template/package.dev.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "carto-for-react",
"version": "1.0.0-beta12",
"version": "1.0.0-rc.1",
"private": true,
"dependencies": {
"@carto/react-api": "0.0.1-rc.6",
"@carto/react-auth": "0.0.1-rc.6",
"@carto/react-basemaps": "0.0.1-rc.6",
"@carto/react-core": "0.0.1-rc.6",
"@carto/react-redux": "0.0.1-rc.6",
"@carto/react-ui": "0.0.1-rc.6",
"@carto/react-widgets": "0.0.1-rc.6",
"@carto/react-api": "1.0.0-rc.1",
"@carto/react-auth": "1.0.0-rc.1",
"@carto/react-basemaps": "1.0.0-rc.1",
"@carto/react-core": "1.0.0-rc.1",
"@carto/react-redux": "1.0.0-rc.1",
"@carto/react-ui": "1.0.0-rc.1",
"@carto/react-widgets": "1.0.0-rc.1",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
Expand Down
4 changes: 2 additions & 2 deletions 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-beta12",
"version": "1.0.0-rc.1",
"keywords": [
"react",
"create-react-app",
Expand All @@ -10,7 +10,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/CartoDB/cra-template-carto.git"
"url": "https://github.com/CartoDB/carto-react-template.git"
},
"description": "CARTO template for Create React App",
"main": "template.json",
Expand Down
14 changes: 7 additions & 7 deletions template-skeleton/template.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"package": {
"dependencies": {
"@carto/react-api": "0.0.1-rc.6",
"@carto/react-auth": "0.0.1-rc.6",
"@carto/react-basemaps": "0.0.1-rc.6",
"@carto/react-core": "0.0.1-rc.6",
"@carto/react-redux": "0.0.1-rc.6",
"@carto/react-ui": "0.0.1-rc.6",
"@carto/react-widgets": "0.0.1-rc.6",
"@carto/react-api": "1.0.0-rc.1",
"@carto/react-auth": "1.0.0-rc.1",
"@carto/react-basemaps": "1.0.0-rc.1",
"@carto/react-core": "1.0.0-rc.1",
"@carto/react-redux": "1.0.0-rc.1",
"@carto/react-ui": "1.0.0-rc.1",
"@carto/react-widgets": "1.0.0-rc.1",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
Expand Down
16 changes: 8 additions & 8 deletions template-skeleton/template/package.dev.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "carto-for-react",
"version": "1.0.0-beta12",
"version": "1.0.0-rc.1",
"private": true,
"dependencies": {
"@carto/react-api": "0.0.1-rc.6",
"@carto/react-auth": "0.0.1-rc.6",
"@carto/react-basemaps": "0.0.1-rc.6",
"@carto/react-core": "0.0.1-rc.6",
"@carto/react-redux": "0.0.1-rc.6",
"@carto/react-ui": "0.0.1-rc.6",
"@carto/react-widgets": "0.0.1-rc.6",
"@carto/react-api": "1.0.0-rc.1",
"@carto/react-auth": "1.0.0-rc.1",
"@carto/react-basemaps": "1.0.0-rc.1",
"@carto/react-core": "1.0.0-rc.1",
"@carto/react-redux": "1.0.0-rc.1",
"@carto/react-ui": "1.0.0-rc.1",
"@carto/react-widgets": "1.0.0-rc.1",
"@formatjs/intl-getcanonicallocales": "^1.5.3",
"@formatjs/intl-locale": "^2.4.14",
"@formatjs/intl-numberformat": "^6.1.4",
Expand Down

1 comment on commit 8fb28b6

@vercel
Copy link

@vercel vercel bot commented on 8fb28b6 Mar 11, 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.