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.8
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.9
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 2, 2022

  1. Copy the full SHA
    a55d98d View commit details
  2. Merge pull request #23 from atom-community/renovate/dependencies

    fix(deps): update dependency prettier to v2.6.2
    UziTech authored Apr 2, 2022
    Copy the full SHA
    b0eae79 View commit details
  3. Copy the full SHA
    4e0c75c View commit details
Showing with 19 additions and 12 deletions.
  1. +7 −0 CHANGELOG.md
  2. +2 −2 package.json
  3. +10 −10 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.9](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.8...v3.0.9) (2022-04-02)


### Bug Fixes

* **deps:** update dependency prettier to v2.6.2 ([a55d98d](https://github.com/atom-community/prettier-config-atomic/commit/a55d98d55fa10a065a3e3be5575bb15560b11b34))

## [3.0.8](https://github.com/atom-community/prettier-config-atomic/compare/v3.0.7...v3.0.8) (2022-03-26)


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.8",
"version": "3.0.9",
"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.6.1",
"prettier": "2.6.2",
"prettier-plugin-jsdoc": "^0.3.31",
"prettier-plugin-packagejson": "^2.2.16",
"sort-package-json": "github:aminya/sort-package-json"
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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