Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @yeoman/adapter@1.4.0
 - @yeoman/conflicter@1.0.11
  • Loading branch information
mshima committed Oct 11, 2023
1 parent 24efb3e commit e43a60c
Show file tree
Hide file tree
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
Expand Up @@ -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.4.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/adapter@1.2.0...@yeoman/adapter@1.4.0) (2023-10-11)

### Features

- **adapter:** update @yeoman/types for progress api. ([b6085f9](https://github.com/yeoman/yeoman-api/commit/b6085f90cf9a43c12e0e1f659d91c999e8d15f50))

## [1.2.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/adapter@1.1.0...@yeoman/adapter@1.2.0) (2023-06-14)

### Features
Expand Down
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.3.0",
"version": "1.4.0",
"private": false,
"description": "Input Output adapter for yeoman's generator/environment stack",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions workspaces/conflicter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@1.0.10...@yeoman/conflicter@1.0.11) (2023-10-11)

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

## [1.0.10](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@1.0.9...@yeoman/conflicter@1.0.10) (2023-09-14)

### Bug Fixes
Expand Down
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.10",
"version": "1.0.11",
"private": false,
"description": "Conflict resolution for yeoman's generator/environment stack",
"keywords": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/dateformat": "^5.0.0",
"@types/diff": "^5.0.3",
"@types/textextensions": "^2.4.0",
"@yeoman/adapter": "^1.2.0",
"@yeoman/adapter": "^1.4.0",
"lodash-es": "^4.17.21",
"slash": "^5.1.0"
},
Expand Down

0 comments on commit e43a60c

Please sign in to comment.