chore: update release docs for common@0.1.0
This commit is contained in:
parent
56f597708c
commit
fcf32cb21b
3 changed files with 6 additions and 6 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -10168,7 +10168,7 @@
|
|||
},
|
||||
"packages/common": {
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.0.4",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {}
|
||||
},
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
## 0.0.4
|
||||
## 0.1.0
|
||||
- deprecate `labelPosition` prop
|
||||
- TextArea and Dropdown types
|
||||
|
||||
## 0.0.3
|
||||
### 0.0.3
|
||||
- update package exports and files
|
||||
|
||||
## 0.0.2
|
||||
### 0.0.2
|
||||
- expose types on top-level index
|
||||
|
||||
## 0.0.1
|
||||
### 0.0.1
|
||||
- initialize @astro-reactive/common package
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astro-reactive/common",
|
||||
"version": "0.0.4",
|
||||
"version": "0.1.0",
|
||||
"description": "Common code for Astro Reactive Packages",
|
||||
"main": "index.js",
|
||||
"devDependencies": {},
|
||||
|
|
Loading…
Reference in a new issue