Skip to content

Commit

Permalink
v0.0.4-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xvezda committed Dec 17, 2021
1 parent 257592c commit 582958c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

## Demo

- [**basic-routing**](https://f2oz7.csb.app): [Sandbox](https://codesandbox.io/s/f2oz7) | [Source](examples/basic-routing)
- [**counter**](https://qfei5.csb.app): [Sandbox](https://codesandbox.io/s/qfei5) | [Source](examples/counter)
- [**tic-tac-toe**](https://krncs.csb.app): [Sandbox](https://codesandbox.io/s/krncs) | [Source](examples/tic-tac-toe)
- [**basic-routing**](https://94kwb.csb.app): [Sandbox](https://codesandbox.io/s/94kwb) | [Source](examples/basic-routing)
- [**counter**](https://vlzfr.csb.app): [Sandbox](https://codesandbox.io/s/vlzfr) | [Source](examples/counter)
- [**tic-tac-toe**](https://dh3f0.csb.app): [Sandbox](https://codesandbox.io/s/dh3f0) | [Source](examples/tic-tac-toe)

## Install

Expand Down
2 changes: 1 addition & 1 deletion examples/basic-routing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basic-routing",
"version": "0.0.4-alpha.0",
"version": "0.0.4-rc.0",
"source": "index.html",
"main": "script.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counter",
"version": "0.0.4-alpha.0",
"version": "0.0.4-rc.0",
"source": "index.html",
"main": "script.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tic-tac-toe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tic-tac-toe",
"version": "0.0.4-alpha.0",
"version": "0.0.4-rc.0",
"source": "index.html",
"main": "script.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.4-alpha.0",
"version": "0.0.4-rc.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/vomjs-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vomjs/store",
"version": "0.0.4-alpha.0",
"version": "0.0.4-rc.0",
"description": "Flux 아키텍처를 구현한 상태관리 모듈",
"main": "src/index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vomjs-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vomjs/tools",
"version": "0.0.4-alpha.0",
"version": "0.0.4-rc.0",
"description": "자주 쓰이는 코드를 chaining 방식으로 이용할 수 있도록 제공하는 도구모음 패키지",
"type": "module",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/vomjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vomjs",
"version": "0.0.4-alpha.0",
"version": "0.0.4-rc.0",
"description": "컴포넌트 기반 웹 어플리케이션 개발을 위한 React-like 프레임워크",
"main": "dist/vom.js",
"types": "index.d.ts",
Expand All @@ -15,8 +15,8 @@
},
"license": "MIT",
"dependencies": {
"@vomjs/store": "^0.0.4-alpha.0",
"@vomjs/tools": "^0.0.4-alpha.0"
"@vomjs/store": "^0.0.4-rc.0",
"@vomjs/tools": "^0.0.4-rc.0"
},
"devDependencies": {
"babel-loader": "^8.2.3",
Expand Down

0 comments on commit 582958c

Please sign in to comment.