Skip to content

Commit

Permalink
Release (#631)
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 1, 2024
1 parent 2fad122 commit 27ba1bd
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changeset/nasty-schools-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-cobras-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-garlics-sell.md

This file was deleted.

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.1

### Patch Changes

- 2fad122: use pnpm and update node

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"license": "MPL-2.0",
"files": [
"types",
Expand Down
11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.9",
"version": "1.0.10",
"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.1

### Patch Changes

- 2fad122: use pnpm and update node

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"main": "index.js",
"license": "MPL-2.0",
"exports": {
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.1

### Patch Changes

- 2fad122: use pnpm and update node

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"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.1

### Patch Changes

- 2fad122: use pnpm and update node

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"license": "MPL-2.0",
"type": "module",
"main": "./dist/index.js",
Expand Down

0 comments on commit 27ba1bd

Please sign in to comment.