Skip to content

Commit aed88e8

Browse files
authored
revert!: "release: nilts 1.0.0 (#422)" (#431)
revert: "release: nilts 1.0.0 (#422)" This reverts commit 94f79db.
1 parent b6c3afa commit aed88e8

File tree

3 files changed

+2
-23
lines changed

3 files changed

+2
-23
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/nilts": "1.0.0",
2+
"packages/nilts": "0.25.1",
33
"packages/nilts_clock": "0.3.1",
44
"packages/nilts_core": "1.0.0",
55
"packages/nilts_flutter_hooks": "0.3.1"

packages/nilts/CHANGELOG.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
# Changelog
22

3-
## [1.0.0](https://github.com/dassssshers/nilts/compare/nilts-v0.25.1...nilts-v1.0.0) (2025-11-30)
4-
5-
6-
### ⚠ BREAKING CHANGES
7-
8-
* Dart analyzer plugin ([#416](https://github.com/dassssshers/nilts/issues/416))
9-
10-
### New Features
11-
12-
* Dart analyzer plugin ([#416](https://github.com/dassssshers/nilts/issues/416)) ([d285274](https://github.com/dassssshers/nilts/commit/d285274d866d1c214671af27c29a289f3aeeac30))
13-
14-
15-
### Bug Fixes
16-
17-
* library name for dart docs ([#426](https://github.com/dassssshers/nilts/issues/426)) ([07feb53](https://github.com/dassssshers/nilts/commit/07feb539fe94374a0262581524c1bc5935819044))
18-
19-
20-
### Release
21-
22-
* nilts_core 1.0.0 ([#423](https://github.com/dassssshers/nilts/issues/423)) ([cb270fe](https://github.com/dassssshers/nilts/commit/cb270fe97e0b52a3eb7e0442d068fd5d1ab84db1))
23-
243
## [0.25.1](https://github.com/dassssshers/nilts/compare/nilts-v0.25.0...nilts-v0.25.1) (2025-11-16)
254

265

packages/nilts/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://dart.dev/tools/pub/pubspec
33

44
name: nilts
5-
version: 1.0.0
5+
version: 0.25.1
66
description: nilts provides lint rules, quick fixes, and assists for Dart and Flutter projects to help you enforce best practices and avoid errors.
77
homepage: https://github.com/dassssshers/nilts
88
repository: https://github.com/dassssshers/nilts

0 commit comments

Comments
 (0)