@guanghechen/observable 5.0.0-alpha.2 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +35 -0
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# 5.0.0 (2023-05-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Performance Improvements
|
|
10
|
+
|
|
11
|
+
* 📝 remove all CHANGELOG in repo ([40909ed](https://github.com/guanghechen/node-scaffolds/commit/40909ed439632e0c4b0cd817614e24fdeac2fa23))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# 5.0.0-alpha.3 (2023-05-07)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Performance Improvements
|
|
19
|
+
|
|
20
|
+
* :bookmark: release ([b5a3423](https://github.com/guanghechen/node-scaffolds/commit/b5a3423a3dd338d13ac4247c2651f4693f9fe363))
|
|
21
|
+
* ⬆️ upgrade devDependencies ([30a9c27](https://github.com/guanghechen/node-scaffolds/commit/30a9c27c22b8debcf8dd5b2652ec335458caf31c))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# 5.0.0-alpha.2 (2023-05-01)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* ✨ add @guanghechen/observable ([e0ef27b](https://github.com/guanghechen/node-scaffolds/commit/e0ef27bcf22a2e9e05ff29fea05f6a4778ef3ebf))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Performance Improvements
|
|
34
|
+
|
|
35
|
+
* 🔖 publish v5.0.0-alpha.2 ([708dd6d](https://github.com/guanghechen/node-scaffolds/commit/708dd6d721059e902c375e628c939b28664f3058))
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<header>
|
|
2
2
|
<h1 align="center">
|
|
3
|
-
<a href="https://github.com/guanghechen/node-scaffolds/tree/
|
|
3
|
+
<a href="https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/observable@5.0.0/packages/observable#readme">@guanghechen/observable</a>
|
|
4
4
|
</h1>
|
|
5
5
|
<div align="center">
|
|
6
6
|
<a href="https://www.npmjs.com/package/@guanghechen/observable">
|
|
@@ -71,4 +71,4 @@ A simple observable for subscript/notification pattern.
|
|
|
71
71
|
* Basic
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/
|
|
74
|
+
[homepage]: https://github.com/guanghechen/node-scaffolds/tree/@guanghechen/observable@5.0.0/packages/observable#readme
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guanghechen/observable",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "A simple observable for subscript/notification pattern.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "guanghechen",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"cross-env": "^7.0.3",
|
|
46
46
|
"jest": "^29.5.0",
|
|
47
47
|
"rimraf": "^5.0.0",
|
|
48
|
-
"rollup": "^3.21.
|
|
48
|
+
"rollup": "^3.21.5"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "85e7a656e222c4cc0cf662c3da0c872bc9c17755"
|
|
51
51
|
}
|