chore: version packages

This commit is contained in:
github-actions[bot] 2026-04-13 18:09:29 +00:00
commit ca221f5a1c
19 changed files with 44 additions and 41 deletions

View file

@ -1,5 +0,0 @@
---
"blue-ribbon-nearby": patch
---
Add a changeset for the rebrowser-playwright browser fallback release.

View file

@ -1,5 +0,0 @@
---
"lck-analytics": minor
---
Add the first LCK analytics package and skill pack adapted from jerjangmin's original upstream implementation.

View file

@ -1,5 +0,0 @@
---
"cheap-gas-nearby": minor
---
Publish the first official Opinet-powered nearby cheapest gas station lookup package and skill docs.

View file

@ -1,5 +0,0 @@
---
"hipass-receipt": minor
---
Publish the first logged-in-session helper package and skill docs for Hi-Pass receipt workflows.

View file

@ -1,5 +0,0 @@
---
"blue-ribbon-nearby": patch
---
Handle Blue Ribbon `PREMIUM_REQUIRED` nearby responses with a domain error and document the current premium gate on live nearby results.

View file

@ -1,5 +0,0 @@
---
"market-kurly-search": minor
---
Publish the first reusable Market Kurly product search package and skill docs for unauthenticated price lookups.

View file

@ -1,5 +0,0 @@
---
"used-car-price-search": minor
---
Publish the first reusable used-car-price-search package with the SK direct inventory parser and skill docs.

View file

@ -1,5 +1,12 @@
# blue-ribbon-nearby
## 0.2.3
### Patch Changes
- 6d5f728: Add a changeset for the rebrowser-playwright browser fallback release.
- 6be102b: Handle Blue Ribbon `PREMIUM_REQUIRED` nearby responses with a domain error and document the current premium gate on live nearby results.
## 0.2.2
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "blue-ribbon-nearby",
"version": "0.2.2",
"version": "0.2.3",
"description": "Official Blue Ribbon Survey nearby restaurant client for asking a user's location and finding nearby ribbon picks",
"license": "MIT",
"main": "src/index.js",

View file

@ -1,5 +1,11 @@
# cheap-gas-nearby
## 0.4.0
### Minor Changes
- 397d0ee: Publish the first official Opinet-powered nearby cheapest gas station lookup package and skill docs.
## 0.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "cheap-gas-nearby",
"version": "0.3.0",
"version": "0.4.0",
"description": "Official Opinet based nearby cheapest gas station lookup for Korean location queries",
"license": "MIT",
"main": "src/index.js",

View file

@ -1,5 +1,11 @@
# hipass-receipt
## 0.3.0
### Minor Changes
- bb79fa5: Publish the first logged-in-session helper package and skill docs for Hi-Pass receipt workflows.
## 0.2.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "hipass-receipt",
"version": "0.2.0",
"version": "0.3.0",
"description": "Hi-Pass logged-in browser-session helper for usage-history and receipt workflows",
"license": "MIT",
"main": "src/index.js",

View file

@ -1,5 +1,11 @@
# lck-analytics
## 0.4.0
### Minor Changes
- 9fad8ae: Add the first LCK analytics package and skill pack adapted from jerjangmin's original upstream implementation.
## 0.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "lck-analytics",
"version": "0.3.0",
"version": "0.4.0",
"description": "LCK match analytics and insights powered by Riot LoL Esports data",
"license": "MIT",
"main": "src/index.js",

View file

@ -0,0 +1,7 @@
# market-kurly-search
## 0.2.0
### Minor Changes
- 4ce29ae: Publish the first reusable Market Kurly product search package and skill docs for unauthenticated price lookups.

View file

@ -1,6 +1,6 @@
{
"name": "market-kurly-search",
"version": "0.1.0",
"version": "0.2.0",
"description": "Unauthenticated Market Kurly product search and detail client",
"license": "MIT",
"main": "src/index.js",

View file

@ -1,5 +1,11 @@
# used-car-price-search
## 0.5.0
### Minor Changes
- 89a016a: Publish the first reusable used-car-price-search package with the SK direct inventory parser and skill docs.
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "used-car-price-search",
"version": "0.4.0",
"version": "0.5.0",
"description": "SK렌터카 다이렉트 타고BUY 기반 중고차 가격 조회 client",
"license": "MIT",
"main": "src/index.js",