Skip to content

Commit

Permalink
Showing 7 changed files with 32 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions workspaces/adapter/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.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/adapter@0.3.0...@yeoman/adapter@1.0.0) (2023-05-19)

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

## [0.3.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/adapter@0.2.0...@yeoman/adapter@0.3.0) (2023-05-18)

**Note:** Version bump only for package @yeoman/adapter
4 changes: 2 additions & 2 deletions workspaces/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/adapter",
"version": "0.3.0",
"version": "1.0.0",
"private": false,
"description": "Input Output adapter for yeoman's generator/environment stack",
"keywords": [
@@ -34,7 +34,7 @@
},
"dependencies": {
"@types/inquirer": "^9.0.3",
"@yeoman/types": "^0.5.0",
"@yeoman/types": "^1.0.0",
"are-we-there-yet": "^4.0.0",
"chalk": "^5.2.0",
"inquirer": "^9.2.2",
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.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@0.6.1...@yeoman/conflicter@1.0.0) (2023-05-19)

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

## [0.6.1](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@0.6.0...@yeoman/conflicter@0.6.1) (2023-05-19)

**Note:** Version bump only for package @yeoman/conflicter
6 changes: 3 additions & 3 deletions workspaces/conflicter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/conflicter",
"version": "0.6.1",
"version": "1.0.0",
"private": false,
"description": "Conflict resolution for yeoman's generator/environment stack",
"keywords": [
@@ -35,7 +35,7 @@
"dependencies": {
"@types/node": "^16.18.28",
"@yeoman/transform": "^1.1.0",
"@yeoman/types": "^0.5.0",
"@yeoman/types": "^1.0.0",
"binary-extensions": "^2.2.0",
"cli-table": "^0.3.11",
"dateformat": "^5.0.3",
@@ -53,7 +53,7 @@
"@types/dateformat": "^5.0.0",
"@types/diff": "^5.0.3",
"@types/textextensions": "^2.4.0",
"@yeoman/adapter": "^0.3.0",
"@yeoman/adapter": "^1.0.0",
"esmocha": "^0.1.4",
"lodash-es": "^4.17.21",
"sinon": "^15.0.4",
12 changes: 12 additions & 0 deletions workspaces/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/types@0.5.0...@yeoman/types@1.0.0) (2023-05-19)

### Features

- **types:** add more EventEmitter methods. ([818f2dc](https://github.com/yeoman/yeoman-api/commit/818f2dcb035b9859d7e8af5685b49a1ff603839b))
- **types:** adjusts to LookupGeneratorMeta. ([d4fd571](https://github.com/yeoman/yeoman-api/commit/d4fd571baca2db2af2e061c6b10869c8098b446b))
- **types:** drop isPackageRegistered and getRegisteredPackages ([e92f288](https://github.com/yeoman/yeoman-api/commit/e92f2885633cfa5c87f95f282623f135a4d06e03))

### Bug Fixes

- **types:** adjust stream type ([177c0dc](https://github.com/yeoman/yeoman-api/commit/177c0dc28cee3fdb6adc9b22e19c4d71c12f3674))

## [0.5.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/types@0.4.0...@yeoman/types@0.5.0) (2023-05-18)

### Bug Fixes
2 changes: 1 addition & 1 deletion workspaces/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/types",
"version": "0.5.0",
"version": "1.0.0",
"private": false,
"description": "Common API for yeoman's generator/environment stack",
"keywords": [

0 comments on commit cb5b453

Please sign in to comment.