Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @vibe/core@3.0.0-alpha.15
 - @vibe/icons@0.0.5-alpha.0
  • Loading branch information
talkor committed Oct 21, 2024
1 parent 4f0d9cd commit fb36c13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibe/core",
"version": "3.0.0-alpha.14",
"version": "3.0.0-alpha.15",
"description": "Official monday.com UI resources for application development in React.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"@popperjs/core": "2.11.6",
"@vibe/icons": "0.0.4",
"@vibe/icons": "^0.0.5-alpha.0",
"a11y-dialog": "^7.5.2",
"body-scroll-lock": "^4.0.0-beta.0",
"browserslist-config-monday": "1.0.6",
Expand Down
5 changes: 3 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibe/icons",
"version": "0.0.4",
"version": "0.0.5-alpha.0",
"description": "Vibe's icon library",
"repository": {
"type": "git",
Expand Down Expand Up @@ -83,5 +83,6 @@
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
}
},
"sideEffects": false
}

0 comments on commit fb36c13

Please sign in to comment.