Skip to content

Commit

Permalink
Bump version @datagouv/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskempf57 committed Jul 29, 2024
1 parent 92b56bb commit be7c8cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.

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

4 changes: 2 additions & 2 deletions udata_front/theme/gouvfr/datagouv-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datagouv/components",
"version": "1.1.0",
"version": "1.1.1",
"description": "reusable components to show content from data.gouv.fr",
"type": "module",
"files": [
Expand All @@ -19,7 +19,7 @@
"preversion": "npm run build && npm run i18n:report && npm run build-storybook",
"update-version": "npm version --no-git-tag-version",
"commit-version": "git add --all && git commit -m \"Bump version @datagouv/components@$npm_package_version\"",
"tag-version": "git tag @datagouv/components@$npm_package_version",
"tag-version": "git tag -a @datagouv/components@$npm_package_version -m \"Package @datagouv/components version v$npm_package_version\"",
"push-version": "git push --follow-tags",
"commit-tag-and-push": "npm run commit-version && npm run tag-version && npm run push-version",
"publish-stable": "npm publish --access public",
Expand Down

0 comments on commit be7c8cf

Please sign in to comment.