Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: atom-community/prettier-config-atomic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.6
Choose a base ref
...
head repository: atom-community/prettier-config-atomic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.7
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 16, 2022

  1. Copy the full SHA
    f03379b View commit details

Commits on Mar 17, 2022

  1. Copy the full SHA
    a795a0b View commit details
  2. Copy the full SHA
    04a845c View commit details
Showing with 33 additions and 19 deletions.
  1. +7 −0 CHANGELOG.md
  2. +4 −4 package.json
  3. +22 −15 pnpm-lock.yaml
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.7](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.6...v3.0.7) (2022-03-17)


### Bug Fixes

* update prettier and dependencies ([f03379b](https://github.com/atom-community/prettier-config-atomic/commit/f03379b0bf8064c743fdca9df6203358637de91a))

## [3.0.6](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.5...v3.0.6) (2022-03-13)


8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-atomic",
"version": "3.0.6",
"version": "3.0.7",
"description": "The Prettier configuration used in atom-community",
"repository": "https://github.com/atom-community/prettier-config-atomic",
"license": "MIT",
@@ -17,13 +17,13 @@
"test.lint": "eslint ."
},
"dependencies": {
"prettier": "2.4.1",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier": "2.6.0",
"prettier-plugin-jsdoc": "^0.3.31",
"prettier-plugin-packagejson": "^2.2.16",
"sort-package-json": "github:aminya/sort-package-json"
},
"devDependencies": {
"eslint-config-atomic": "^1.17.0"
"eslint-config-atomic": "^1.17.1"
},
"keywords": [
"prettier",
37 changes: 22 additions & 15 deletions pnpm-lock.yaml

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