Skip to content

Commit

Permalink
add config and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
p-r-scayle committed Nov 5, 2024
1 parent 4a462d9 commit 09e20f8
Show file tree
Hide file tree
Showing 452 changed files with 4,620 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
on:
# Release on push to main
# push:
# branches: [main]
# Release on manual trigger
workflow_dispatch:

# Variable syntax below assumes Linux/Mac but could be easily adapted to Windows
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v3
with:
# Prevent the action from storing credentials in a way that's hard to override
persist-credentials: false

# ... Other steps to prepare for publishing (install, build, test, etc) ...

# Set the name, email, and URL with PAT
- name: Set git credentials
run: |
git config user.name "SCAYLE"
git config user.email "pascal.rieger@scayle.com"
git remote set-url origin "https://$REPO_PAT@github.com/scayle/panel-icons"
env:
REPO_PAT: ${{ secrets.REPO_PAT }}

# Pass the token on the command line for publishing
- name: Publish
run: npm run release -- --token "$NPM_TOKEN"
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.idea/*
.DS_Store
/node_modules/
160 changes: 160 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"name": "@scayle/panel-icons",
"entries": [
{
"date": "Thu, 12 Sep 2024 12:58:25 GMT",
"version": "1.4.2",
"tag": "@scayle/panel-icons_v1.4.2",
"comments": {
"patch": [
{
"author": "kaloyan.yosifov@scayle.com",
"package": "@scayle/panel-icons",
"commit": "175408140448bde698ef9beb287c609511a6c3ec",
"comment": "Add new circle icon"
}
]
}
},
{
"date": "Mon, 19 Aug 2024 09:06:05 GMT",
"version": "1.4.1",
"tag": "@scayle/panel-icons_v1.4.1",
"comments": {
"patch": [
{
"author": "kaloyan.yosifov@scayle.com",
"package": "@scayle/panel-icons",
"commit": "175408140448bde698ef9beb287c609511a6c3ec",
"comment": "Fix buggy icon"
}
]
}
},
{
"date": "Thu, 15 Aug 2024 07:56:00 GMT",
"version": "1.4.0",
"tag": "@scayle/panel-icons_v1.4.0",
"comments": {
"minor": [
{
"author": "kaloyan.yosifov.ext@aboutyou.com",
"package": "@scayle/panel-icons",
"commit": "49272d3e437cb06bfa83fdae2bf0a789f3bfaea1",
"comment": "AYCUP-4847 New dashboard icons"
}
]
}
},
{
"date": "Mon, 15 Jul 2024 10:58:21 GMT",
"version": "1.3.1",
"tag": "@scayle/panel-icons_v1.3.1",
"comments": {
"patch": [
{
"author": "raymond.rodrigues@scayle.com",
"package": "@scayle/panel-icons",
"commit": "21f1ef991a81bb96222288be50b9fcbed2c025d1",
"comment": "Add BellDisabled Icon"
}
]
}
},
{
"date": "Fri, 12 Jul 2024 08:57:01 GMT",
"version": "1.3.0",
"tag": "@scayle/panel-icons_v1.3.0",
"comments": {
"minor": [
{
"author": "raymond.rodrigues@scayle.com",
"package": "@scayle/panel-icons",
"commit": "969536ae9eab22d4c32b41d0cc546394c81e6ff3",
"comment": "Add new bell-add Icon"
}
]
}
},
{
"date": "Thu, 25 Jan 2024 14:30:06 GMT",
"version": "1.2.1",
"tag": "@scayle/panel-icons_v1.2.1",
"comments": {
"patch": [
{
"author": "marcel.domke@scayle.com",
"package": "@scayle/panel-icons",
"commit": "12d3daceb7c75edd45d19189461062aada083cf0",
"comment": "chore: updated readme's to match scayle readme template"
}
]
}
},
{
"date": "Fri, 17 Mar 2023 10:09:43 GMT",
"tag": "@scayle/panel-icons_v1.2.0",
"version": "1.2.0",
"comments": {
"minor": [
{
"author": "mikheil.kupatadze@scayle.com",
"package": "@scayle/panel-icons",
"commit": "ceeaa462f14572be42a4701de1bf8c52ad79a7c6",
"comment": "Add new icon - ic-loyalty"
},
{
"author": "mikheil.kupatadze@scayle.com",
"package": "@scayle/panel-icons",
"commit": "8ccb2b6c16e7719e182280ffbb816ecb719e1eb1",
"comment": "Update icon package"
},
{
"author": "mikheil.kupatadze@scayle.com",
"package": "@scayle/panel-icons",
"commit": "ec01da4b460588c90e60c0caadd0fef7d1b3ddb0",
"comment": "Add new icon - ic-loyalty"
}
],
"patch": [
{
"author": "kaloyan.yosifov@scayle.com",
"package": "@scayle/panel-icons",
"commit": "917790c05e487d0215047c9e3675de60d625ee8c",
"comment": "Fix dev environment"
}
]
}
},
{
"date": "Fri, 10 Feb 2023 14:35:19 GMT",
"tag": "@scayle/panel-icons_v1.1.0",
"version": "1.1.0",
"comments": {
"minor": [
{
"author": "marcel.domke@scayle.com",
"package": "@scayle/panel-icons",
"commit": "e672704e39e60ba99438807367032bc899dcd866",
"comment": "Added a license file, updated package.json and updated the readme"
}
]
}
},
{
"date": "Thu, 27 Oct 2022 07:48:09 GMT",
"tag": "@scayle/panel-icons_v1.0.0",
"version": "1.0.0",
"comments": {
"major": [
{
"author": "connor.pearson@scayle.com",
"package": "@scayle/panel-icons",
"commit": "8e65f59afd8e9f42624765ee6c148577a03c0335",
"comment": "New package name"
}
]
}
}
]
}
87 changes: 87 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# Change Log - @scayle/panel-icons

This log was last generated on Thu, 12 Sep 2024 12:58:25 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.2

Thu, 12 Sep 2024 12:58:25 GMT

### Patches

- Add new circle icon

## 1.4.1

Mon, 19 Aug 2024 09:06:05 GMT

### Patches

- Fix buggy icon

## 1.4.0

Thu, 15 Aug 2024 07:56:00 GMT

### Minor changes

- New dashboard icons

## 1.3.1

Mon, 15 Jul 2024 10:58:21 GMT

### Patches

- Add BellDisabled Icon

## 1.3.0

Fri, 12 Jul 2024 08:57:01 GMT

### Minor changes

- Add new belladd Icon

## 1.2.1

Thu, 25 Jan 2024 14:30:06 GMT

### Patches

- chore: updated readme's to match scayle readme template

## 1.2.0

Fri, 17 Mar 2023 10:09:43 GMT

### Minor changes

- Add new icon - ic-loyalty
- update icon package
- Add new icon - ic-loyalty

### Patches

- Fix dev environment

## 1.1.0

Fri, 10 Feb 2023 14:35:19 GMT

### Minor changes

- Added a license file, updated package.json and updated the readme

## 1.0.0

Thu, 27 Oct 2022 07:48:09 GMT

### Major changes

- New package name

# Change Log - @scayle/panel-icons

This log was last generated on Fri, 21 Oct 2022 12:36:11 GMT and should not be manually modified.
Loading

0 comments on commit 09e20f8

Please sign in to comment.