Skip to content

Commit 8cf118e

Browse files
authored
Release 0.1.0-rc2 (#42)
1 parent 63094d6 commit 8cf118e

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
publish-npm:
1111
name: Publish Vue package to npm
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
1315
defaults:
1416
run:
1517
working-directory: vue

django/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nside-wefa"
7-
version = "0.1.0-rc1"
7+
version = "0.1.0-rc2"
88
description = "Django library with Legal Consent compliance utilities and reusable apps"
99
readme = "README.md"
1010
requires-python = ">=3.12"

django/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nside/wefa",
3-
"version": "0.1.0-rc1",
3+
"version": "0.1.0-rc2",
44
"type": "module",
55
"main": "./dist/lib.umd.cjs",
66
"module": "./dist/lib.js",

0 commit comments

Comments
 (0)