Skip to content

Commit

Permalink
Update version for v0.5.33-rc3 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
chacha912 authored Aug 6, 2024
1 parent 5e1e37f commit a7f8df9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@yorkie-ui/storybook",
"private": true,
"version": "0.5.33-rc",
"version": "0.5.33-rc3",
"type": "module",
"scripts": {
"prebuild": "pnpm --filter @yorkie-ui/core build",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yorkie-ui/web",
"version": "0.5.33-rc",
"version": "0.5.33-rc3",
"private": true,
"scripts": {
"prebuild": "pnpm --filter @yorkie-ui/core build",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yorkie-ui",
"version": "0.5.33-rc",
"version": "0.5.33-rc3",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yorkie-ui/core",
"version": "0.5.33-rc",
"version": "0.5.33-rc3",
"type": "module",
"main": "./src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit a7f8df9

Please sign in to comment.