Skip to content

Commit

Permalink
chore(release): publish new version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWXY committed Aug 6, 2024
1 parent a828c0c commit 2c33257
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/coverjs/onion-interceptor/compare/v0.1.1...v1.0.0) (2024-08-06)

**Note:** Version bump only for package onion-root

### [0.1.1](https://github.com/coverjs/onion-interceptor/compare/v0.1.0...v0.1.1) (2024-08-05)

### 🚀 Performance Improvements | 优化
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.1.1",
"version": "1.0.0",
"npmClient": "pnpm",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/coverjs/onion-interceptor/compare/v0.1.1...v1.0.0) (2024-08-06)

**Note:** Version bump only for package onion-interceptor

### [0.1.1](https://github.com/coverjs/onion-interceptor/compare/v0.1.0...v0.1.1) (2024-08-05)

### 🚀 Performance Improvements | 优化
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onion-interceptor",
"version": "0.1.1",
"version": "1.0.0",
"type": "module",
"description": "Universal Network Request Interceptor Tool ",
"homepage": "https://coverjs.github.io/onion-interceptor/",
Expand Down Expand Up @@ -32,7 +32,7 @@
"build": "vite build --config vite.config.ts",
"build:watch": "vite build --config vite.config.ts --watch",
"test": "vitest --run --coverage",
"test:watch":"vitest"
"test:watch": "vitest"
},
"keywords": [
"onion-interceptor",
Expand Down
4 changes: 4 additions & 0 deletions packages/pipes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.0](https://github.com/coverjs/onion-interceptor/compare/v0.1.1...v1.0.0) (2024-08-06)

**Note:** Version bump only for package @onion-interceptor/pipes

### [0.1.1](https://github.com/coverjs/onion-interceptor/compare/v0.1.0...v0.1.1) (2024-08-05)

### 🚀 Performance Improvements | 优化
Expand Down
6 changes: 3 additions & 3 deletions packages/pipes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onion-interceptor/pipes",
"version": "0.1.1",
"version": "1.0.0",
"type": "module",
"description": "onion-interceptor pipes",
"homepage": "https://coverjs.github.io/onion-interceptor/",
Expand Down Expand Up @@ -46,10 +46,10 @@
],
"author": "EricWXY",
"peerDependencies": {
"onion-interceptor": "^0.1.1"
"onion-interceptor": "^1.0.0"
},
"devDependencies": {
"onion-interceptor": "^0.1.1"
"onion-interceptor": "^1.0.0"
},
"license": "MIT"
}
8 changes: 8 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## [1.0.0](https://github.com/coverjs/onion-interceptor/compare/v0.1.1...v1.0.0) (2024-08-06)

**Note:** Version bump only for package test-utils

0 comments on commit 2c33257

Please sign in to comment.