Skip to content

Commit 42a9d60

Browse files
committed
Preps 1.0.0-beta.1
1 parent 9b41386 commit 42a9d60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> ___NOTE:___ This is an alpha release of the library. The previous "stable" version is on the `0.x.x` branch.
1+
> ___NOTE:___ This is an beta release of the library. I am using it in production myself however it hasn't been used for a considerable length of time. There _may_ be API changes, however, I expect them to be absolutely minimal.
22
33
# react-async-component 📬
44

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-component",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-beta.1",
44
"description": "Create Components that resolve asynchronously, with support for server side rendering and code splitting.",
55
"license": "MIT",
66
"main": "commonjs/index.js",

0 commit comments

Comments
 (0)