Skip to content

Commit 47d068b

Browse files
committed
fix(scss): import from payload to mzinga [no ci]
1 parent e33fc30 commit 47d068b

File tree

24 files changed

+31
-27
lines changed

24 files changed

+31
-27
lines changed

packages/bundler-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/bundler-vite",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The officially supported Vite bundler adapter for MZinga",
55
"repository": {
66
"type": "git",

packages/bundler-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/bundler-webpack",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The officially supported Webpack bundler adapter for MZinga",
55
"repository": {
66
"type": "git",

packages/create-mzinga-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mzinga-app",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"license": "MIT",
55
"homepage": "https://mzinga.io",
66
"bin": {

packages/db-mongodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/db-mongodb",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The officially supported MongoDB database adapter for MZinga",
55
"repository": {
66
"type": "git",

packages/db-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/db-postgres",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The officially supported Postgres database adapter for MZinga",
55
"repository": {
66
"type": "git",

packages/eslint-config-payload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/eslint-config",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "MZinga styles for ESLint and Prettier",
55
"license": "MIT",
66
"homepage": "https://mzinga.io",

packages/live-preview-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/live-preview-react",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The official live preview React SDK for MZinga",
55
"repository": {
66
"type": "git",

packages/live-preview-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/live-preview-vue",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The official live preview Vue SDK for MZinga",
55
"repository": {
66
"type": "git",

packages/live-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mzinga/live-preview",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "The official live preview JavaScript SDK for MZinga",
55
"repository": {
66
"type": "git",

packages/mzinga/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mzinga",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Node, React and MongoDB Headless CMS and Application Framework",
55
"license": "MIT",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)