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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago de Souza committed Jan 19, 2020
1 parent ad5c31b commit ec80c65
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 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.0",
"version": "4.0.0-next.1",
"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.0",
"version": "4.0.0-next.1",
"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.0",
"version": "4.0.0-next.1",
"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.0",
"version": "4.0.0-next.1",
"license": "MIT",
"scripts": {
"start": "craco start",
Expand Down
4 changes: 0 additions & 4 deletions scripts/travis-deploy-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ NPMRC=.npmrc
echo "//registry.npmjs.org/:email=\${EMAIL}" > $NPMRC
echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $NPMRC

# COPY FILES TO NEUTRON JS CLI
cp README.md packages/neutron-cli
cp LICENSE packages/neutron-cli

if node -pe 'JSON.parse(process.argv[1]).version' "$(cat package.json)" | grep 'next'; then
# NPM DEPLOY NEUTRON JS CLI WITH TAG
npm publish packages/neutron-cli --tag next
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.0",
"version": "4.0.0-next.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit ec80c65

Please sign in to comment.