Skip to content

Commit b8a1c53

Browse files
Release (#637)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3c71b8c commit b8a1c53

File tree

13 files changed

+48
-16
lines changed

13 files changed

+48
-16
lines changed

.changeset/itchy-insects-vanish.md

-10
This file was deleted.

apps/connector/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# connector
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- 3c71b8c: update ESLint
8+
- Updated dependencies [3c71b8c]
9+
- @status-im/colors@1.0.2

apps/connector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connector",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"license": "MPL-2.0",
55
"private": true,
66
"repository": {

packages/colors/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @status-im/colors
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 3c71b8c: update ESLint
8+
39
## 1.0.1
410

511
### Patch Changes

packages/colors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@status-im/colors",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MPL-2.0",
55
"files": [
66
"types",

packages/components/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @status-im/components
22

3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
- 3c71b8c: update ESLint
8+
- Updated dependencies [3c71b8c]
9+
- @status-im/colors@1.0.2
10+
- @status-im/icons@1.0.2
11+
312
## 1.0.10
413

514
### Patch Changes

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@status-im/components",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"license": "MPL-2.0",
55
"sideEffects": [
66
"*.css"

packages/eslint-config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @status-im/eslint-config
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 3c71b8c: update ESLint
8+
39
## 1.0.1
410

511
### Patch Changes

packages/eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@status-im/eslint-config",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"main": "index.js",
55
"license": "MPL-2.0",
66
"type": "module",

packages/icons/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @status-im/icons
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 3c71b8c: update ESLint
8+
39
## 1.0.1
410

511
### Patch Changes

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@status-im/icons",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MPL-2.0",
55
"files": [
66
"dist",

packages/status-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @status-im/js
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 3c71b8c: update ESLint
8+
39
## 1.0.1
410

511
### Patch Changes

packages/status-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@status-im/js",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "MPL-2.0",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)