Skip to content

Commit

Permalink
v0.0.1-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
recoluan committed Dec 5, 2024
1 parent 70afd42 commit d930902
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"mode": "exit",
"tag": "alpha",
"initialVersions": {
"@revili/revili-kit-demo": "0.0.1-alpha.7",
"@revili/shared": "0.0.1-alpha.7",
"revili": "0.0.1-alpha.9"
"@revili/helpers": "0.0.1-alpha.8",
"@revili/revili-kit-demo": "0.0.1-alpha.8",
"revili": "0.0.1-alpha.10"
},
"changesets": [
"cold-cooks-smoke",
Expand All @@ -15,6 +15,7 @@
"mighty-rabbits-talk",
"pink-boxes-beg",
"proud-chairs-lay",
"serious-fireants-roll",
"silver-pens-double",
"sweet-roses-share",
"violet-icons-fail"
Expand Down
7 changes: 7 additions & 0 deletions .changeset/serious-fireants-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@revili/helpers": patch
"@revili/revili-kit-demo": patch
"revili": patch
---

allocate data storage space for kit
7 changes: 7 additions & 0 deletions packages/@revili/helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @revili/helpers

## 0.0.1-alpha.9

### Patch Changes

- allocate data storage space for kit
2 changes: 1 addition & 1 deletion packages/@revili/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@revili/helpers",
"version": "0.0.1-alpha.8",
"version": "0.0.1-alpha.9",
"description": "",
"type": "module",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/@revili/kit-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @revili/revili-kit-default

## 0.0.1-alpha.9

### Patch Changes

- allocate data storage space for kit
- Updated dependencies
- [email protected]

## 0.0.1-alpha.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@revili/kit-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@revili/revili-kit-demo",
"version": "0.0.1-alpha.8",
"version": "0.0.1-alpha.9",
"description": "",
"main": "dist/node/index.js",
"module": "dist/node/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# revili

## 0.0.1-alpha.11

### Patch Changes

- allocate data storage space for kit
- Updated dependencies
- @revili/helpers@0.0.1-alpha.9

## 0.0.1-alpha.10

### Patch Changes
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": "revili",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit d930902

Please sign in to comment.