Skip to content

Commit

Permalink
fix: empty output source files
Browse files Browse the repository at this point in the history
  • Loading branch information
saenyakorn committed Oct 30, 2023
1 parent 18a54e5 commit 8ac5fbe
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-berries-carry.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/spicy-rocks-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@softnetics/rbac": patch
---

Fix empty output source file
12 changes: 12 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Test reusable workflows

on:
push:
branches:
- main

jobs:
flight-test:
uses: softnetics/workflows/.github/workflows/release-packages.yaml@main
with:
before-publish: yarn build
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.yarn/*
release.sh
dist

node_modules
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @softnetics/rbac

## 1.0.0

### Major Changes

- [`4d908fc`](https://github.com/softnetics/rbac/commit/4d908fc4363f022fd2ffb24be056c1a7c70546f8) Thanks [@saenyakorn](https://github.com/saenyakorn)! - Release [@softnetics/rbac](https://github.com/softnetics/rbac) for the first time.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@softnetics/rbac",
"version": "0.0.0",
"version": "1.0.0",
"description": "O(1) type safe role based access control",
"packageManager": "yarn@1.22.19",
"main": "./dist/index.cjs",
Expand Down

0 comments on commit 8ac5fbe

Please sign in to comment.