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:56:16 +01:00 committed by GitHub
parent 21e2161bfd
commit 823273bc26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 41 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
---
include build step

View File

@ -1,5 +1,11 @@
# @status-im/colors
## 0.2.0
### Minor Changes
- 08791fc: include build step
## 0.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,17 @@
# @status-im/components
## 0.2.0
### Minor Changes
- 08791fc: include build step
### Patch Changes
- Updated dependencies [08791fc]
- @status-im/colors@0.2.0
- @status-im/icons@0.2.0
## 0.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# @status-im/eslint-config
## 0.3.0
### Minor Changes
- 08791fc: include build step
## 0.2.0
### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# @status-im/icons
## 0.2.0
### Minor Changes
- 08791fc: include build step
## 0.1.0
### Minor Changes

View File

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

View File

@ -1,5 +1,11 @@
# @status-im/js
## 0.4.0
### Minor Changes
- 08791fc: include build step
## 0.3.0
### Minor Changes

View File

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