This repository was archived by the owner on Jan 5, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## Not released
3+ ## 1.0.0-beta9 (2020-12-18)
44- Fix use of layerAttributes in UserDatasets [ #154 ] ( https://github.com/CartoDB/carto-react-template/pull/154 )
55- Improve stores layout and loading [ #155 ] ( https://github.com/CartoDB/carto-react-template/pull/155 )
66- Fix store filters when using breadcrumbs to all stores [ #156 ] ( https://github.com/CartoDB/carto-react-template/pull/156 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @carto/cra-template-sample-app" ,
3- "version" : " 1.0.0-beta7 " ,
3+ "version" : " 1.0.0-beta9 " ,
44 "keywords" : [
55 " react" ,
66 " create-react-app" ,
2323 "start" : " cd template && react-scripts start" ,
2424 "build" : " cd template && react-scripts build" ,
2525 "test" : " cd template && react-scripts test" ,
26- "clean" : " cd template && rm -rf _templates && rm -rf node_modules && rm -f package.json && rm -f yarn.lock && rm -f package-lock.json" ,
26+ "clean" : " cd template && rm -rf build && rm -rf _templates && rm -rf node_modules && rm -f package.json && rm -f yarn.lock && rm -f package-lock.json" ,
2727 "release" : " yarn clean && cp template/README.md README.md && cp -r ../hygen/_templates template/_templates && sync && yarn publish --access public --non-interactive"
2828 },
2929 "husky" : {
Original file line number Diff line number Diff line change 11{
22 "package" : {
33 "dependencies" : {
4- "@carto/react" : " ^1.0.0-beta8 " ,
4+ "@carto/react" : " ^1.0.0-beta9 " ,
55 "@formatjs/intl-getcanonicallocales" : " ^1.5.2" ,
66 "@formatjs/intl-locale" : " ^2.4.8" ,
77 "@formatjs/intl-numberformat" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-boilerplate" ,
3- "version" : " 1.0.0-beta7 " ,
3+ "version" : " 1.0.0-beta9 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@carto/react" : " ^1.0.0-beta8 " ,
6+ "@carto/react" : " ^1.0.0-beta9 " ,
77 "@formatjs/intl-getcanonicallocales" : " ^1.5.2" ,
88 "@formatjs/intl-locale" : " ^2.4.8" ,
99 "@formatjs/intl-numberformat" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @carto/cra-template" ,
3- "version" : " 1.0.0-beta7 " ,
3+ "version" : " 1.0.0-beta9 " ,
44 "keywords" : [
55 " react" ,
66 " create-react-app" ,
2323 "start" : " cd template && react-scripts start" ,
2424 "build" : " cd template && react-scripts build" ,
2525 "test" : " cd template && react-scripts test" ,
26- "clean" : " cd template && rm -rf _templates && rm -rf node_modules && rm -f package.json && rm -f yarn.lock && rm -f package-lock.json" ,
26+ "clean" : " cd template && rm -rf build && rm -rf _templates && rm -rf node_modules && rm -f package.json && rm -f yarn.lock && rm -f package-lock.json" ,
2727 "release" : " yarn clean && cp template/README.md README.md && cp -r ../hygen/_templates template/_templates && sync && yarn publish --access public --non-interactive"
2828 },
2929 "husky" : {
Original file line number Diff line number Diff line change 11{
22 "package" : {
33 "dependencies" : {
4- "@carto/react" : " ^1.0.0-beta8 " ,
4+ "@carto/react" : " ^1.0.0-beta9 " ,
55 "@formatjs/intl-getcanonicallocales" : " ^1.5.2" ,
66 "@formatjs/intl-locale" : " ^2.4.8" ,
77 "@formatjs/intl-numberformat" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " react-boilerplate" ,
3- "version" : " 1.0.0-beta7 " ,
3+ "version" : " 1.0.0-beta9 " ,
44 "private" : true ,
55 "dependencies" : {
6- "@carto/react" : " ^1.0.0-beta8 " ,
6+ "@carto/react" : " ^1.0.0-beta9 " ,
77 "@formatjs/intl-getcanonicallocales" : " ^1.5.2" ,
88 "@formatjs/intl-locale" : " ^2.4.8" ,
99 "@formatjs/intl-numberformat" : " ^6.0.0" ,
You can’t perform that action at this time.
0 commit comments