Skip to content

Commit

Permalink
build: npm release 0.119.0 (#2621)
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/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 Nov 17, 2023
1 parent f178047 commit 50fa7b5
Show file tree
Hide file tree
Showing 27 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/builder",
"version": "0.118.0",
"version": "0.119.0",
"private": true,
"description": "Webstudio Builder UI as a service",
"scripts": {
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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.0",
"description": "Webstudio Authorization Token",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webstudio",
"version": "0.118.0",
"version": "0.119.0",
"description": "Webstudio CLI",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/templates/defaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@remix-run/react": "^1.19.2",
"@remix-run/server-runtime": "^1.19.2",
"@remix-run/node": "^1.19.2",
"@webstudio-is/react-sdk": "0.118.0",
"@webstudio-is/sdk-components-react-radix": "0.118.0",
"@webstudio-is/sdk-components-react-remix": "0.118.0",
"@webstudio-is/sdk-components-react": "0.118.0",
"@webstudio-is/form-handlers": "0.118.0",
"@webstudio-is/image": "0.118.0",
"@webstudio-is/sdk": "0.118.0",
"@webstudio-is/react-sdk": "0.119.0",
"@webstudio-is/sdk-components-react-radix": "0.119.0",
"@webstudio-is/sdk-components-react-remix": "0.119.0",
"@webstudio-is/sdk-components-react": "0.119.0",
"@webstudio-is/form-handlers": "0.119.0",
"@webstudio-is/image": "0.119.0",
"@webstudio-is/sdk": "0.119.0",
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0"
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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.0",
"description": "CSS Renderer for Webstudio",
"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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.0",
"description": "Webstudio Domain",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/error-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/error-utils",
"version": "0.118.0",
"version": "0.119.0",
"description": "Error utils for all Webstudio packages",
"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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.0",
"description": "Generate components property types",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/html-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/html-data",
"version": "0.118.0",
"version": "0.119.0",
"description": "HTML Data",
"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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.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-radix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/sdk-components-react-radix",
"version": "0.118.0",
"version": "0.119.0",
"description": "Webstudio wrapper for radix library",
"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.118.0",
"version": "0.119.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.118.0",
"version": "0.119.0",
"description": "Webstudio default library for react",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webstudio-is/sdk",
"version": "0.118.0",
"version": "0.119.0",
"description": "Webstudio site data schema",
"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.118.0",
"version": "0.119.0",
"description": "Webstudio TRPC Interface",
"author": "Webstudio <[email protected]>",
"homepage": "https://webstudio.is",
Expand Down

0 comments on commit 50fa7b5

Please sign in to comment.