Skip to content

Commit 0ce768b

Browse files
authored
Merge pull request #1 from hongfaqiu/changeset-release/main
Version Packages
2 parents b656d3c + de6df3e commit 0ce768b

File tree

6 files changed

+38
-20
lines changed

6 files changed

+38
-20
lines changed

.changeset/strong-dryers-hug.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.changeset/thin-vans-dress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# example
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 770381e: feat: add dynamic option to control particle animation
8+
9+
- Add new `dynamic` option to WindLayerOptions to control particle animation state
10+
- Add dynamic switch control in ControlPanel component
11+
- Set default value of dynamic option to true
12+
- Update types and documentation
13+
14+
This change allows users to toggle between animated and static particle states.
15+
16+
### Patch Changes
17+
18+
- Updated dependencies [770381e]
19+
- Updated dependencies [7fc0dbf]
20+
- cesium-wind-layer@0.8.0
21+
322
## 0.4.7
423

524
### Patch Changes

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "0.4.7",
4+
"version": "0.5.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/cesium-wind-layer/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# cesium-wind-layer
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 770381e: feat: add dynamic option to control particle animation
8+
9+
- Add new `dynamic` option to WindLayerOptions to control particle animation state
10+
- Add dynamic switch control in ControlPanel component
11+
- Set default value of dynamic option to true
12+
- Update types and documentation
13+
14+
This change allows users to toggle between animated and static particle states.
15+
16+
### Patch Changes
17+
18+
- 7fc0dbf: fix: dont limit cesium version
19+
320
## 0.7.6
421

522
### Patch Changes

packages/cesium-wind-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cesium-wind-layer",
3-
"version": "0.7.6",
3+
"version": "0.8.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)