Skip to content

Commit

Permalink
chore(release): publish v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Nov 26, 2021
1 parent 8bf7dca commit cd2ba35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.5.14",
"version": "0.5.15",
"command": {
"version": {
"message": "chore(release): publish %s"
Expand Down
2 changes: 1 addition & 1 deletion packages/apsara-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odpf/icons",
"version": "0.5.5",
"version": "0.5.15",
"description": "Apsara icons",
"scripts": {
"build": "node scripts/build.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/apsara-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@odpf/apsara",
"version": "0.5.14",
"version": "0.5.15",
"description": "A list of base components for apsara",
"author": "Praveen Yadav <praveen.yadav@go-jek.com>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@odpf/icons": "^0.5.5",
"@odpf/icons": "^0.5.15",
"antd": "^4.6.4",
"clsx": "^1.1.1",
"moment": "^2.29.1",
Expand Down

0 comments on commit cd2ba35

Please sign in to comment.