Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed May 11, 2023
1 parent 39eef16 commit 778a67f
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.

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.

## [0.3.2](https://github.com/yeoman/yeoman-api/compare/@yeoman/[email protected]...@yeoman/[email protected]) (2023-05-11)

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

## [0.3.1](https://github.com/yeoman/yeoman-api/compare/@yeoman/[email protected]...@yeoman/[email protected]) (2023-05-11)

### 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": "0.3.1",
"version": "0.3.2",
"private": false,
"description": "Conflict resolution for yeoman's generator/environment stack",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@types/node": "^16.18.28",
"@yeoman/transform": "^0.2.0",
"@yeoman/transform": "^0.2.1",
"@yeoman/types": "^0.2.0",
"binary-extensions": "^2.2.0",
"cli-table": "^0.3.11",
Expand Down
6 changes: 6 additions & 0 deletions workspaces/transform/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.

## [0.2.1](https://github.com/yeoman/yeoman-api/compare/@yeoman/[email protected]...@yeoman/[email protected]) (2023-05-11)

### Bug Fixes

- **transform:** fix precedence ([39eef16](https://github.com/yeoman/yeoman-api/commit/39eef1612df978e24110a0393dcfc8d98099a537))

## [0.2.0](https://github.com/yeoman/yeoman-api/compare/@yeoman/[email protected]...@yeoman/[email protected]) (2023-05-11)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion workspaces/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/transform",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"description": "Namespace parsing for yeoman's generator/environment stack",
"keywords": [
Expand Down

0 comments on commit 778a67f

Please sign in to comment.