Skip to content

Commit 7233bb3

Browse files
committed
build: the v0.3.1 release
1 parent 7090a98 commit 7233bb3

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/vr360",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"packageManager": "pnpm@7.0.0",
66
"author": "yangjinming",

packages/doc/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 0.2.1 (2022-10-02)
1+
# 0.3.0 (2022-10-08)
2+
3+
### Bug Fixes
4+
5+
- **@nicepkg/vr360-core:** 修复移动端的提示移动 bug ([7090a98](https://github.com/nicepkg/vr360/commit/7090a9805bc472240de6ad4467bbadc14fd6151d))
6+
7+
# 0.3.0 (2022-10-02)
28

39
## 0.2.1 (2022-10-02)
410

packages/doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doc",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "the libs docs website",
66
"scripts": {

packages/vr360-core/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 0.2.1 (2022-10-02)
1+
# 0.3.0 (2022-10-08)
2+
3+
### Bug Fixes
4+
5+
- **@nicepkg/vr360-core:** 修复移动端的提示移动 bug ([7090a98](https://github.com/nicepkg/vr360/commit/7090a9805bc472240de6ad4467bbadc14fd6151d))
6+
7+
# 0.3.0 (2022-10-02)
28

39
## 0.2.1 (2022-10-02)
410

packages/vr360-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/vr360-core",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "快速实现你的全景开发需求,全景看房、全景街景、全景景点",
55
"keywords": [
66
"vr360",

packages/vr360-shared/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## 0.2.1 (2022-10-02)
1+
# 0.3.0 (2022-10-08)
2+
3+
### Bug Fixes
4+
5+
- **@nicepkg/vr360-core:** 修复移动端的提示移动 bug ([7090a98](https://github.com/nicepkg/vr360/commit/7090a9805bc472240de6ad4467bbadc14fd6151d))
6+
7+
# 0.3.0 (2022-10-02)
28

39
## 0.2.1 (2022-10-02)
410

packages/vr360-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nicepkg/vr360-shared",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A shared package of internal utility functions, including build and test functions.",
55
"keywords": [
66
"vr360-shared",

0 commit comments

Comments
 (0)