Skip to content

Commit

Permalink
feat: add provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
szkabaroli committed Feb 15, 2024
1 parent fbe4243 commit 1e67b46
Show file tree
Hide file tree
Showing 28 changed files with 151 additions and 134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

permissions:
packages: write
contents: write
id-token: write

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
7 changes: 4 additions & 3 deletions libs/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-badge",
"description": "Badge component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -37,7 +38,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-core": "0.7.47",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions libs/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-button",
"description": "Button component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -41,9 +42,9 @@
"@react-aria/button": "^3.9.2",
"@react-aria/focus": "^3.16.0",
"@react-aria/utils": "^3.23.0",
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-text": "0.7.46",
"@meshx/mxui-primitives": "0.7.46"
"@meshx/mxui-core": "0.7.47",
"@meshx/mxui-text": "0.7.47",
"@meshx/mxui-primitives": "0.7.47"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
Expand Down
4 changes: 2 additions & 2 deletions libs/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-core",
"description": "Button component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -28,7 +28,7 @@
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
"provenance": true
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions libs/datebox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-datebox",
"description": "DateBox component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -42,8 +42,8 @@
"clsx": "1.2.1",
"@internationalized/date": "3.1.0",
"@internationalized/number": "3.2.0",
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-primitives": "0.7.46"
"@meshx/mxui-core": "0.7.47",
"@meshx/mxui-primitives": "0.7.47"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
Expand Down
17 changes: 9 additions & 8 deletions libs/dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-dropdown",
"description": "Dropdown component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -37,12 +38,12 @@
"build": "pnpm exec bob build"
},
"dependencies": {
"@meshx/mxui-text": "0.7.46",
"@meshx/mxui-primitives": "0.7.46",
"@meshx/mxui-overlays": "0.7.46",
"@meshx/mxui-icons": "0.7.46",
"@meshx/mxui-button": "0.7.46",
"@meshx/mxui-listbox": "0.7.46",
"@meshx/mxui-text": "0.7.47",
"@meshx/mxui-primitives": "0.7.47",
"@meshx/mxui-overlays": "0.7.47",
"@meshx/mxui-icons": "0.7.47",
"@meshx/mxui-button": "0.7.47",
"@meshx/mxui-listbox": "0.7.47",
"@react-spectrum/utils": "^3.11.3",
"@react-aria/interactions": "^3.20.1",
"react-stately": "^3.29.1",
Expand Down
7 changes: 4 additions & 3 deletions libs/formgroup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-formgroup",
"description": "FormGroup component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -37,7 +38,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-core": "0.7.47",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions libs/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-icons",
"description": "Icons components for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -22,7 +22,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand Down
13 changes: 7 additions & 6 deletions libs/infobar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-infobar",
"description": "InfoBar component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -37,10 +38,10 @@
"build": "bob build"
},
"dependencies": {
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-primitives": "0.7.46",
"@meshx/mxui-text": "0.7.46",
"@meshx/mxui-badge": "0.7.46",
"@meshx/mxui-core": "0.7.47",
"@meshx/mxui-primitives": "0.7.47",
"@meshx/mxui-text": "0.7.47",
"@meshx/mxui-badge": "0.7.47",
"react-aria": "^3.32.0",
"styled-system": "^5.1.5"
},
Expand Down
7 changes: 4 additions & 3 deletions libs/link/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-link",
"description": "Link component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -37,7 +38,7 @@
"build": "bob build"
},
"dependencies": {
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-core": "0.7.47",
"styled-system": "^5.1.5"
},
"devDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions libs/listbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-listbox",
"description": "ListBox components for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -37,9 +38,9 @@
"build": "bob build"
},
"dependencies": {
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-text": "0.7.46",
"@meshx/mxui-icons": "0.7.46",
"@meshx/mxui-core": "0.7.47",
"@meshx/mxui-text": "0.7.47",
"@meshx/mxui-icons": "0.7.47",
"react-aria": "^3.31.1",
"react-stately": "^3.29.1",
"@react-aria/interactions": "^3.20.1",
Expand Down
22 changes: 11 additions & 11 deletions libs/mxui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui",
"description": "Button component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -28,7 +28,7 @@
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -38,15 +38,15 @@
"build": "nx exec -- bob build"
},
"dependencies": {
"@meshx/mxui-overlays": "0.7.46",
"@meshx/mxui-navigation": "0.7.46",
"@meshx/mxui-button": "0.7.46",
"@meshx/mxui-switch": "0.7.46",
"@meshx/mxui-textbox": "0.7.46",
"@meshx/mxui-slider": "0.7.46",
"@meshx/mxui-primitives": "0.7.46",
"@meshx/mxui-treeview": "0.7.46",
"@meshx/mxui-text": "0.7.46"
"@meshx/mxui-overlays": "0.7.47",
"@meshx/mxui-navigation": "0.7.47",
"@meshx/mxui-button": "0.7.47",
"@meshx/mxui-switch": "0.7.47",
"@meshx/mxui-textbox": "0.7.47",
"@meshx/mxui-slider": "0.7.47",
"@meshx/mxui-primitives": "0.7.47",
"@meshx/mxui-treeview": "0.7.47",
"@meshx/mxui-text": "0.7.47"
},
"devDependencies": {
"react-native-builder-bob": "^0.20.3"
Expand Down
10 changes: 5 additions & 5 deletions libs/navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-navigation",
"description": "Navigation components for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co/produts/mxui",
Expand All @@ -28,7 +28,7 @@
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -38,9 +38,9 @@
"build": "npx bob build"
},
"dependencies": {
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-button": "0.7.46",
"@meshx/mxui-text": "0.7.46",
"@meshx/mxui-core": "0.7.47",
"@meshx/mxui-button": "0.7.47",
"@meshx/mxui-text": "0.7.47",
"@headlessui/react": "^1.7.18",
"styled-system": "^5.1.5"
},
Expand Down
9 changes: 5 additions & 4 deletions libs/overlays/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@meshx/mxui-overlays",
"description": "Overlay component for MXUI",
"version": "0.7.46",
"version": "0.7.47",
"license": "Apache-2.0",
"author": "Roland Szarka-Kovács <Roland.Szarka-Kovacs@meshx.co>",
"homepage": "https://meshx.co",
Expand All @@ -27,7 +27,8 @@
]
},
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},
"repository": {
"type": "git",
Expand All @@ -41,8 +42,8 @@
"react-spring": "^9.7.3",
"react-transition-group": "4.4.5",
"@types/react-transition-group": "4.4.6",
"@meshx/mxui-core": "0.7.46",
"@meshx/mxui-primitives": "0.7.46",
"@meshx/mxui-core": "0.7.47",
"@meshx/mxui-primitives": "0.7.47",
"@types/styled-components": "^5.1.26",
"@react-spectrum/utils": "3.11.3",
"react-aria": "3.31.0",
Expand Down
Loading

0 comments on commit 1e67b46

Please sign in to comment.