Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/ce-carousel-display

## 0.0.3

### Patch Changes

- Remove prefix from content element type.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tailor CMS carousel end-user component",
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/edit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/ce-carousel-edit

## 0.0.3

### Patch Changes

- Remove prefix from content element type.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tailor CMS carousel authoring component",
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/edit/src/components/Edit.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<VCard class="tce-carousel my-2" color="grey-lighten-5">
<VToolbar class="px-4" color="primary-darken-3" height="36">
<VToolbar class="px-4" color="primary-darken-2" height="36">
<VIcon
:icon="manifest.ui.icon"
color="secondary-lighten-2"
Expand Down
6 changes: 6 additions & 0 deletions packages/manifest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/ce-carousel-manifest

## 0.0.3

### Patch Changes

- Remove prefix from content element type.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tailor CMS carousel manifest",
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/manifest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type {
} from './interfaces';

// Element unique id within the target system (e.g. Tailor)
export const type = 'CE_CAROUSEL';
export const type = 'CAROUSEL';

// Display name (e.g. shown to the author)
export const name = 'Carousel';
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tailor-cms/ce-carousel-server

## 0.0.3

### Patch Changes

- Remove prefix from content element type.

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Tailor CMS carousel server component",
"author": "Studion <info@gostudion.com> (https://github.com/tailor-cms)",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"exports": {
".": {
"import": "./dist/index.js",
Expand Down
Loading