Skip to content

Commit dd68a6d

Browse files
release: nilts_clock 1.0.0 (#424)
Co-authored-by: dassssshers-app[bot] <197478560+dassssshers-app[bot]@users.noreply.github.com> Co-authored-by: Seiya Kokushi <xxxx.xyzs.xxxx@gmail.com>
1 parent 2a39f57 commit dd68a6d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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": "1.0.0",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
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+
* analysis options file ([#430](https://github.com/dassssshers/nilts/issues/430)) ([b6c3afa](https://github.com/dassssshers/nilts/commit/b6c3afa498b5eb1cc7014b2caae9546a5e11c92b))
18+
* library name for dart docs ([#426](https://github.com/dassssshers/nilts/issues/426)) ([07feb53](https://github.com/dassssshers/nilts/commit/07feb539fe94374a0262581524c1bc5935819044))
19+
20+
21+
### Release
22+
23+
* nilts_core 1.0.0 ([#423](https://github.com/dassssshers/nilts/issues/423)) ([cb270fe](https://github.com/dassssshers/nilts/commit/cb270fe97e0b52a3eb7e0442d068fd5d1ab84db1))
24+
325
## [0.3.1](https://github.com/dassssshers/nilts/compare/nilts_clock-v0.3.0...nilts_clock-v0.3.1) (2025-11-16)
426

527

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)