Skip to content

Commit ecdc2db

Browse files
authored
Merge pull request #1 from cardstack/release-preview
Prepare Release v0.2.0
2 parents 036e19a + 76ea7e5 commit ecdc2db

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

.release-plan.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"solution": {
3+
"@cardstack/view-transitions": {
4+
"impact": "minor",
5+
"oldVersion": "0.1.0",
6+
"newVersion": "0.2.0",
7+
"tagName": "latest",
8+
"constraints": [
9+
{
10+
"impact": "minor",
11+
"reason": "Appears in changelog section :rocket: Enhancement"
12+
}
13+
],
14+
"pkgJSONPath": "./package.json"
15+
}
16+
},
17+
"description": "## Release (2025-12-17)\n\n* @cardstack/view-transitions 0.2.0 (minor)\n\n#### :rocket: Enhancement\n* `@cardstack/view-transitions`\n * [#2](https://github.com/cardstack/view-transitions/pull/2) setting package metadata ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n"
18+
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Changelog
2+
3+
## Release (2025-12-17)
4+
5+
* @cardstack/view-transitions 0.2.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `@cardstack/view-transitions`
9+
* [#2](https://github.com/cardstack/view-transitions/pull/2) setting package metadata ([@ef4](https://github.com/ef4))
10+
11+
#### Committers: 1
12+
- Edward Faulkner ([@ef4](https://github.com/ef4))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardstack/view-transitions",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Utilities to support the View Transitions API in Ember apps",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)