Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Nov 16, 2020
1 parent 528b2e6 commit 5501bf6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 6 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog
### Changelog

## 0.1.0
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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

#### [1.0.0](https://github.com/eea/volto-block-toc/compare/0.1.0...1.0.0)

- [JENKINS] - Add Jenkins pipeline [`abc23b6`](https://github.com/eea/volto-block-toc/commit/abc23b6de8221363b9ec0260c3c0270418b80036)
- yarn prettier [`18f812b`](https://github.com/eea/volto-block-toc/commit/18f812b776964062054bf6f77710c6a8ece1cc8f)
- Release 1.0.0 [`528b2e6`](https://github.com/eea/volto-block-toc/commit/528b2e69303482bdefd240b3d6d95e1690e43a5d)
- [JENKINS] - Fix SONAR tags [`931ec02`](https://github.com/eea/volto-block-toc/commit/931ec025b904df2e154a3dcc12dbf88e35843cfb)

#### 0.1.0

> 21 October 2020
- Easy walkaround to a bug that makes a country factsheet to crash [`#1`](https://github.com/eea/volto-block-toc/pull/1)
- Add modules [`c7caa4b`](https://github.com/eea/volto-block-toc/commit/c7caa4bc13449fc843f74d9ee493d5886cd85f51)
- Initial commit [`53f7a60`](https://github.com/eea/volto-block-toc/commit/53f7a608d21ccf289f5b934e72aa28c5fc51703c)
- Add horizontal menu [`7515c72`](https://github.com/eea/volto-block-toc/commit/7515c72f52b7ccdaee107dbf76ff473240aaf6fe)
- WIP [`2d33a65`](https://github.com/eea/volto-block-toc/commit/2d33a659016213e1c761cea31c3b796975c3bd97)
- Fix block selection, remove unneeded classes [`86f8551`](https://github.com/eea/volto-block-toc/commit/86f85517117f02bc76b6349c5e66641f9e6037aa)
- Fix levels selection widget [`2f28755`](https://github.com/eea/volto-block-toc/commit/2f28755bfdb172c5e48d62840b4559c269e04d33)
- Easy walkaround to a bug [`51a9b1a`](https://github.com/eea/volto-block-toc/commit/51a9b1a69f8df138e9d063f143757dc9c3b562d2)
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-block-toc",
"version": "0.1.0",
"version": "1.0.0",
"description": "volto-block-toc: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand All @@ -17,8 +17,7 @@
"type": "git",
"url": "git@github.com:eea/volto-block-toc.git"
},
"dependencies": {
},
"dependencies": {},
"scripts": {
"release": "release-it",
"bootstrap": "node bootstrap",
Expand Down

0 comments on commit 5501bf6

Please sign in to comment.