Skip to content

Commit 9855cfe

Browse files
release: nilts_clock 1.0.0
1 parent 07feb53 commit 9855cfe

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packages/nilts": "0.25.1",
3-
"packages/nilts_clock": "0.3.1",
3+
"packages/nilts_clock": "1.0.0",
44
"packages/nilts_core": "1.0.0",
55
"packages/nilts_flutter_hooks": "1.0.0"
66
}

packages/nilts_clock/CHANGELOG.md

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

3+
## [1.0.0](https://github.com/dassssshers/nilts/compare/nilts_clock-v0.3.1...nilts_clock-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+
324
## [0.3.1](https://github.com/dassssshers/nilts/compare/nilts_clock-v0.3.0...nilts_clock-v0.3.1) (2025-11-16)
425

526

packages/nilts_clock/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: nilts_clock
2-
version: 0.3.1
2+
version: 1.0.0
33
description: nilts_clock provides lint rules, quick fixes, and assists for Dart and Flutter projects using the [clock](https://pub.dev/packages/clock) package to help you enforce best practices and prevent errors.
44
homepage: https://github.com/dassssshers/nilts
55
repository: https://github.com/dassssshers/nilts

0 commit comments

Comments
 (0)