Skip to content

Commit

Permalink
Version Packages (alpha) (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 27, 2024
1 parent 49d7eef commit 17c5e72
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"strong-donkeys-guess",
"sweet-schools-smile",
"swift-zoos-grab",
"tall-masks-cheer",
"tough-bags-yell",
"tough-shrimps-remain",
"wise-snails-nail"
Expand Down
8 changes: 8 additions & 0 deletions apps/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# docs

## 1.0.1-alpha.6

### Patch Changes

- Updated dependencies [49d7eef]
- @react-unforget/babel-plugin@0.1.0-alpha.14
- @react-unforget/runtime@0.1.0-alpha.8

## 1.0.1-alpha.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "1.0.1-alpha.5",
"version": "1.0.1-alpha.6",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand All @@ -12,8 +12,8 @@
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/standalone": "^7.24.0",
"@codesandbox/sandpack-react": "^2.13.4",
"@react-unforget/babel-plugin": "0.1.0-alpha.13",
"@react-unforget/runtime": "0.1.0-alpha.7",
"@react-unforget/babel-plugin": "0.1.0-alpha.14",
"@react-unforget/runtime": "0.1.0-alpha.8",
"@vercel/analytics": "^1.2.2",
"clsx": "^2.1.0",
"forgetti": "^0.8.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-unforget/compiler

## 0.1.0-alpha.14

### Minor Changes

- 49d7eef: Release alpha versions as latest

## 0.1.0-alpha.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-unforget/babel-plugin",
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"license": "MIT",
"type": "module",
"files": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/standalone": "^7.24.0",
"@react-unforget/eslint-config": "*",
"@react-unforget/jest-config": "*",
"@react-unforget/runtime": "^0.1.0-alpha.7",
"@react-unforget/runtime": "^0.1.0-alpha.8",
"@react-unforget/typescript-config": "*",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @react-unforget/runtime

## 0.1.0-alpha.8

### Minor Changes

- 49d7eef: Release alpha versions as latest

## 0.1.0-alpha.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-unforget/runtime",
"version": "0.1.0-alpha.7",
"version": "0.1.0-alpha.8",
"license": "MIT",
"type": "module",
"files": [
Expand Down

0 comments on commit 17c5e72

Please sign in to comment.