Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @yeoman/adapter@1.2.0
 - @yeoman/conflicter@1.0.8
  • Loading branch information
mshima committed Jun 14, 2023
1 parent 7ef4702 commit 24eae1c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 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.2.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/adapter@1.1.0...@yeoman/adapter@1.2.0) (2023-06-14)

### Features

- replace npmlog with ora. ([9b36f99](https://github.com/yeoman/yeoman-api/commit/9b36f997d5760aa070756fba4653fed35c0fad80))

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

### 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.1.0",
"version": "1.2.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.8](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@1.0.7...@yeoman/conflicter@1.0.8) (2023-06-14)

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

## [1.0.7](https://github.com/yeoman/yeoman-api/compare/@yeoman/conflicter@1.0.6...@yeoman/conflicter@1.0.7) (2023-06-07)

**Note:** Version bump only for package @yeoman/conflicter
Expand Down
2 changes: 1 addition & 1 deletion workspaces/conflicter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/conflicter",
"version": "1.0.7",
"version": "1.0.8",
"private": false,
"description": "Conflict resolution for yeoman's generator/environment stack",
"keywords": [
Expand Down

0 comments on commit 24eae1c

Please sign in to comment.