Skip to content

Commit

Permalink
Release (#580)
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 Sep 26, 2024
1 parent edfdfd6 commit 7f215e1
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/selfish-bugs-poke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sixty-chairs-sip.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.0

### Major Changes

- edfdfd6: switch to tailwind

## 0.4.0

### Minor 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": "0.4.0",
"version": "1.0.0",
"license": "MPL-2.0",
"files": [
"types",
Expand Down
13 changes: 13 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @status-im/components

## 1.0.0

### Major Changes

- edfdfd6: switch to tailwind

### Patch Changes

- Updated dependencies [edfdfd6]
- Updated dependencies [c8f551f]
- @status-im/colors@1.0.0
- @status-im/icons@1.0.0

## 0.6.5

### 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": "0.6.5",
"version": "1.0.0",
"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.0

### Major Changes

- edfdfd6: switch to tailwind

## 0.3.0

### Minor 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": "0.3.0",
"version": "1.0.0",
"main": "index.js",
"license": "MPL-2.0",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @status-im/icons

## 1.0.0

### Major Changes

- edfdfd6: switch to tailwind
- c8f551f: Generated each icon group separately for better correctness
Added separate export paths for the following icon sets: ./12, ./16, ./20, ./social, and ./reactions.
Removed Tamagui runtime

## 0.9.2

### 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": "0.9.2",
"version": "1.0.0",
"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.0

### Major Changes

- edfdfd6: switch to tailwind

## 0.6.7

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

0 comments on commit 7f215e1

Please sign in to comment.