Skip to content

Commit

Permalink
chore(release): 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLLLLH committed Jan 3, 2021
1 parent 2122aaa commit da3b7d3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.2](https://github.com/0xLLLLH/react-krpano/compare/v0.1.1...v0.1.2) (2020-12-19)
## [0.1.3](https://github.com/0xLLLLH/react-krpano/compare/v0.1.2...v0.1.3) (2021-01-03)


### Features

* ✨Krpano组件添加默认大小 ([fa8d678](https://github.com/0xLLLLH/react-krpano/commit/fa8d678228443b5f86a950d0d0548f5758904ab3))


### Bug Fixes

* 🐞修复各个组件的相关interface未导出的问题 ([604eb56](https://github.com/0xLLLLH/react-krpano/commit/604eb56a53389b4e05c5bb51b2d2ed1f4a63c006))

## [0.1.2](https://github.com/0xLLLLH/react-krpano/compare/v0.1.1...v0.1.2) (2020-12-19)


### Features
Expand Down
14 changes: 13 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.2](https://github.com/0xLLLLH/react-krpano/compare/v0.1.1...v0.1.2) (2020-12-19)
## [0.1.3](https://github.com/0xLLLLH/react-krpano/compare/v0.1.2...v0.1.3) (2021-01-03)


### Features

* ✨Krpano组件添加默认大小 ([fa8d678](https://github.com/0xLLLLH/react-krpano/commit/fa8d678228443b5f86a950d0d0548f5758904ab3))


### Bug Fixes

* 🐞修复各个组件的相关interface未导出的问题 ([604eb56](https://github.com/0xLLLLH/react-krpano/commit/604eb56a53389b4e05c5bb51b2d2ed1f4a63c006))

## [0.1.2](https://github.com/0xLLLLH/react-krpano/compare/v0.1.1...v0.1.2) (2020-12-19)


### Features
Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
[npm-image]: https://img.shields.io/npm/v/@0xllllh/react-krpano?style=flat-square
[npm-url]: https://www.npmjs.com/package/@0xllllh/react-krpano

[Demo](https://0xllllh.github.io/react-krpano-examples)
## ✨ 特性
* 动态渲染场景和热点,无需生成xml
* 使用Typescript开发,提供完整的类型定义文件。
Expand Down Expand Up @@ -208,5 +209,6 @@ const App = () => (
## 🔗 链接
* [Home](https://0xllllh.github.io/react-krpano/)
* [组件参数](https://0xllllh.github.io/react-krpano/#/components)
* [示例项目](https://github.com/0xLLLLH/react-krpano-examples)
* [CHANGELOG](/CHANGELOG.md)
* [Krpano官方文档](https://krpano.com/docu/xml/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xllllh/react-krpano",
"version": "0.1.2",
"version": "0.1.3",
"description": "React bindings for krpano.",
"source": "./src/index.ts",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit da3b7d3

Please sign in to comment.