Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-11-14 06:56:10 +01:00 committed by GitHub
parent 3c71b8c8f8
commit b8a1c5386f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 48 additions and 16 deletions

View File

@ -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

View File

@ -0,0 +1,9 @@
# connector
## 0.0.2
### Patch Changes
- 3c71b8c: update ESLint
- Updated dependencies [3c71b8c]
- @status-im/colors@1.0.2

View File

@ -1,6 +1,6 @@
{ {
"name": "connector", "name": "connector",
"version": "0.0.1", "version": "0.0.2",
"license": "MPL-2.0", "license": "MPL-2.0",
"private": true, "private": true,
"repository": { "repository": {

View File

@ -1,5 +1,11 @@
# @status-im/colors # @status-im/colors
## 1.0.2
### Patch Changes
- 3c71b8c: update ESLint
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/colors", "name": "@status-im/colors",
"version": "1.0.1", "version": "1.0.2",
"license": "MPL-2.0", "license": "MPL-2.0",
"files": [ "files": [
"types", "types",

View File

@ -1,5 +1,14 @@
# @status-im/components # @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 ## 1.0.10
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/components", "name": "@status-im/components",
"version": "1.0.10", "version": "1.0.11",
"license": "MPL-2.0", "license": "MPL-2.0",
"sideEffects": [ "sideEffects": [
"*.css" "*.css"

View File

@ -1,5 +1,11 @@
# @status-im/eslint-config # @status-im/eslint-config
## 1.0.2
### Patch Changes
- 3c71b8c: update ESLint
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/eslint-config", "name": "@status-im/eslint-config",
"version": "1.0.1", "version": "1.0.2",
"main": "index.js", "main": "index.js",
"license": "MPL-2.0", "license": "MPL-2.0",
"type": "module", "type": "module",

View File

@ -1,5 +1,11 @@
# @status-im/icons # @status-im/icons
## 1.0.2
### Patch Changes
- 3c71b8c: update ESLint
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/icons", "name": "@status-im/icons",
"version": "1.0.1", "version": "1.0.2",
"license": "MPL-2.0", "license": "MPL-2.0",
"files": [ "files": [
"dist", "dist",

View File

@ -1,5 +1,11 @@
# @status-im/js # @status-im/js
## 1.0.2
### Patch Changes
- 3c71b8c: update ESLint
## 1.0.1 ## 1.0.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/js", "name": "@status-im/js",
"version": "1.0.1", "version": "1.0.2",
"license": "MPL-2.0", "license": "MPL-2.0",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",