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.5
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.6
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 13, 2022

  1. Revert "fix(deps): update dependency prettier to v2.5.1"

    This reverts commit f6a291e.
    aminya committed Mar 13, 2022
    Copy the full SHA
    2589e78 View commit details
  2. Copy the full SHA
    1c00064 View commit details
Showing with 20 additions and 16 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +11 −14 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.6](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.5...v3.0.6) (2022-03-13)


### Reverts

* Revert "fix(deps): update dependency prettier to v2.5.1" ([2589e78](https://github.com/atom-community/prettier-config-atomic/commit/2589e7846fb0a990de9a08926afc685123746208))

## [3.0.5](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.4...v3.0.5) (2022-03-12)


4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-atomic",
"version": "3.0.5",
"version": "3.0.6",
"description": "The Prettier configuration used in atom-community",
"repository": "https://github.com/atom-community/prettier-config-atomic",
"license": "MIT",
@@ -17,7 +17,7 @@
"test.lint": "eslint ."
},
"dependencies": {
"prettier": "2.5.1",
"prettier": "2.4.1",
"prettier-plugin-jsdoc": "^0.3.30",
"prettier-plugin-packagejson": "^2.2.16",
"sort-package-json": "github:aminya/sort-package-json"
25 changes: 11 additions & 14 deletions pnpm-lock.yaml

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