Release (#637)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3c71b8c8f8
commit
b8a1c5386f
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
'@status-im/eslint-config': patch
|
||||
'@status-im/components': patch
|
||||
'@status-im/js': patch
|
||||
'@status-im/colors': patch
|
||||
'connector': patch
|
||||
'@status-im/icons': patch
|
||||
---
|
||||
|
||||
update ESLint
|
|
@ -0,0 +1,9 @@
|
|||
# connector
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c71b8c: update ESLint
|
||||
- Updated dependencies [3c71b8c]
|
||||
- @status-im/colors@1.0.2
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "connector",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"license": "MPL-2.0",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/colors
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c71b8c: update ESLint
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/colors",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MPL-2.0",
|
||||
"files": [
|
||||
"types",
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
# @status-im/components
|
||||
|
||||
## 1.0.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c71b8c: update ESLint
|
||||
- Updated dependencies [3c71b8c]
|
||||
- @status-im/colors@1.0.2
|
||||
- @status-im/icons@1.0.2
|
||||
|
||||
## 1.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/components",
|
||||
"version": "1.0.10",
|
||||
"version": "1.0.11",
|
||||
"license": "MPL-2.0",
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/eslint-config
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c71b8c: update ESLint
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/eslint-config",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"main": "index.js",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/icons
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c71b8c: update ESLint
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/icons",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MPL-2.0",
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/js
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3c71b8c: update ESLint
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/js",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"license": "MPL-2.0",
|
||||
"type": "module",
|
||||
"main": "./dist/index.js",
|
||||
|
|
Loading…
Reference in New Issue