Release (#631)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
2fad1225b0
commit
27ba1bd931
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
'@status-im/eslint-config': patch
|
||||
'@status-im/components': patch
|
||||
'@status-im/js': patch
|
||||
'@status-im/colors': patch
|
||||
'@status-im/icons': patch
|
||||
---
|
||||
|
||||
use pnpm and update node
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
fix <DropdownMenu.SubTrigger /> icon; unknown network typo
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"@status-im/components": patch
|
||||
---
|
||||
|
||||
add missing directive to `<SegmentedControl />`
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/colors
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fad122: use pnpm and update node
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/colors",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MPL-2.0",
|
||||
"files": [
|
||||
"types",
|
||||
|
|
|
@ -1,5 +1,16 @@
|
|||
# @status-im/components
|
||||
|
||||
## 1.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fad122: use pnpm and update node
|
||||
- e30555c: fix <DropdownMenu.SubTrigger /> icon; unknown network typo
|
||||
- 3c968a2: add missing directive to `<SegmentedControl />`
|
||||
- Updated dependencies [2fad122]
|
||||
- @status-im/colors@1.0.1
|
||||
- @status-im/icons@1.0.1
|
||||
|
||||
## 1.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/components",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"license": "MPL-2.0",
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/eslint-config
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fad122: use pnpm and update node
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/eslint-config",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"main": "index.js",
|
||||
"license": "MPL-2.0",
|
||||
"exports": {
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/icons
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fad122: use pnpm and update node
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/icons",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MPL-2.0",
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/js
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 2fad122: use pnpm and update node
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/js",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue