mirror of
https://github.com/workos/skills.git
synced 2026-09-14 20:07:08 +08:00
chore(main): release 0.7.2 (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b7b8f5066b
commit
6b7d596ae2
@@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Official WorkOS skills for AI coding agents",
|
"description": "Official WorkOS skills for AI coding agents",
|
||||||
"version": "0.7.1"
|
"version": "0.7.2"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Official WorkOS skills for AI coding agents",
|
"description": "Official WorkOS skills for AI coding agents",
|
||||||
"version": "0.7.1"
|
"version": "0.7.2"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.7.1"
|
".": "0.7.2"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.7.2](https://github.com/workos/skills/compare/v0.7.1...v0.7.2) (2026-09-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* correct SvelteKit AuthKit reference examples ([#45](https://github.com/workos/skills/issues/45)) ([b7b8f50](https://github.com/workos/skills/commit/b7b8f5066be2ecb80f1174fde240a383251cf41f))
|
||||||
|
|
||||||
## [0.7.1](https://github.com/workos/skills/compare/v0.7.0...v0.7.1) (2026-08-03)
|
## [0.7.1](https://github.com/workos/skills/compare/v0.7.0...v0.7.1) (2026-08-03)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@workos/skills",
|
"name": "@workos/skills",
|
||||||
"packageManager": "pnpm@10.27.0",
|
"packageManager": "pnpm@10.27.0",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"description": "WorkOS Skills for AI coding agents — AuthKit, SSO, Directory Sync, RBAC, and more",
|
"description": "WorkOS Skills for AI coding agents — AuthKit, SSO, Directory Sync, RBAC, and more",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ai-agents",
|
"ai-agents",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "workos",
|
"name": "workos",
|
||||||
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.",
|
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "WorkOS",
|
"name": "WorkOS",
|
||||||
"email": "support@workos.com"
|
"email": "support@workos.com"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "workos",
|
"name": "workos",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.",
|
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "WorkOS",
|
"name": "WorkOS",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "workos",
|
"name": "workos",
|
||||||
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references, plus the WorkOS MCP server for managing your workspace.",
|
"description": "WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references, plus the WorkOS MCP server for managing your workspace.",
|
||||||
"version": "0.7.1",
|
"version": "0.7.2",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "WorkOS",
|
"name": "WorkOS",
|
||||||
"email": "support@workos.com"
|
"email": "support@workos.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user