Skip to content

Commit

Permalink
Release 1.0.0-beta4 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
neokore authored Nov 25, 2020
1 parent 9df8dd0 commit ad442c0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 1.0.0-beta4 (2020-11-25)
- Update @carto/react dependency to 1.0.0-beta5

## 1.0.0-beta3 (2020-11-24)
- Fix regenerator issue, updating @carto/react dependency to 1.0.0-beta2
- Fix to start with HTTPS by default, to allow oauth
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-beta3",
"version": "1.0.0-beta4",
"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-beta2",
"@carto/react": "^1.0.0-beta5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
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-beta3",
"private": true,
"dependencies": {
"@carto/react": "^1.0.0-beta2",
"@carto/react": "^1.0.0-beta5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
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-beta3",
"version": "1.0.0-beta4",
"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-beta2",
"@carto/react": "^1.0.0-beta5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
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-beta3",
"private": true,
"dependencies": {
"@carto/react": "^1.0.0-beta2",
"@carto/react": "^1.0.0-beta5",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
Expand Down

1 comment on commit ad442c0

@vercel
Copy link

@vercel vercel bot commented on ad442c0 Nov 25, 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.