Skip to content

Commit

Permalink
Group NPM Package Updates (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbtedman authored Dec 7, 2024
1 parent 0b0cf70 commit b3a5763
Show file tree
Hide file tree
Showing 4 changed files with 494 additions and 477 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
npm:
applies-to: "version-updates"
patterns: ["*"]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ Releases ordered so that the most recent are displayed at the top, with the curr
top, labeled as **🚧 In Development**. This release will be given a number once it is ready to be released. Each release
can contain both a **💡 Features and Improvements**, **🔧 Maintenance**, and **🐛 Bug Fixes** sections.

## 🚧 In Development
## [1.53.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.53.0)

### 💡 Features and Improvements

- [Bun (bun.sh)](https://bun.sh) support.
- [Deno (deno.com)](https://deno.com) support.

### 🔧 Maintenance

- Apply dependency updates.

## [1.52.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.52.0)

### 🔧 Maintenance
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": "postcss-prefixwrap",
"version": "1.52.0",
"version": "1.53.0",
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.",
"keywords": [
"css",
Expand Down
Loading

0 comments on commit b3a5763

Please sign in to comment.