Skip to content

Commit

Permalink
Finish interrupted push
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Jun 28, 2024
1 parent 269d983 commit 08960ce
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@

<!-- towncrier release notes start -->

## 4.0.1 (2024-06-28)

### Bugfix

- Fix Invalid html structure in caption component @iRohitSingh [#398](https://github.com/kitconcept/volto-light-theme/pull/398)
- Fix install in Volto 17 @sneridagh [#400](https://github.com/kitconcept/volto-light-theme/pull/400)

### Internal

- Upgrade to Volto 18a37 @sneridagh [#403](https://github.com/kitconcept/volto-light-theme/pull/403)

## 4.0.0 (2024-06-21)

### Breaking
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-light-theme-dev",
"version": "4.0.0",
"version": "4.0.1",
"description": "Volto Light Theme by kitconcept",
"main": "src/index.js",
"types": "src/types/index.d.ts",
Expand Down Expand Up @@ -53,4 +53,4 @@
"@kitconcept/volto-light-theme": "workspace:*"
},
"packageManager": "pnpm@9.4.0"
}
}
3 changes: 3 additions & 0 deletions packages/volto-light-theme/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
],
"after:release": "rm .changelog.draft"
},
"npm": {
"publish": false
},
"git": {
"changelog": "pipx run towncrier build --draft --yes --version 0.0.0",
"requireUpstream": false,
Expand Down
11 changes: 11 additions & 0 deletions packages/volto-light-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@

<!-- towncrier release notes start -->

## 4.0.1 (2024-06-28)

### Bugfix

- Fix Invalid html structure in caption component @iRohitSingh [#398](https://github.com/kitconcept/volto-light-theme/pull/398)
- Fix install in Volto 17 @sneridagh [#400](https://github.com/kitconcept/volto-light-theme/pull/400)

### Internal

- Upgrade to Volto 18a37 @sneridagh [#403](https://github.com/kitconcept/volto-light-theme/pull/403)

## 4.0.0 (2024-06-21)

### Breaking
Expand Down
1 change: 0 additions & 1 deletion packages/volto-light-theme/news/398.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-light-theme/news/400.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-light-theme/news/403.internal

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-light-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitconcept/volto-light-theme",
"version": "4.0.0",
"version": "4.0.1",
"description": "Volto Light Theme by kitconcept",
"main": "src/index.js",
"types": "src/types/index.d.ts",
Expand Down

0 comments on commit 08960ce

Please sign in to comment.