Skip to content

Commit

Permalink
update license
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Oct 25, 2024
1 parent 565f638 commit 5a8dbae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# example

## 0.0.3

### Patch Changes

- Updated dependencies
- [email protected]

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
6 changes: 6 additions & 0 deletions packages/cesium-wind-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cesium-wind-layer

## 0.1.3

### Patch Changes

- add mit license

## 0.1.2

### Patch Changes
Expand Down
5 changes: 3 additions & 2 deletions packages/cesium-wind-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-wind-layer",
"version": "0.1.2",
"version": "0.1.3",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -30,5 +30,6 @@
"bugs": {
"url": "https://github.com/hongfaqiu/cesium-wind-layer/issues"
},
"homepage": "https://github.com/hongfaqiu/cesium-wind-layer#readme"
"homepage": "https://github.com/hongfaqiu/cesium-wind-layer#readme",
"license": "MIT"
}

0 comments on commit 5a8dbae

Please sign in to comment.