Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-25 17:45:32 +02:00 committed by GitHub
parent 762a698be2
commit 09200d4632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"@status-im/js": patch
---
remove url signatures

View File

@ -1,5 +0,0 @@
---
'@status-im/components': minor
---
add Step and Tabs with Step

View File

@ -1,5 +1,11 @@
# @status-im/components # @status-im/components
## 0.3.0
### Minor Changes
- 762a698: add Step and Tabs with Step
## 0.2.5 ## 0.2.5
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @status-im/js # @status-im/js
## 0.4.1
### Patch Changes
- 6c24833: remove url signatures
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes

View File

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