Skip to content

Commit

Permalink
### 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 9, 2023
1 parent 9fff891 commit fdab191
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
tags:
- '**' # Push events to every tag including hierarchical tags like
jobs:

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest

steps:
- name: Check out the repo
- name: Check out the repo
uses: actions/checkout@v4

- name: Login to Docker Hub
Expand All @@ -23,5 +23,13 @@ jobs:
repository: tiledesk/design-studio
tag_with_ref: true

- name: Build and push
- name: Build and push
uses: docker/build-push-action@v4

- name: Build and push
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile
push: true
tags: latest
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
### **Copyrigth**: *Tiledesk SRL*

### 0.0.5
- added: cds-secrets component in cds-sidebar
- added: loader on cds-dashboard
- added: cds-secrets component in cds-sidebar (beta)
- bug-fixed: buttons connector not aligned with button-container while dragging

### 0.0.4
- added: new cds-modal-activate-bot while publishing a chatbot
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tiledesk/cds",
"author": "Tiledesk SRL",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"homepage": "https://www.tiledesk.com",
"repository": {
Expand Down

0 comments on commit fdab191

Please sign in to comment.