Skip to content

Commit 166dbf5

Browse files
author
fureev
committed
doc: change Changelog
1 parent 827fd5e commit 166dbf5

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,33 @@ All notable changes to the [`@feugene/granularity`](./packages/granularity) pack
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [Unreleased]
8+
## [v0.8.0] 2026-06-01
99

1010
### Added
11+
12+
- `GrBadge`: new `xs` size.
13+
14+
### Changed
15+
16+
- `GrBadge`: size scale shifted (old `sm``xs`, `md``sm`, `lg``md`) with new `lg` values; default size changed to
17+
`sm`.
18+
19+
## [v0.1.0]
20+
21+
### Added
22+
1123
- Root repository artifacts: `README.md`, `LICENSE` (Apache-2.0), `CHANGELOG.md`, `CONTRIBUTING.md`.
1224
- Added `repository`, `homepage`, `bugs`, `keywords`, `author`, `engines`, `publishConfig` metadata
1325
and an optional `unocss` peerDependency to `packages/granularity/package.json`.
1426

1527
### Changed
28+
1629
- Package license changed from `UNLICENSED` to `Apache-2.0`.
1730
- CI split into separate jobs (`lint`, `test-granularity`, `build-granularity`,
1831
`test-showcase`, `build-showcase`, `deploy-showcase`, `publish`); publishing no longer depends on the showcase.
1932
- `apps/showcase`: removed the duplicate package build — `generate:search` no longer rebuilds `@feugene/granularity`
2033
(for local development the preparation step runs in `yarn dev:showcase`).
2134

2235
### Removed
36+
2337
- Useless root-level `.npmignore` (publishing happens from `packages/granularity`, where `files` already applies).

0 commit comments

Comments
 (0)