Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-26 12:12:09 +02:00 committed by GitHub
parent edfdfd6dbc
commit 7f215e15e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 45 additions and 21 deletions

View File

@ -1,9 +0,0 @@
---
'@status-im/eslint-config': major
'@status-im/components': major
'@status-im/js': major
'@status-im/colors': major
'@status-im/icons': major
---
switch to tailwind

View File

@ -1,7 +0,0 @@
---
"@status-im/icons": major
---
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

View File

@ -1,5 +1,11 @@
# @status-im/colors # @status-im/colors
## 1.0.0
### Major Changes
- edfdfd6: switch to tailwind
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/components", "name": "@status-im/components",
"version": "0.6.5", "version": "1.0.0",
"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.0
### Major Changes
- edfdfd6: switch to tailwind
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/eslint-config", "name": "@status-im/eslint-config",
"version": "0.3.0", "version": "1.0.0",
"main": "index.js", "main": "index.js",
"license": "MPL-2.0", "license": "MPL-2.0",
"exports": { "exports": {

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@status-im/icons", "name": "@status-im/icons",
"version": "0.9.2", "version": "1.0.0",
"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.0
### Major Changes
- edfdfd6: switch to tailwind
## 0.6.7 ## 0.6.7
### Patch Changes ### Patch Changes

View File

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