Skip to content

Commit

Permalink
Release @plone/providers 1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 18, 2024
1 parent fb2dee6 commit 644bb62
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/providers/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"hooks": {
"after:bump": [
"pipx run towncrier build --draft --yes --version ${version} > .changelog.draft && pipx run towncrier build --yes --version ${version}",
"pnpm build"
"pnpm build:force"
],
"after:release": "rm .changelog.draft"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/providers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@

<!-- towncrier release notes start -->

## 1.0.0-alpha.3 (2024-10-18)

## 1.0.0-alpha.2 (2024-10-18)

### Breaking

- Improve and group providers. @sneridagh
Breaking:
- The interface of the providers has changed. Please check the new one, and adapt your apps accordingly. [#6069](https://github.com/plone/volto/issues/6069)

### Internal

- Update typescript and vitest everywhere @sneridagh [#6407](https://github.com/plone/volto/issues/6407)

## 1.0.0-alpha.1 (2024-05-23)

### Internal
Expand Down
3 changes: 0 additions & 3 deletions packages/providers/news/6069.breaking

This file was deleted.

1 change: 0 additions & 1 deletion packages/providers/news/6407.internal

This file was deleted.

4 changes: 2 additions & 2 deletions packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"funding": "https://github.com/sponsors/plone",
"license": "MIT",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.3",
"repository": {
"type": "git",
"url": "https://github.com/plone/volto.git"
Expand Down Expand Up @@ -43,7 +43,7 @@
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"build:force": "parcel build --no-cache",
"build:force": "rm -rf dist && parcel build --no-cache",
"test": "vitest",
"dry-release": "release-it --dry-run",
"release": "release-it",
Expand Down

0 comments on commit 644bb62

Please sign in to comment.