Skip to content

Commit

Permalink
Release (#637)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 14, 2024
1 parent 3c71b8c commit b8a1c53
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/itchy-insects-vanish.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# connector

## 0.0.2

### Patch Changes

- 3c71b8c: update ESLint
- Updated dependencies [3c71b8c]
- @status-im/colors@1.0.2
2 changes: 1 addition & 1 deletion apps/connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connector",
"version": "0.0.1",
"version": "0.0.2",
"license": "MPL-2.0",
"private": true,
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/colors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @status-im/colors

## 1.0.2

### Patch Changes

- 3c71b8c: update ESLint

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@status-im/colors",
"version": "1.0.1",
"version": "1.0.2",
"license": "MPL-2.0",
"files": [
"types",
Expand Down
9 changes: 9 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@status-im/components",
"version": "1.0.10",
"version": "1.0.11",
"license": "MPL-2.0",
"sideEffects": [
"*.css"
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @status-im/eslint-config

## 1.0.2

### Patch Changes

- 3c71b8c: update ESLint

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @status-im/icons

## 1.0.2

### Patch Changes

- 3c71b8c: update ESLint

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@status-im/icons",
"version": "1.0.1",
"version": "1.0.2",
"license": "MPL-2.0",
"files": [
"dist",
Expand Down
6 changes: 6 additions & 0 deletions packages/status-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @status-im/js

## 1.0.2

### Patch Changes

- 3c71b8c: update ESLint

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/status-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b8a1c53

Please sign in to comment.