Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed May 10, 2023
1 parent c7dc280 commit 1982816
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 19 deletions.
74 changes: 68 additions & 6 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.

## 0.1.0 (2023-05-10)

### Features

- implement adapter ([8322b54](https://github.com/yeoman/yeoman-api/commit/8322b54e30425073543d754d419039fc71bd9fb4))

## 0.0.1 (2023-05-07)

**Note:** Version bump only for package @yeoman/namespace
18 changes: 9 additions & 9 deletions workspaces/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yeoman/adapter",
"version": "0.0.0",
"version": "0.1.0",
"private": false,
"description": "Input Output adapter for yeoman's generator/environment stack",
"keywords": [
Expand Down Expand Up @@ -32,16 +32,9 @@
"pretest": "xo",
"test": "c8 esmocha --forbid-only"
},
"engines": {
"node": "^16.13.0 || >=18.12.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@types/inquirer": "^9.0.3",
"@yeoman/types": "^0.1.4",
"@yeoman/types": "^0.2.0",
"are-we-there-yet": "^4.0.0",
"chalk": "^5.2.0",
"inquirer": "^9.2.2",
Expand All @@ -59,5 +52,12 @@
"sinon": "^15.0.4",
"strip-ansi": "^7.0.1",
"yeoman-assert": "^3.1.1"
},
"engines": {
"node": "^16.13.0 || >=18.12.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
10 changes: 10 additions & 0 deletions workspaces/conflicter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.1.0 (2023-05-10)

### Features

- implement conflicter ([d69760b](https://github.com/yeoman/yeoman-api/commit/d69760b31c0ae94ec4a68ef58e6b630ae0134799))
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.0.0",
"version": "0.1.0",
"private": false,
"description": "Conflict resolution for yeoman's generator/environment stack",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "c8 esmocha --forbid-only"
},
"dependencies": {
"@yeoman/types": "^0.1.4",
"@yeoman/types": "^0.2.0",
"binary-extensions": "^2.2.0",
"cli-table": "^0.3.11",
"dateformat": "^5.0.3",
Expand All @@ -49,7 +49,7 @@
"@types/dateformat": "^5.0.0",
"@types/diff": "^5.0.3",
"@types/textextensions": "^2.4.0",
"@yeoman/adapter": "^0.0.0",
"@yeoman/adapter": "^0.1.0",
"esmocha": "^0.1.4",
"lodash-es": "^4.17.21",
"sinon": "^15.0.4",
Expand Down
10 changes: 10 additions & 0 deletions workspaces/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ⚠ BREAKING CHANGES

- drop diff from adapter and add logger.colored

### Features

- drop diff from adapter and add logger.colored ([ad5697d](https://github.com/yeoman/yeoman-api/commit/ad5697d3c1abf02c47b3df1db469ba55640bd47e))

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

### Bug Fixes
Expand Down
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.1.4",
"version": "0.2.0",
"private": false,
"description": "Common API for yeoman's generator/environment stack",
"keywords": [
Expand Down

0 comments on commit 1982816

Please sign in to comment.