Skip to content

Commit

Permalink
Initital version of UI Library
Browse files Browse the repository at this point in the history
  • Loading branch information
miksrv committed Oct 2, 2024
1 parent 81a3a3d commit 0d0f5b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
run: yarn build

- name: Create .npmrc
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
echo "@miksrv:registry=https://npm.pkg.github.com/" >> ~/.npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
21 changes: 1 addition & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
# @miksoft/simple-uikit

## 1.0.4

### Patch Changes

- Testing CI/CD

## 1.0.3

### Patch Changes

- 58c9580: Added JSDoc for Input UI Component
- Added JSDoc for UI Checkbox component

## 1.0.2

### Patch Changes

- Improved CI/CD

## 1.0.1

### Patch Changes

- Fixed CI/CD
- Initital version of UI Library
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@miksrv/simple-uikit",
"version": "1.0.4",
"name": "@miksoft/simple-uikit",
"version": "1.0.1",
"description": "My small UI framework for projects",
"repository": "https://github.com/miksrv/simple-uikit.git",
"scripts": {
Expand Down

0 comments on commit 0d0f5b4

Please sign in to comment.