Skip to content

Commit

Permalink
Merge pull request #165 from NordicSemiconductor/use_exact_prettier_v…
Browse files Browse the repository at this point in the history
…ersion

Pin the prettier version to exact version
  • Loading branch information
datenreisender authored Jun 21, 2021
2 parents 1471cdd + e479040 commit a704d2a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.28.0
### Updated
- Pin the version of prettier to be used to an exact version, as
[recommended in the prettier documentation](https://prettier.io/docs/en/install.html).
### Steps to upgrade when using this package
- If you are using an older prettier version than 2.3.0, upgrading to this
version of shared can likely cause linting to fail due to formatting errors.
The majority of these can be fixed automatically, by running
`npm run lint -- --fix`.

## 4.27.3
### Fixed
- Exported `colors` object was empty.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pc-nrfconnect-shared",
"version": "4.27.3",
"version": "4.28.0",
"description": "Shared commodities for developing pc-nrfconnect-* packages",
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,7 +68,7 @@
"klaw": "3.0.0",
"lodash.range": "3.2.0",
"mousetrap": "1.6.5",
"prettier": "^2.1.1",
"prettier": "2.3.1",
"prettysize": "2.0.0",
"react-bootstrap": "1.0.1",
"react-flip-toolkit": "7.0.12",
Expand Down

0 comments on commit a704d2a

Please sign in to comment.