Skip to content

Commit b3058d8

Browse files
release: v0.34.0
1 parent b668120 commit b3058d8

77 files changed

Lines changed: 217 additions & 217 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/ui-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roxyapi/ui-react",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "React components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, and more. One key, beautiful in 30 minutes.",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/ui-react/src/load-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* call wins and every component reuses it.
2424
*/
2525
/** The @roxyapi/ui release this wrapper was generated against. The loader defaults to it, so the wrapper version in your lockfile is the runtime you actually get. */
26-
export const ROXY_UI_VERSION = '0.33.0';
26+
export const ROXY_UI_VERSION = '0.34.0';
2727

2828
const SCRIPT_ID = 'roxyapi-ui-loader';
2929
const CDN_BASE_LATEST =

packages/ui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roxyapi/ui-vue",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "Vue components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, and more. One key, beautiful in 30 minutes.",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/ui-vue/src/load-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* call wins and every component reuses it.
2424
*/
2525
/** The @roxyapi/ui release this wrapper was generated against. The loader defaults to it, so the wrapper version in your lockfile is the runtime you actually get. */
26-
export const ROXY_UI_VERSION = '0.33.0';
26+
export const ROXY_UI_VERSION = '0.34.0';
2727

2828
const SCRIPT_ID = 'roxyapi-ui-loader';
2929
const CDN_BASE_LATEST =

packages/ui/components-catalog.json

Lines changed: 141 additions & 141 deletions
Large diffs are not rendered by default.

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roxyapi/ui",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "Web components for the RoxyAPI catalog. Drop-in charts, tables, cards, forms for astrology, tarot, numerology, biorhythm, I Ching, crystals, dreams, angel numbers, and more. One key, beautiful in 30 minutes.",
55
"type": "module",
66
"main": "./dist/index.cjs",

packages/ui/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by scripts/sync-version.ts. Do not edit.
2-
export const ROXY_UI_VERSION = '0.33.0';
2+
export const ROXY_UI_VERSION = '0.34.0';

registry/almanac-day.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.33.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.34.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

registry/angel-number-card.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.33.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.34.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

registry/angel-number-lookup.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@roxyapi/ui-react"
99
],
1010
"registryDependencies": [
11-
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.33.0/registry/theme.json"
11+
"https://cdn.jsdelivr.net/gh/RoxyAPI/ui@v0.34.0/registry/theme.json"
1212
],
1313
"files": [
1414
{

0 commit comments

Comments
 (0)