Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/neat-bars-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tangy-ideas-mate.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Changelog

<!-- changesets: neat-bars-sleep.md,tangy-ideas-mate.md -->
## 2026-03-17

### Highlights
- Updated dependencies and release scripts for all packages.
- fixed preserve nested example paths

### Package Releases
- dotenv-diff: patch

### Full Changelog
Package | Release type
--- | ---
dotenv-diff | patch

Combined release notes for the monorepo. Internal @repo packages are excluded from this log.
7 changes: 7 additions & 0 deletions packages/@repo/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @repo/eslint-config

## 2.7.2

### Patch Changes

- 41f8e5c: Updated dependencies and release scripts for all packages.
2 changes: 1 addition & 1 deletion packages/@repo/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/eslint-config",
"version": "2.7.1",
"version": "2.7.2",
"private": true,
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/@repo/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @repo/tsconfig

## 2.7.2

### Patch Changes

- 41f8e5c: Updated dependencies and release scripts for all packages.
2 changes: 1 addition & 1 deletion packages/@repo/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/tsconfig",
"version": "2.7.1",
"version": "2.7.2",
"private": true,
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.7.2

### Patch Changes

- 41f8e5c: Updated dependencies and release scripts for all packages.
- da6fbaf: fixed preserve nested example paths

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv-diff",
"version": "2.7.1",
"version": "2.7.2",
"type": "module",
"description": "Detects environment variable issues, usage, and potential security risks.",
"bin": {
Expand Down
Loading