Skip to content

Commit

Permalink
Showing 5 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions workspaces/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/yeoman/yeoman-api/compare/@yeoman/adapter@1.0.3...@yeoman/adapter@1.0.4) (2023-05-26)

### Bug Fixes

- **adapter:** extract AdapterWithProgress type ([863aee0](https://github.com/yeoman/yeoman-api/commit/863aee04b2df9b8a72226e2c2af7fbdbb5b5f1ef))

## [1.0.3](https://github.com/yeoman/yeoman-api/compare/@yeoman/adapter@1.0.2...@yeoman/adapter@1.0.3) (2023-05-26)

### Bug Fixes
2 changes: 1 addition & 1 deletion workspaces/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/adapter",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"description": "Input Output adapter for yeoman's generator/environment stack",
"keywords": [
4 changes: 4 additions & 0 deletions workspaces/conflicter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@1.0.3...@yeoman/conflicter@1.0.4) (2023-05-26)

**Note:** Version bump only for package @yeoman/conflicter

## [1.0.3](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@1.0.2...@yeoman/conflicter@1.0.3) (2023-05-26)

**Note:** Version bump only for package @yeoman/conflicter
4 changes: 2 additions & 2 deletions workspaces/conflicter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/conflicter",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"description": "Conflict resolution for yeoman's generator/environment stack",
"keywords": [
@@ -52,7 +52,7 @@
"@types/dateformat": "^5.0.0",
"@types/diff": "^5.0.3",
"@types/textextensions": "^2.4.0",
"@yeoman/adapter": "^1.0.3",
"@yeoman/adapter": "^1.0.4",
"esmocha": "^0.1.4",
"lodash-es": "^4.17.21",
"sinon": "^15.0.4",

0 comments on commit 06c1cfb

Please sign in to comment.