Skip to content

Commit 7de8794

Browse files
chore: update versions (#6)
Releases @dle.dev/ember@0.0.3 Patch Changes 26e83ad: # Release Management Add a small release-management feature and workflow improvements for the Ember component library. What changed Add basic Release Management tooling and documentation to help create and track releases. Wire up changeset metadata so releases include a short release note and package bump. Small, non-breaking API additions to src/lib/ember/index.ts to support release metadata (consumer-facing impact is minimal). Notes for consumers This is a patch release with no breaking changes. Consumers do not need to change how they import or use components. If you publish packages from this repo, you should see improved changelog/release notes generated automatically. If you need more details about the implementation or want this split into separate package bumps, open an issue or PR on the repo.
1 parent 26e83ad commit 7de8794

3 files changed

Lines changed: 21 additions & 21 deletions

File tree

.changeset/quiet-carrots-slide.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# @dle.dev/ember
2+
3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- 26e83ad: # Release Management
8+
9+
Add a small release-management feature and workflow improvements for the Ember component library.
10+
11+
What changed
12+
- Add basic Release Management tooling and documentation to help create and track releases.
13+
- Wire up changeset metadata so releases include a short release note and package bump.
14+
- Small, non-breaking API additions to `src/lib/ember/index.ts` to support release metadata (consumer-facing impact is minimal).
15+
16+
Notes for consumers
17+
- This is a patch release with no breaking changes. Consumers do not need to change how they import or use components.
18+
- If you publish packages from this repo, you should see improved changelog/release notes generated automatically.
19+
20+
If you need more details about the implementation or want this split into separate package bumps, open an issue or PR on the repo.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dle.dev/ember",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"author": {
55
"name": "Daniel Einars",
66
"email": "github@dle.dev"

0 commit comments

Comments
 (0)