We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aa5340 commit f643c5cCopy full SHA for f643c5c
.github/workflows/ci.yaml
@@ -13,6 +13,12 @@ permissions:
13
deployments: write
14
actions: write
15
packages: write
16
+ statuses: write
17
+ security-events: write
18
+ repository-projects: write
19
+ pull-requests: write
20
+ issues: write
21
+ discussions: write
22
23
jobs:
24
lint-and-test:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@programmer_network/yail",
3
- "version": "1.0.14",
+ "version": "1.0.15",
4
"description": "Programmer Network's official UI library for React",
5
"author": "Aleksandar Grbic - (https://programmer.network)",
6
"publishConfig": {
0 commit comments