From acb0b7d54c4833b958a970c75225f4658d015cc1 Mon Sep 17 00:00:00 2001 From: Mervin Date: Sun, 29 Sep 2024 16:44:48 +0800 Subject: [PATCH] Version Packages --- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 2 +- packages/main/CHANGELOG.md | 13 +++++++++++-- packages/main/package.json | 2 +- packages/utils/CHANGELOG.md | 6 ++++++ packages/utils/package.json | 2 +- plugins/renew/CHANGELOG.md | 14 ++++++++++++++ plugins/renew/package.json | 2 +- 10 files changed, 55 insertions(+), 7 deletions(-) create mode 100644 plugins/renew/CHANGELOG.md diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2421338..8b1bae1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @pipflow/cli +## 1.1.2 + +### Patch Changes 🌟 + +- refactor: Imports `pathe` modules from `@pipflow/utils` ([0483d81](https://github.com/Meqn/pipflow/commit/0483d81a1d9ad9869d7ff8472ff4968034861173)) + +- Updated dependencies []: + - @pipflow/utils@1.1.2 + ## 1.1.1 ### Minor Changes 🚀 diff --git a/packages/cli/package.json b/packages/cli/package.json index e59aa60..1df8232 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@pipflow/cli", - "version": "1.1.1", + "version": "1.1.2", "description": "A command-line tool based on Gulp-workflow that quickly build web development workflows.", "main": "index.js", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9328b17..cd807a6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @pipflow/core +## 1.2.4 + +### Patch Changes 🌟 + +- perf: Import 'gulp-renew' package for string replacement. ([fd7e711](https://github.com/Meqn/pipflow/commit/fd7e7112fbc096950036c7bdbf8b04c0bdf8b835)) + +- Updated dependencies []: + - @pipflow/utils@1.1.2 + - gulp-renew@1.0.1 + ## 1.2.3 ### Patch Changes 🌟 diff --git a/packages/core/package.json b/packages/core/package.json index 61e08ac..1fcb28f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@pipflow/core", - "version": "1.2.3", + "version": "1.2.4", "description": "A web developer workflow based on Gulp.", "main": "index.js", "engines": { diff --git a/packages/main/CHANGELOG.md b/packages/main/CHANGELOG.md index 667cb23..7175155 100644 --- a/packages/main/CHANGELOG.md +++ b/packages/main/CHANGELOG.md @@ -1,15 +1,24 @@ # pipflow +## 1.1.4 + +### Patch Changes 🌟 + +- Updated dependencies []: + - @pipflow/cli@1.1.2 + - @pipflow/core@1.2.4 + - @pipflow/utils@1.1.2 + ## 1.1.3 -### Patch Changes +### Patch Changes 🌟 - Updated dependencies []: - @pipflow/core@1.2.3 ## 1.1.2 -### Patch Changes +### Patch Changes 🌟 - Updated dependencies []: - @pipflow/cli@1.1.1 diff --git a/packages/main/package.json b/packages/main/package.json index 99ec8e1..753b041 100644 --- a/packages/main/package.json +++ b/packages/main/package.json @@ -1,6 +1,6 @@ { "name": "pipflow", - "version": "1.1.3", + "version": "1.1.4", "description": "A web developer workflow based on Gulp. It has built-in features such as merging, compiling, packaging, and compressing that greatly simplify the front-end development process.", "main": "index.js", "types": "./types/index.d.ts", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d3f272f..67e1dff 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @pipflow/utils +## 1.1.2 + +### Patch Changes 🌟 + +- fix: Add `pathe` for window & refactor findCommonPath ([223b408](https://github.com/Meqn/pipflow/commit/223b4089569a56b4b2e355013df1914896146f5e)) + ## 1.1.1 ### Patch Changes 🌟 diff --git a/packages/utils/package.json b/packages/utils/package.json index 2b72806..fbbe8a1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@pipflow/utils", - "version": "1.1.1", + "version": "1.1.2", "description": "utilities for pipflow-cli packages", "main": "index.js", "files": [ diff --git a/plugins/renew/CHANGELOG.md b/plugins/renew/CHANGELOG.md new file mode 100644 index 0000000..95095db --- /dev/null +++ b/plugins/renew/CHANGELOG.md @@ -0,0 +1,14 @@ +# gulp-renew + +## 1.0.1 + +### Patch Changes + +- feat: Add gulp-renew plugin for batch string replacement ([9b4a4c1](https://github.com/Meqn/pipflow/commit/9b4a4c16456c880bab3928fc62248c598ac6fcb2)) +- docs: Update README ([3ebd8e5](https://github.com/Meqn/pipflow/commit/3ebd8e550e047b6c00433afbbb9d59e7afd34c13)) + +## 1.0.0 + +### Major Changes 🎉 + +- feat: release diff --git a/plugins/renew/package.json b/plugins/renew/package.json index 2c9f7b8..3c40284 100644 --- a/plugins/renew/package.json +++ b/plugins/renew/package.json @@ -1,6 +1,6 @@ { "name": "gulp-renew", - "version": "1.0.0", + "version": "1.0.1", "description": "A plugin that supports batch string replacement for gulp. Replacement rules support regular expressions and function replacements", "main": "index.js", "types": "types/index.d.ts",