Skip to content

Commit d2a7c7e

Browse files
committed
Merge branch 'customize-actions'
2 parents 096b3e7 + 198ac55 commit d2a7c7e

7 files changed

Lines changed: 31 additions & 10 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/adapter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2.1.0 (2025-04-15)
7+
8+
- feat(adapter): add addAnswers support (#96) ([126aa83](https://github.com/yeoman/yeoman-api/commit/126aa83)), closes [#96](https://github.com/yeoman/yeoman-api/issues/96)
9+
- feat(adapter): add separator to adapter (#90) ([ecd7931](https://github.com/yeoman/yeoman-api/commit/ecd7931)), closes [#90](https://github.com/yeoman/yeoman-api/issues/90)
10+
- chore: drop package-lock added by editor ([0963f8f](https://github.com/yeoman/yeoman-api/commit/0963f8f))
11+
- chore: fix readme links (#55) ([1cfbd7f](https://github.com/yeoman/yeoman-api/commit/1cfbd7f)), closes [#55](https://github.com/yeoman/yeoman-api/issues/55)
12+
613
## 2.0.0 (2024-10-11)
714

815
- chore(adapter): update dependencies (#53) ([53e4518](https://github.com/yeoman/yeoman-api/commit/53e4518)), closes [#53](https://github.com/yeoman/yeoman-api/issues/53)

workspaces/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yeoman/adapter",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"private": false,
55
"description": "Input Output adapter for yeoman's generator/environment stack",
66
"keywords": [

workspaces/conflicter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2.4.0 (2025-04-15)
7+
8+
- feat(adapter): add separator to customizeActions callback ([6d7f837](https://github.com/yeoman/yeoman-api/commit/6d7f837))
9+
- feat(conflicter): add customizeActions option (#95) ([58503a0](https://github.com/yeoman/yeoman-api/commit/58503a0)), closes [#95](https://github.com/yeoman/yeoman-api/issues/95)
10+
- chore(deps-dev): bump @types/diff from 6.0.0 to 7.0.0 (#61) ([3b68f0f](https://github.com/yeoman/yeoman-api/commit/3b68f0f)), closes [#61](https://github.com/yeoman/yeoman-api/issues/61)
11+
612
## <small>2.3.2 (2024-11-21)</small>
713

814
- fix: adjust diff behavior change (#59) ([723f5f3](https://github.com/yeoman/yeoman-api/commit/723f5f3)), closes [#59](https://github.com/yeoman/yeoman-api/issues/59)

workspaces/conflicter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yeoman/conflicter",
3-
"version": "2.3.2",
3+
"version": "2.4.0",
44
"private": false,
55
"description": "Conflict resolution for yeoman's generator/environment stack",
66
"keywords": [

workspaces/types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 1.6.0 (2025-04-15)
7+
8+
- chore: drop acceptDependencies (#85) ([f94f3e3](https://github.com/yeoman/yeoman-api/commit/f94f3e3)), closes [#85](https://github.com/yeoman/yeoman-api/issues/85)
9+
- chore: drop package-lock added by editor ([0963f8f](https://github.com/yeoman/yeoman-api/commit/0963f8f))
10+
- chore: fix package-lock.json ([931fcba](https://github.com/yeoman/yeoman-api/commit/931fcba))
11+
- chore: fix readme links (#55) ([1cfbd7f](https://github.com/yeoman/yeoman-api/commit/1cfbd7f)), closes [#55](https://github.com/yeoman/yeoman-api/issues/55)
12+
- fix(types): keep @yeoman/adapter only in peerDependencies ([25d37bc](https://github.com/yeoman/yeoman-api/commit/25d37bc))
13+
614
## 1.5.0 (2024-09-30)
715

816
- feat: move adapter base types to @yeoman/adapter ([19b9379](https://github.com/yeoman/yeoman-api/commit/19b9379))

workspaces/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yeoman/types",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": false,
55
"description": "Common API for yeoman's generator/environment stack",
66
"keywords": [

0 commit comments

Comments
 (0)