Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Oct 1, 2020
1 parent d12aee0 commit 25fcbd1
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion examples/example-package/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "example-package",
"description": "",
"private": true,
"version": "0.0.77",
"version": "0.0.78",
"author": "Tommaso De Rossi, morse <beats.by.morse@gmail.com>",
"dependencies": {
"@chakra-ui/core": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/markdown/package.json
@@ -1,6 +1,6 @@
{
"name": "markdown",
"version": "0.0.77",
"version": "0.0.78",
"description": "",
"private": true,
"main": "index.js",
Expand Down
6 changes: 3 additions & 3 deletions examples/renderer/package.json
@@ -1,6 +1,6 @@
{
"name": "renderer",
"version": "0.0.77",
"version": "0.0.78",
"private": true,
"scripts": {
"gen": "VITRO_TESTING=1 node -r sucrase/register ../../packages/cli/src/main.ts build",
Expand All @@ -10,8 +10,8 @@
},
"dependencies": {
"@mdx-js/react": "^1.6.16",
"@vitro/plugin": "^0.0.77",
"@vitro/ui": "^0.0.77",
"@vitro/plugin": "^0.0.78",
"@vitro/ui": "^0.0.78",
"babel-plugin-macros": "^2.8.0",
"inline-mdx.macro": "^1.0.0",
"next": "^9.5.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/styled-components/package.json
@@ -1,6 +1,6 @@
{
"name": "styled-components",
"version": "0.0.77",
"version": "0.0.78",
"description": "",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/tailwind/package.json
@@ -1,6 +1,6 @@
{
"name": "tailwind",
"version": "0.0.77",
"version": "0.0.78",
"description": "",
"private": true,
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,7 +4,7 @@
"examples/*",
"website"
],
"version": "0.0.77",
"version": "0.0.78",
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org/",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitro/cli",
"_": "[bump]",
"version": "0.0.77",
"version": "0.0.78",
"description": "",
"keywords": [],
"main": "dist/index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"license": "ISC",
"dependencies": {
"@types/yargs": "^15.0.5",
"@vitro/codemod": "^0.0.77",
"@vitro/plugin": "^0.0.77",
"@vitro/codemod": "^0.0.78",
"@vitro/plugin": "^0.0.78",
"chalk": "latest",
"find-up": "^5.0.0",
"fs-extra": "^9.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitro/codemod",
"_": "[bump]",
"version": "0.0.77",
"version": "0.0.78",
"description": "",
"keywords": [],
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs.macro/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitro/docs.macro",
"_": "[bump]",
"version": "0.0.77",
"version": "0.0.78",
"description": "",
"keywords": [],
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@vitro/plugin",
"_": "[bump]",
"version": "0.0.77",
"version": "0.0.78",
"description": "Vitro nextjs plugin",
"keywords": [],
"main": "dist/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/template/package.json
@@ -1,16 +1,16 @@
{
"name": "template",
"version": "0.0.77",
"version": "0.0.78",
"private": true,
"scripts": {
"build": "vitro build && next build --profile",
"dev": "vitro build && next dev",
"start": "next start"
},
"dependencies": {
"@vitro/cli": "^0.0.77",
"@vitro/plugin": "^0.0.77",
"@vitro/ui": "^0.0.77",
"@vitro/cli": "^0.0.78",
"@vitro/plugin": "^0.0.78",
"@vitro/ui": "^0.0.78",
"next": "9.5.3",
"react": "latest",
"react-dom": "latest"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@vitro/ui",
"description": "Vitro ui components",
"_": "[bump]",
"version": "0.0.77",
"version": "0.0.78",
"author": "Tommaso De Rossi, morse <beats.by.morse@gmail.com>",
"dependencies": {
"@chakra-ui/core": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.0.77",
"version": "0.0.78",
"private": true,
"dependencies": {
"@chakra-ui/core": "^0.8.0",
Expand Down

2 comments on commit 25fcbd1

@vercel
Copy link

@vercel vercel bot commented on 25fcbd1 Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vitro-website – ./website

vitro-website-5vmnvkm2m.vercel.app
vitro.now.sh
vitro-website.gang.vercel.app
vitro-website-git-master.gang.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 25fcbd1 Oct 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vitro-demo – ./examples/renderer

vitro-demo-d4nc2mpyi.vercel.app
vitro-demo.now.sh
vitro-demo.gang.vercel.app
vitro-demo-git-master.gang.vercel.app

Please sign in to comment.