Skip to content

Commit

Permalink
Merge pull request #20 from eea/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
avoinea authored Sep 29, 2023
2 parents 2edcd53 + 2889acd commit 6d40d9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.5.6](https://github.com/eea/volto-slate-label/compare/0.5.5...0.5.6) - 29 September 2023

#### :house: Documentation changes

- docs: Update README and DEVELOP [Alin Voinea - [`76ed263`](https://github.com/eea/volto-slate-label/commit/76ed263bcff64e0fd74ce5b56e9e00b51db968da)]

### [0.5.5](https://github.com/eea/volto-slate-label/compare/0.5.4...0.5.5) - 19 September 2023

#### :hammer_and_wrench: Others

- Add more tests [kreafox - [`f04ad03`](https://github.com/eea/volto-slate-label/commit/f04ad03cf50abffde59e6c086846bedac641a4d5)]
- Update tests [kreafox - [`68ebc30`](https://github.com/eea/volto-slate-label/commit/68ebc3005202f96e58a77a4beb930621d50f2887)]
- Add tooltip size option [kreafox - [`12a01ab`](https://github.com/eea/volto-slate-label/commit/12a01abae8a2457578e7c44b7e55a4d8aaebe032)]
### [0.5.4](https://github.com/eea/volto-slate-label/compare/0.5.3...0.5.4) - 18 September 2023

### [0.5.3](https://github.com/eea/volto-slate-label/compare/0.5.2...0.5.3) - 15 September 2023
Expand Down
14 changes: 6 additions & 8 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@

1. Go to http://localhost:3000

1. Happy hacking!
1. Initialize git hooks

```Bash
cd src/addons/volto-slate-label/
yarn prepare
```

1. Happy hacking!

### Or add @eeacms/volto-slate-label to your Volto project

Before starting make sure your development environment is properly set. See [Volto Developer Documentation](https://docs.voltocms.com/getting-started/install/)
Expand All @@ -48,18 +50,15 @@ Before starting make sure your development environment is properly set. See [Vol

1. Install

yarn develop
make develop
yarn

1. Start backend

docker pull plone
docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
docker run --pull always -it --rm --name plone -p 8080:8080 -e SITE=Plone plone/plone-backend

...wait for backend to setup and start - `Ready to handle requests`:

docker logs -f plone

...you can also check http://localhost:8080/Plone

1. Start frontend
Expand All @@ -71,7 +70,6 @@ Before starting make sure your development environment is properly set. See [Vol
1. Happy hacking!

cd src/addons/volto-slate-label/
o-addon-template/

## Cypress

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-slate-label",
"version": "0.5.5",
"version": "0.5.6",
"description": "@eeacms/volto-slate-label: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit 6d40d9c

Please sign in to comment.