Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-29 12:03:49 +01:00 committed by GitHub
parent 291475afcc
commit 7d0c405b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 46 additions and 14 deletions

View File

@ -1,9 +0,0 @@
---
'@status-im/eslint-config': minor
'@status-im/components': minor
'@status-im/js': minor
'@status-im/colors': minor
'@status-im/icons': minor
---
prepare packages for release

View File

@ -0,0 +1,7 @@
# @status-im/colors
## 0.1.0
### Minor Changes
- 181faba: prepare packages for release

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/colors",
"version": "0.0.1",
"version": "0.1.0",
"files": [
"types",
"dist",

View File

@ -0,0 +1,13 @@
# @status-im/components
## 0.1.0
### Minor Changes
- 181faba: prepare packages for release
### Patch Changes
- Updated dependencies [181faba]
- @status-im/colors@0.1.0
- @status-im/icons@0.1.0

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/components",
"version": "0.0.1",
"version": "0.1.0",
"sideEffects": [
"*.css"
],

View File

@ -0,0 +1,7 @@
# @status-im/eslint-config
## 0.2.0
### Minor Changes
- 181faba: prepare packages for release

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/eslint-config",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",
"exports": {
".": {

View File

@ -0,0 +1,7 @@
# @status-im/icons
## 0.1.0
### Minor Changes
- 181faba: prepare packages for release

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/icons",
"version": "0.0.1",
"version": "0.1.0",
"files": [
"dist",
"svg"

View File

@ -0,0 +1,7 @@
# @status-im/js
## 0.3.0
### Minor Changes
- 181faba: prepare packages for release

View File

@ -1,6 +1,6 @@
{
"name": "@status-im/js",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT OR Apache-2.0",
"type": "module",
"main": "./dist/index.js",