Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
v4.0.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago de Souza committed Jan 19, 2020
1 parent 739ef30 commit f4e53ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"website"
],
"useWorkspaces": true,
"version": "4.0.0-next.1",
"version": "4.0.0-next.2",
"changelog": {
"repo": "neutronjs/neutron",
"labels": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neutron-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neutronjs/cli",
"description": "This CLI was developed to help developers create new projects quickly and easily",
"version": "4.0.0-next.1",
"version": "4.0.0-next.2",
"license": "MIT",
"main": "build/cli.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/neutron-start-react-native-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutronjs/start-react-native-template",
"version": "4.0.0-next.1",
"version": "4.0.0-next.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down
2 changes: 1 addition & 1 deletion packages/neutron-start-react-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutronjs/start-react-template",
"version": "4.0.0-next.1",
"version": "4.0.0-next.2",
"license": "MIT",
"scripts": {
"start": "craco start",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neutronjs/website",
"version": "4.0.0-next.1",
"version": "4.0.0-next.2",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit f4e53ba

Please sign in to comment.