chore: release 1.0.0

This commit is contained in:
liuweiqing 2024-01-23 15:45:47 +08:00
parent 6c8bfe3e7c
commit 502e9198d5
3 changed files with 29 additions and 3 deletions

23
CHANGELOG.md Normal file
View File

@ -0,0 +1,23 @@
# Changelog
## 1.0.0 (2024-01-23)
### Features
* release-please ([6c8bfe3](https://www.github.com/14790897/paper-ai/commit/6c8bfe3e7cd43fdc08b4933f7b3dd4a7c68abf80))
* 与ai直接交流 ([cd5b42b](https://www.github.com/14790897/paper-ai/commit/cd5b42bed67b32918458d4815d8f5aabf71743a6))
* 删除文献时,更新索引 ([82149df](https://www.github.com/14790897/paper-ai/commit/82149dfa5d4a394e6db7685d73f79cd3d4120846))
* 点击别的按钮之后可以自动回到之前的光标位置 ([f76205e](https://www.github.com/14790897/paper-ai/commit/f76205ec8fe77abecadc24396e621a8f3dc6b6fc))
### Bug Fixes
* deploy button and env ([437d516](https://www.github.com/14790897/paper-ai/commit/437d5169cb9d4fdbc6ebd22cf84cf5ddcceb8a71))
* editorcontent to redux ([6382683](https://www.github.com/14790897/paper-ai/commit/6382683f91dcbeb3cad3293f9be5ec6705f457b3))
* form里面的按钮必须要指定type不为submit才可以正常 ([64d307b](https://www.github.com/14790897/paper-ai/commit/64d307bbdc2eeb41b83ebd0d52cef15955e45bc4))
* ignore lint ([bc65d1e](https://www.github.com/14790897/paper-ai/commit/bc65d1e11c597133bc492c2f6928133c6b4215b8))
* proxy ([50124d3](https://www.github.com/14790897/paper-ai/commit/50124d35bd170f9e996f403fe00a89d570c2be1f))
* referencesRedux自动存储 ([b4a522b](https://www.github.com/14790897/paper-ai/commit/b4a522b3b8bffcbe718e4d60bbdfc73cf41024a1))
* style ([eaa6561](https://www.github.com/14790897/paper-ai/commit/eaa65616c22451a085080cee7713ef3817483dae))
* 使用redux完成对references的编辑 ([945a98b](https://www.github.com/14790897/paper-ai/commit/945a98b2ed97640b6c95e0c316829b415826b306))

6
package-lock.json generated
View File

@ -44,7 +44,8 @@
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"@types/redux-logger": "^3.0.12", "@types/redux-logger": "^3.0.12",
"encoding": "^0.1.13" "encoding": "^0.1.13"
} },
"version": "1.0.0"
}, },
"node_modules/@alloc/quick-lru": { "node_modules/@alloc/quick-lru": {
"version": "5.2.0", "version": "5.2.0",
@ -5482,5 +5483,6 @@
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz",
"integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA=="
} }
} },
"version": "1.0.0"
} }

View File

@ -45,5 +45,6 @@
"@types/react-dom": "18.2.5", "@types/react-dom": "18.2.5",
"@types/redux-logger": "^3.0.12", "@types/redux-logger": "^3.0.12",
"encoding": "^0.1.13" "encoding": "^0.1.13"
} },
"version": "1.0.0"
} }