Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Oct 4, 2024
1 parent 3632eee commit fa25149
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pipflow/core

## 1.2.5

### Patch Changes 🌟

- docs: Update README & package.json ([3632eee](https://github.com/Meqn/pipflow/commit/3632eee70e8dea480a2a5dd13c496a4cf4b08ec0))

## 1.2.4

### 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.4",
"version": "1.2.5",
"description": "Packaging of Gulp-based build tasks. It provides a series of out-of-the-box Gulp tasks.",
"main": "index.js",
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# pipflow

## 1.1.5

### Patch Changes

- Updated dependencies []:
- @pipflow/core@1.2.5

## 1.1.4

### Patch Changes 🌟
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.4",
"version": "1.1.5",
"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

0 comments on commit fa25149

Please sign in to comment.