Skip to content

Commit cd75457

Browse files
committed
chore: set up package publishing
1 parent acc2994 commit cd75457

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

packages/compiler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @replexica/compiler
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- setup package publishing

packages/compiler/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@replexica/compiler",
3-
"version": "0.0.0",
4-
"description": "",
3+
"version": "0.0.1",
4+
"description": "Replexica compiler",
5+
"private": false,
56
"main": "build/index.js",
67
"types": "build/index.d.ts",
78
"files": [

packages/react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @replexica/react
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- setup package publishing

packages/react/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@replexica/react",
3-
"version": "0.0.0",
4-
"description": "",
3+
"version": "0.0.1",
4+
"description": "Replexica React components",
5+
"private": false,
56
"main": "build/index.js",
67
"types": "build/index.d.ts",
78
"files": [

0 commit comments

Comments
 (0)