Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - create-yarn-workspaces@1.0.122
 - npm-init2@1.0.181
 - @yarn-tool/static-file@1.0.76
  • Loading branch information
bluelovers committed Oct 27, 2021
1 parent 336478c commit 5a4c9fb
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 5 deletions.
11 changes: 11 additions & 0 deletions packages/@yarn-tool/static-file/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.76](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@1.0.75...@yarn-tool/static-file@1.0.76) (2021-10-27)


### ✨ Features

* add ignore snowpack ([336478c](https://github.com/bluelovers/ws-yarn-workspaces/commit/336478c31e1ab17114798589ff7a7f4e72b998f9))





## [1.0.75](https://github.com/bluelovers/ws-yarn-workspaces/compare/@yarn-tool/static-file@1.0.73...@yarn-tool/static-file@1.0.75) (2021-10-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/@yarn-tool/static-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yarn-tool/static-file",
"version": "1.0.75",
"version": "1.0.76",
"description": "",
"homepage": "https://github.com/bluelovers/ws-yarn-workspaces#readme",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions packages/create-yarn-workspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.122](https://github.com/bluelovers/create-yarn-workspaces/compare/create-yarn-workspaces@1.0.121...create-yarn-workspaces@1.0.122) (2021-10-27)

**Note:** Version bump only for package create-yarn-workspaces





## [1.0.121](https://github.com/bluelovers/create-yarn-workspaces/compare/create-yarn-workspaces@1.0.120...create-yarn-workspaces@1.0.121) (2021-10-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/create-yarn-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-yarn-workspaces",
"version": "1.0.121",
"version": "1.0.122",
"description": "yarn create yarn-workspaces npx create-yarn-workspaces",
"keywords": [
"cli",
Expand Down Expand Up @@ -48,7 +48,7 @@
"resolutions": {},
"dependencies": {
"@ts-type/package-dts": "^1.0.51",
"@yarn-tool/static-file": "^1.0.75",
"@yarn-tool/static-file": "^1.0.76",
"debug-color2": "^1.2.7",
"find-yarn-workspace-root2": "^1.2.34",
"fs-extra": "^10.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/npm-init2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.181](https://github.com/bluelovers/npm-init2/compare/npm-init2@1.0.180...npm-init2@1.0.181) (2021-10-27)

**Note:** Version bump only for package npm-init2





## [1.0.180](https://github.com/bluelovers/npm-init2/compare/npm-init2@1.0.179...npm-init2@1.0.180) (2021-10-26)

**Note:** Version bump only for package npm-init2
Expand Down
4 changes: 2 additions & 2 deletions packages/npm-init2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-init2",
"version": "1.0.180",
"version": "1.0.181",
"private": false,
"description": "a lazy npm init for create new package, support yarn workspace. make we without use `mkdir xxx && cd xxx && [npm|yarn] init` with `npx npm-init2 xxx`",
"keywords": [
Expand Down Expand Up @@ -54,7 +54,7 @@
"@yarn-tool/node-modules-link": "^1.0.28",
"@yarn-tool/pkg-git-info": "^1.0.22",
"@yarn-tool/pkg-hosted-info": "^1.0.2",
"@yarn-tool/static-file": "^1.0.75",
"@yarn-tool/static-file": "^1.0.76",
"@yarn-tool/types": "^1.0.6",
"@yarn-tool/update-notifier": "^1.0.22",
"@yarn-tool/workspaces-project": "^1.0.57",
Expand Down

0 comments on commit 5a4c9fb

Please sign in to comment.