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

Commit ad370b6

Browse files
authored
1.0.2
1 parent bb034e0 commit ad370b6

File tree

7 files changed

+10
-17
lines changed

7 files changed

+10
-17
lines changed

CHANGELOG.md

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

3-
## Not released
3+
## 1.0.2 (2021-05-05)
4+
45
- Update hygen to latest version, fixing hygen code injection for windows [#228](https://github.com/CartoDB/carto-react-template/pull/228)
56

67
## 1.0.1 (2021-04-22)

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.1",
3+
"version": "1.0.2",
44
"keywords": [
55
"react",
66
"create-react-app",

template-sample-app/template.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"firebase-tools": "^9.2.2",
3131
"history": "^5.0.0",
3232
"husky": "^4.3.8",
33-
"hygen": "^6.0.4",
33+
"hygen": "^6.1.0",
3434
"lint-staged": "^10.5.3",
3535
"prettier": "^2.2.1",
3636
"react": "^17.0.1",
@@ -55,11 +55,7 @@
5555
},
5656
"browserslist": {
5757
"production": [">0.2%", "not dead", "not op_mini all", "not explorer 11"],
58-
"development": [
59-
"last 1 chrome version",
60-
"last 1 firefox version",
61-
"last 1 safari version"
62-
]
58+
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
6359
},
6460
"husky": {
6561
"hooks": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carto-for-react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"dependencies": {
66
"@carto/react-api": "1.0.1",

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.1",
3+
"version": "1.0.2",
44
"keywords": [
55
"react",
66
"create-react-app",

template-skeleton/template.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"firebase-tools": "^9.2.2",
3131
"history": "^5.0.0",
3232
"husky": "^4.3.8",
33-
"hygen": "^6.0.4",
33+
"hygen": "^6.1.0",
3434
"lint-staged": "^10.5.3",
3535
"prettier": "^2.2.1",
3636
"react": "^17.0.1",
@@ -55,11 +55,7 @@
5555
},
5656
"browserslist": {
5757
"production": [">0.2%", "not dead", "not op_mini all", "not explorer 11"],
58-
"development": [
59-
"last 1 chrome version",
60-
"last 1 firefox version",
61-
"last 1 safari version"
62-
]
58+
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
6359
},
6460
"husky": {
6561
"hooks": {

template-skeleton/template/package.dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "carto-for-react",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"dependencies": {
66
"@carto/react-api": "1.0.1",

0 commit comments

Comments
 (0)