Skip to content

Commit

Permalink
release: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
王建明 committed May 23, 2024
1 parent 7b630ea commit 561469f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

---

## 1.1.4

`2024-5-23`

- 🌟 更新默认 `lint` 规则

## 1.1.3

`2024-5-10`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poros",
"version": "1.1.3",
"version": "1.1.4",
"private": true,
"scripts": {
"bootstrap": "poros-scripts bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-poros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-poros",
"version": "1.1.3",
"version": "1.1.4",
"description": "create-poros",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porosjs/plugins",
"version": "1.1.3",
"version": "1.1.4",
"description": "@porosjs/plugins",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/poros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poros",
"version": "1.1.3",
"version": "1.1.4",
"description": "An electron react framework based on Umi",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poros-scripts",
"version": "1.1.3-beta.7",
"version": "1.1.4",
"private": true,
"bin": {
"poros-scripts": "bin/poros-scripts.js"
Expand Down

0 comments on commit 561469f

Please sign in to comment.