Skip to content

Commit

Permalink
Release v1.0.0-beta9 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
neokore authored Dec 18, 2020
1 parent 63efebb commit 6b8caac
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Not released
## 1.0.0-beta9 (2020-12-18)
- Fix use of layerAttributes in UserDatasets [#154](https://github.com/CartoDB/carto-react-template/pull/154)
- Improve stores layout and loading [#155](https://github.com/CartoDB/carto-react-template/pull/155)
- Fix store filters when using breadcrumbs to all stores [#156](https://github.com/CartoDB/carto-react-template/pull/156)
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-beta7",
"version": "1.0.0-beta9",
"keywords": [
"react",
"create-react-app",
Expand All @@ -23,7 +23,7 @@
"start": "cd template && react-scripts start",
"build": "cd template && react-scripts build",
"test": "cd template && react-scripts test",
"clean": "cd template && rm -rf _templates && rm -rf node_modules && rm -f package.json && rm -f yarn.lock && rm -f package-lock.json",
"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",
"release": "yarn clean && cp template/README.md README.md && cp -r ../hygen/_templates template/_templates && sync && yarn publish --access public --non-interactive"
},
"husky": {
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-beta8",
"@carto/react": "^1.0.0-beta9",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions template-sample-app/template/package.dev.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-boilerplate",
"version": "1.0.0-beta7",
"version": "1.0.0-beta9",
"private": true,
"dependencies": {
"@carto/react": "^1.0.0-beta8",
"@carto/react": "^1.0.0-beta9",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
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-beta7",
"version": "1.0.0-beta9",
"keywords": [
"react",
"create-react-app",
Expand All @@ -23,7 +23,7 @@
"start": "cd template && react-scripts start",
"build": "cd template && react-scripts build",
"test": "cd template && react-scripts test",
"clean": "cd template && rm -rf _templates && rm -rf node_modules && rm -f package.json && rm -f yarn.lock && rm -f package-lock.json",
"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",
"release": "yarn clean && cp template/README.md README.md && cp -r ../hygen/_templates template/_templates && sync && yarn publish --access public --non-interactive"
},
"husky": {
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-beta8",
"@carto/react": "^1.0.0-beta9",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions template-skeleton/template/package.dev.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "react-boilerplate",
"version": "1.0.0-beta7",
"version": "1.0.0-beta9",
"private": true,
"dependencies": {
"@carto/react": "^1.0.0-beta8",
"@carto/react": "^1.0.0-beta9",
"@formatjs/intl-getcanonicallocales": "^1.5.2",
"@formatjs/intl-locale": "^2.4.8",
"@formatjs/intl-numberformat": "^6.0.0",
Expand Down

1 comment on commit 6b8caac

@vercel
Copy link

@vercel vercel bot commented on 6b8caac Dec 18, 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.