Skip to content

Commit

Permalink
Version Packages (next) (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 6, 2022
1 parent 8a8b3e9 commit 8f1a43c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@
"brave-walls-sneeze",
"bright-pens-shout",
"fresh-spiders-do",
"friendly-lobsters-shop",
"great-months-perform",
"lazy-actors-complain",
"mighty-pots-tie",
"moody-queens-fail",
"orange-paws-arrive",
"poor-onions-lay",
"selfish-cherries-grab",
"shaggy-pots-doubt",
"stale-terms-help",
"sweet-cameras-build",
"thirty-taxis-scream"
"thirty-taxis-scream",
"violet-books-try"
]
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# prettier-plugin-astro

## 0.1.0-next.5

### Patch Changes

- a7a6b14: Fix: format indented sass
- ce5b38a: Refactor tests for better watch mode
- 08ec9f1: Fix: prevent duplicate text
- c5a7a7f: Update dependencies
- 8a8b3e9: Update @astrojs/compiler and fix for spread in expression
- f5fcc1b: Disable vitest multi-threading
- da0fe36: Add new line after comments

## 0.1.0-next.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-plugin-astro",
"version": "0.1.0-next.4",
"version": "0.1.0-next.5",
"type": "commonjs",
"description": "A Prettier Plugin for formatting Astro files",
"main": "dist/index.js",
Expand Down

0 comments on commit 8f1a43c

Please sign in to comment.