Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 3863f62

Browse files
committed
chore(release): 🚀 1.2.0
1 parent f4ac26d commit 3863f62

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.2.0](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.1.1...v1.2.0) (2021-01-22)
6+
7+
### Features
8+
9+
- ✨revised folder structure & generators ([#107](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/107)) ([b1e9d69](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/b1e9d696c027eedd19594a071d72ceec2e832ef8))
10+
11+
### Bug Fixes
12+
13+
- 🐛 added missing web-vitals to startingTemplate ([4fc4bc3](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/4fc4bc3a03d28e781c177f10501d8bf88458806e))
14+
- 🐛 dynamic messages loading ([02d9a1d](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/02d9a1da3d868c0a6cde7cfbede8889210b37482)), closes [#103](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/103)
15+
- 🐛 message extraction script [#102](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/102) ([4b8788c](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/4b8788c9b9d9e3004feebf8e04fdb96e16a3a2d7))
16+
- 🐛 removed offline-first paradigm ([a27ceca](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/a27ceca7620c5133a70fe21cad83a391a38b8fa5))
17+
18+
### Documentation
19+
20+
- 📚️ removed how-to repo ([324d3d3](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/324d3d3a10cd56acdd1a7be0dee31b28c718ef3d))
21+
22+
### Internals
23+
24+
**This section only concerns the contributors of this project. You can ignore these changes since they DO NOT create changes in the CRA Template**
25+
26+
<details><summary>Click to see the internal changes</summary>
27+
28+
- 👷 added manual triggers ([a514701](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/a514701081fe65ea6099be810ed14c1e1ca80a7d))
29+
- 🔧 added i18n mock to generators ([#106](https://github.com/react-boilerplate/react-boilerplate-cra-template/issues/106)) ([2440250](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/2440250e9a69bff9216ba73aad83168f28985ca3))
30+
- 🔧 bumped typescript version ([386de98](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/386de985a40a2fe1e75e4873af2d94044516964a))
31+
- 🚨 fixed minor type error ([976d19d](https://github.com/react-boilerplate/react-boilerplate-cra-template/commit/976d19ddab033548f89637de8acd58c86663792a))
32+
33+
</details>
34+
535
## [1.1.1](https://github.com/react-boilerplate/react-boilerplate-cra-template/compare/v1.0.2...v1.1.0) (2020-12-02)
636

737
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cra-template-rb",
33
"description": "The official React Boilerplate template for Create React App",
4-
"version": "1.1.1",
4+
"version": "1.2.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/react-boilerplate/react-boilerplate-cra-template.git"

0 commit comments

Comments
 (0)