diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81a21b5..c809bbe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ on: - "main" permissions: contents: write + packages: write jobs: deploy: runs-on: ubuntu-latest diff --git a/package-lock.json b/package-lock.json index 5a3445b..6f88545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@blue-tomato/blueto", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@blue-tomato/blueto", - "version": "0.1.0", + "version": "0.1.1", "license": "EUPL-1.2", "devDependencies": { "@biomejs/biome": "^1.8.3", diff --git a/package.json b/package.json index 87b4ffb..2110fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blue-tomato/blueto", - "version": "0.1.0", + "version": "0.1.1", "license": "EUPL-1.2", "description": "🪐 BLUETO - the design system of Blue Tomato", "homepage": "https://github.com/blue-tomato/blueto#readme",