mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
Merge pull request #245 from NomaDamas/changeset-release/main
chore: version packages
This commit is contained in:
commit
80303f55f4
10 changed files with 27 additions and 23 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"gangnamunni-clinic-search": minor
|
||||
---
|
||||
|
||||
Add Gangnam Unni public clinic search skill and package.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"k-skill-proxy": patch
|
||||
---
|
||||
|
||||
Add National Tax Service business registration status and authenticity proxy routes.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"daishin-report-search": minor
|
||||
---
|
||||
|
||||
Add a Daishin Securities report search skill backed by the public GitHub Pages report mirror.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"k-skill-proxy": minor
|
||||
---
|
||||
|
||||
Add `/v1/seoul-density/citydata` route that proxies the Seoul Open Data realtime hotspot crowd-level API (`citydata_ppltn`) using the server-side `SEOUL_OPEN_API_KEY`.
|
||||
7
packages/daishin-report-search/CHANGELOG.md
Normal file
7
packages/daishin-report-search/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# daishin-report-search
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d48a962: Add a Daishin Securities report search skill backed by the public GitHub Pages report mirror.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "daishin-report-search",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Public Daishin Securities report lookup client for GitHub Pages mirrored HTML reports",
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
7
packages/gangnamunni-clinic-search/CHANGELOG.md
Normal file
7
packages/gangnamunni-clinic-search/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# gangnamunni-clinic-search
|
||||
|
||||
## 0.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- da0632c: Add Gangnam Unni public clinic search skill and package.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "gangnamunni-clinic-search",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Public Gangnam Unni clinic search client for k-skill",
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# k-skill-proxy
|
||||
|
||||
## 0.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 315dbbb: Add `/v1/seoul-density/citydata` route that proxies the Seoul Open Data realtime hotspot crowd-level API (`citydata_ppltn`) using the server-side `SEOUL_OPEN_API_KEY`.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- cd3366a: Add National Tax Service business registration status and authenticity proxy routes.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "k-skill-proxy",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"private": true,
|
||||
"description": "Fastify proxy for k-skill upstream APIs",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue