Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/css-native-utils' into css-nativ…
Browse files Browse the repository at this point in the history
…e-utils

# Conflicts:
#	package-lock.json
#	package.json
  • Loading branch information
andresin87 committed Sep 27, 2024
2 parents 1521e66 + 97b6552 commit 9460586
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/atom/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:styles": "cpx './src/**/*.scss' ./lib"
},
"dependencies": {
"@s-ui/component-dependencies": "latest"
"@s-ui/component-dependencies": "1"
},
"keywords": [],
"author": "",
Expand Down
6 changes: 3 additions & 3 deletions components/atom/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@s-ui/react-atom-icon",
"version": "1.18.0",
"version": "1.18.0-beta.1",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build:styles": "cpx './src/**/*.scss' ./lib"
},
"dependencies": {
"@s-ui/react-hooks": "1",
"@s-ui/react-primitive-polymorphic-element": "1"
"@s-ui/react-hooks": "beta",
"@s-ui/react-primitive-polymorphic-element": "beta"
},
"peerDependencies": {
"@s-ui/component-dependencies": "latest"
Expand Down

0 comments on commit 9460586

Please sign in to comment.