Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Sep 29, 2024
1 parent ce31c57 commit acb0b7d
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 7 deletions.
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🚀
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [email protected]

## 1.2.3

### Patch Changes 🌟
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 11 additions & 2 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/main/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🌟
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
14 changes: 14 additions & 0 deletions plugins/renew/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion plugins/renew/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit acb0b7d

Please sign in to comment.