Skip to content

Commit e05cdcc

Browse files
Merge pull request #367 from mainmatter/release-preview
2 parents cb67320 + 23e49cf commit e05cdcc

4 files changed

Lines changed: 19 additions & 11 deletions

File tree

.release-plan.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
"solution": {
33
"@sheepdog/core": {
44
"impact": "patch",
5-
"oldVersion": "1.0.0",
6-
"newVersion": "1.0.1",
5+
"oldVersion": "1.0.1",
6+
"newVersion": "1.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
1010
"impact": "patch",
1111
"reason": "Appears in changelog section :bug: Bug Fix"
12-
},
13-
{
14-
"impact": "patch",
15-
"reason": "Appears in changelog section :house: Internal"
1612
}
1713
],
1814
"pkgJSONPath": "./packages/core/package.json"
@@ -22,8 +18,8 @@
2218
},
2319
"@sheepdog/vanilla": {
2420
"impact": "patch",
25-
"oldVersion": "1.0.0",
26-
"newVersion": "1.0.1",
21+
"oldVersion": "1.0.1",
22+
"newVersion": "1.0.2",
2723
"tagName": "latest",
2824
"constraints": [
2925
{
@@ -34,5 +30,5 @@
3430
"pkgJSONPath": "./packages/vanilla/package.json"
3531
}
3632
},
37-
"description": "## Release (2026-03-26)\n\n* @sheepdog/core 1.0.1 (patch)\n* @sheepdog/vanilla 1.0.1 (patch)\n\n#### :bug: Bug Fix\n* `@sheepdog/core`, `@sheepdog/vanilla`\n * [#329](https://github.com/mainmatter/sheepdog/pull/329) fix: missing sourcemaps ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :memo: Documentation\n* [#328](https://github.com/mainmatter/sheepdog/pull/328) docs: fix favicon ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### :house: Internal\n* `@sheepdog/core`\n * [#333](https://github.com/mainmatter/sheepdog/pull/333) chore: update to esrap v2 ([@paoloricciuti](https://github.com/paoloricciuti))\n * [#332](https://github.com/mainmatter/sheepdog/pull/332) chore: add sourcemaps tests ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
33+
"description": "## Release (2026-03-26)\n\n* @sheepdog/core 1.0.2 (patch)\n* @sheepdog/vanilla 1.0.2 (patch)\n\n#### :bug: Bug Fix\n* `@sheepdog/core`, `@sheepdog/vanilla`\n * [#368](https://github.com/mainmatter/sheepdog/pull/368) chore: trigger release ([@paoloricciuti](https://github.com/paoloricciuti))\n\n#### Committers: 1\n- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))\n"
3834
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Release (2026-03-26)
44

5+
* @sheepdog/core 1.0.2 (patch)
6+
* @sheepdog/vanilla 1.0.2 (patch)
7+
8+
#### :bug: Bug Fix
9+
* `@sheepdog/core`, `@sheepdog/vanilla`
10+
* [#368](https://github.com/mainmatter/sheepdog/pull/368) chore: trigger release ([@paoloricciuti](https://github.com/paoloricciuti))
11+
12+
#### Committers: 1
13+
- Paolo Ricciuti ([@paoloricciuti](https://github.com/paoloricciuti))
14+
15+
## Release (2026-03-26)
16+
517
* @sheepdog/core 1.0.1 (patch)
618
* @sheepdog/vanilla 1.0.1 (patch)
719

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheepdog/core",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mainmatter/sheepdog.git"

packages/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheepdog/vanilla",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/mainmatter/sheepdog.git"

0 commit comments

Comments
 (0)