Release (#580)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
edfdfd6dbc
commit
7f215e15e9
|
@ -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
|
|
@ -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
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/colors
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- edfdfd6: switch to tailwind
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/colors",
|
||||
"version": "0.4.0",
|
||||
"version": "1.0.0",
|
||||
"license": "MPL-2.0",
|
||||
"files": [
|
||||
"types",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/components",
|
||||
"version": "0.6.5",
|
||||
"version": "1.0.0",
|
||||
"license": "MPL-2.0",
|
||||
"sideEffects": [
|
||||
"*.css"
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/eslint-config
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- edfdfd6: switch to tailwind
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@status-im/icons",
|
||||
"version": "0.9.2",
|
||||
"version": "1.0.0",
|
||||
"license": "MPL-2.0",
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @status-im/js
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- edfdfd6: switch to tailwind
|
||||
|
||||
## 0.6.7
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue