Skip to content

Commit

Permalink
Update version 0.78.0 (webstudio-is#1899)
Browse files Browse the repository at this point in the history
## Description

1. What is this PR about (link the issue and add a short description)

## Steps for reproduction

1. click button
2. expect xyz

## Code Review

- [ ] hi @kof, I need you to do
  - conceptual review (architecture, feature-correctness)
  - detailed review (read every line)
  - test it on preview

## Before requesting a review

- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")

## Before merging

- [ ] tested locally and on preview environment (preview dev login:
5de6)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio-builder/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env.example`
and the `builder/env-check.js` if mandatory
  • Loading branch information
istarkov authored Jul 4, 2023
1 parent 0374894 commit 596aa50
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 22 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node-linker=hoisted
prefer-symlinked-executables=false
shell-emulator=true
enable-pre-post-scripts=true
3 changes: 2 additions & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "@webstudio-is/builder",
"version": "0.77.0",
"version": "0.78.0",
"private": true,
"description": "Webstudio Builder UI as a service",
"scripts": {
"prebuild": "pnpm remix --version",
"build": "remix build",
"start": "remix-serve build",
"start-local": "dotenv -e .env npm start",
Expand Down
2 changes: 1 addition & 1 deletion packages/asset-uploader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/asset-uploader",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Asset Uploader",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/authorization-token/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/authorization-token",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Authorization Token",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/css-data",
"version": "0.77.0",
"version": "0.78.0",
"description": "CSS Data",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/css-engine",
"version": "0.77.0",
"version": "0.78.0",
"description": "CSS Renderer for Webstudio",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-vars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/css-vars",
"version": "0.77.0",
"version": "0.78.0",
"description": "CSS vars utility",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/dashboard",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Dashboard",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/design-system",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Design System",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/domain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/domain",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Domain",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/fonts",
"version": "0.77.0",
"version": "0.78.0",
"description": "Fonts utils",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/form-handlers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/form-handlers",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Form Handlers",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/generate-arg-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/generate-arg-types",
"version": "0.77.0",
"version": "0.78.0",
"description": "Generate components property types",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/http-client",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio HTTP Client",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/icons",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Icons",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/image",
"version": "0.77.0",
"version": "0.78.0",
"description": "Image optimization",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/prisma-client",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Prisma layer",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/project-build",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Project Build",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/project",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio Project",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/react-sdk",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio JavaScript / TypeScript API",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/sdk-components-react-remix",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio components for Remix",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/sdk-components-react",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio default library for react",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc-interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/trpc-interface",
"version": "0.77.0",
"version": "0.78.0",
"description": "Webstudio TRPC Interface",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down

0 comments on commit 596aa50

Please sign in to comment.