Augur

Changelog

Release history for Augur packages and SDKs.

Changelog

Release notes pulled from package repositories at build time.

@simpleapps-com/augur-web

1.0.18

Patch Changes

1.0.17

Patch Changes

1.0.16

Patch Changes

1.0.15

Patch Changes

1.0.14

Patch Changes

1.0.13

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Patch Changes

0.5.1

Patch Changes

0.2.14

Patch Changes

  • feat(augur-web): shared GTM provider with Partytown support, consent gating, and typed e-commerce events

0.2.13

Patch Changes

0.2.12

Patch Changes

0.2.11

Patch Changes

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Patch Changes

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

  • feat(augur-server): internalize auth SDK calls — accept augurClient directly, add AugurJWT type, defaultContactId option (#27) feat(augur-web): add getMDXComponents() for styled MDX content rendering

0.1.6

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • Add @simpleapps-com/augur-config package with shared ESLint, Prettier, and TypeScript configs. Fix augur-tailwind preset typing. Add missing Augur API types to augur-utils.
  • Updated dependencies

0.1.0

Minor Changes

  • 46f0687: Initial release of the Augur shared package ecosystem.
    • augur-utils: 15 type definitions, 5-tier cache config, formatPrice, cn()
    • augur-tailwind: Tailwind v3 preset with HSL CSS variables and animations
    • augur-web: 22 UI components (Radix + Tailwind + react-icons/lu)
    • augur-hooks: 14 React Query hooks, 2 Zustand stores, utility hooks
    • augur-server: Redis caching with circuit breaker, SDK call helpers, server query client

Patch Changes


@simpleapps-com/augur-hooks

1.0.18

Patch Changes

1.0.17

Patch Changes

1.0.16

Patch Changes

1.0.15

Patch Changes

1.0.14

Patch Changes

1.0.13

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

  • #143 ca07a17 Thanks @simpleapps-io! - Add JSDoc to augur-server, augur-hooks, and augur-web exports for AI agent discoverability

  • #141 90e2591 Thanks @simpleapps-io! - Make customerId optional on useItemPrice, useCustomerOrders, useOrderDetail, useCustomerInvoices, useInvoiceDetail, useCustomerQuotes, and useQuoteDetail. Callers no longer need to pass undefined explicitly when relying on auth or site defaults fallback.

  • #142 a3033ac Thanks @simpleapps-io! - Support zeroLabel, quantity, and per-call precision in useFormatPrice

  • #145 32ddf00 Thanks @simpleapps-io! - Add useStock hook, resolveStock utility, and StockLabel component for reusable stock display across ecommerce sites

  • Updated dependencies [a3033ac, 32ddf00]:

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • #105 01d3f6e Thanks @simpleapps-io! - Create augur-core package as universal foundation for all Augur consumers
    • New @simpleapps-com/augur-core package with deep proxy factories, method classification, cache tier resolution, deterministic key builders, and shared types
    • createOptionsProxy(api) returns TanStack Query options for all 478 SDK methods automatically — no hand-written hooks needed
    • createActionsProxy(api) returns direct async actions for all 478 SDK methods with optional pre/post transforms
    • Shared utilities (stableStringify, fnv1a, buildCacheKey, buildQueryKey) moved from augur-hooks and augur-server into augur-core as single source of truth
    • Shared types (AugurAuthContext, CacheConfig, EdgeCacheValue, InfiniteScrollPage) moved to augur-core
    • augur-hooks: new useAugurOptions() hook and createAugurOptions() for server-side prefetch
    • augur-server: imports key builders from augur-core, eliminating duplicated stableStringify/fnv1a
    • augur-server: fixed SERVICE_METHODS mock drift (added 8 missing methods for joomla and customers)
    • Bumped augur-api peer dependency to ^0.9.12 for createMockClient support

Patch Changes

0.5.1

Patch Changes

0.2.14

Patch Changes

0.2.13

Patch Changes

0.2.12

Patch Changes

0.2.11

Patch Changes

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

0.2.6

Patch Changes

0.2.5

Patch Changes

  • feat: add SSR prefetch utilities with 15 prefetch functions for zero-loading-state server rendering

0.2.4

Patch Changes

0.2.3

Patch Changes

  • fix: use correct API method categories.get instead of itemCategory.get

0.2.2

Patch Changes

  • feat: add useAugurPersistence hook for React Query localStorage persistence

0.2.1

Patch Changes

0.2.0

Minor Changes

  • feat: unified CacheConfig for edge, Redis, and React Query caching

    BREAKING CHANGES:

    • Removed cachedSdkCall and getCacheStats from augur-server (replaced by withCache in augur-hooks)
    • Removed all *_CACHE_OPTIONS exports (PRICE_CACHE_OPTIONS, INV_MAST_CACHE_OPTIONS, etc.)
    • Removed SEARCH_SUGGESTIONS_CACHE_OPTIONS export
    • Query options no longer set default staleTime/gcTime — React Query defaults apply
    • CacheTierConfig field renamed from edge to edgeCache to match SDK

    New:

    • CacheConfig type with provider, static, and semiStatic tiers
    • CacheTierConfig with edgeCache, redis, staleTime, gcTime
    • CacheProvider interface for injectable Redis
    • withCache helper for cross-platform Redis caching
    • useAugurCache hook and provider context
    • createSiteHooks accepts cache config
    • All query options accept CacheConfig — works on client and server

Patch Changes

0.1.9

Patch Changes

  • fix: pass missing SDK params in inv-mast-doc and search-suggestions queries; feat: add createSiteHooks factory, Joomla content hooks, NextAuth type augmentations, React cache() for server query client, and cachedSdkCall type overloads

0.1.8

Patch Changes

  • fix(augur-hooks): add queryKeyFn to usePaginationPrefetch, stable JSON serialization for infinite query keys, normalize itemId in getItemDetailsKey (#28) fix(augur-server): add client-safe ./query export, fix queryKey format to key:value sorted (#28)

0.1.7

Patch Changes

0.1.6

Patch Changes

  • feat: provider-level callback registry, auth context, and loosened cart types
    • Add AugurCallbacks interface and provider-level callback registry (#19)
      • All 13 hooks support queryFn override and provider callback fallback
      • 3-tier priority: hook queryFn > provider callback > SDK default
    • Add AugurAuthContext and provider-level auth injection (#23)
      • useItemPrice and useCartPricing fall back to auth.customerId
      • useCartInitialization merges session with provider auth
      • Separate React context to avoid unnecessary re-renders
    • Loosen cart callback types for server action compatibility (#20)
      • CartActionCallbacks accept Promise<boolean | undefined | void>
      • CartSessionInfo.cartHdrUid accepts number | string
      • CartInitCallbacks.getCartLines accepts undefined (normalized to [])
    • @simpleapps-com/[email protected]

0.1.3

Patch Changes

0.1.2

Patch Changes

  • fix(augur-hooks): clear CartStore on logout transition

0.1.1

Patch Changes

  • Add @simpleapps-com/augur-config package with shared ESLint, Prettier, and TypeScript configs. Fix augur-tailwind preset typing. Add missing Augur API types to augur-utils.
  • Updated dependencies

0.1.0

Minor Changes

  • 46f0687: Initial release of the Augur shared package ecosystem.
    • augur-utils: 15 type definitions, 5-tier cache config, formatPrice, cn()
    • augur-tailwind: Tailwind v3 preset with HSL CSS variables and animations
    • augur-web: 22 UI components (Radix + Tailwind + react-icons/lu)
    • augur-hooks: 14 React Query hooks, 2 Zustand stores, utility hooks
    • augur-server: Redis caching with circuit breaker, SDK call helpers, server query client

Patch Changes


@simpleapps-com/augur-server

1.0.18

Patch Changes

1.0.17

Patch Changes

1.0.16

Patch Changes

  • #170 dbc069c Thanks @simpleapps-io! - feat: add verifyPassword to JoomlaActions and server actions export

    Adds verifyPassword(username, password) as a named method on JoomlaActions instead of requiring sites to use the proxy fallback with any-casts. Also exported from augur-server/actions as a pre-wrapped server action.

  • Updated dependencies []:

1.0.15

Patch Changes

  • #167 fc1f0d1 Thanks @simpleapps-io! - fix: include actions.d.ts in published package

    Consolidate tsup config from two separate builds into one to prevent the first build's clean step from racing with the second build's DTS output. The "use server" banner is now added via onSuccess instead of a separate build config.

  • Updated dependencies []:

1.0.14

Patch Changes

  • #164 218ad38 Thanks @simpleapps-io! - feat: export "use server" actions from augur-server/actions

    Sites can now import pre-wrapped server actions directly instead of writing per-site boilerplate. createServerSite() auto-registers the site actions singleton, and every action method is exported with safeAction() wrapping.

    Usage:

    import &#123;
      getCustomerDoc,
      addToCart,
    &#125; from "@simpleapps-com/augur-server/actions";
    const result = await getCustomerDoc(123);
  • Updated dependencies []:

1.0.13

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • #105 01d3f6e Thanks @simpleapps-io! - Create augur-core package as universal foundation for all Augur consumers
    • New @simpleapps-com/augur-core package with deep proxy factories, method classification, cache tier resolution, deterministic key builders, and shared types
    • createOptionsProxy(api) returns TanStack Query options for all 478 SDK methods automatically — no hand-written hooks needed
    • createActionsProxy(api) returns direct async actions for all 478 SDK methods with optional pre/post transforms
    • Shared utilities (stableStringify, fnv1a, buildCacheKey, buildQueryKey) moved from augur-hooks and augur-server into augur-core as single source of truth
    • Shared types (AugurAuthContext, CacheConfig, EdgeCacheValue, InfiniteScrollPage) moved to augur-core
    • augur-hooks: new useAugurOptions() hook and createAugurOptions() for server-side prefetch
    • augur-server: imports key builders from augur-core, eliminating duplicated stableStringify/fnv1a
    • augur-server: fixed SERVICE_METHODS mock drift (added 8 missing methods for joomla and customers)
    • Bumped augur-api peer dependency to ^0.9.12 for createMockClient support

Patch Changes

0.5.1

Patch Changes

0.2.14

Patch Changes

0.2.13

Patch Changes

0.2.12

Patch Changes

0.2.11

Patch Changes

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

  • feat: add server action factories for all 27 SDK services, fix opensearch casing and commerce addToCart shape

0.2.6

Patch Changes

  • feat(augur-utils): add isAddressDifferent helper for SmartyStreets validation feat(augur-server): sort category children by sequenceNo (default true) feat(augur-server): add includePricing param to getInvMastDoc
  • Updated dependencies

0.2.5

Patch Changes

  • feat: add SSR prefetch utilities with 15 prefetch functions for zero-loading-state server rendering
  • Updated dependencies

0.2.4

Patch Changes

  • feat: add server action factories for pricing, items, commerce, orders, search, shipping, and joomla

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

  • fix: replace require("ioredis") with dynamic import for ESM/Turbopack compatibility

0.2.0

Minor Changes

  • feat: unified CacheConfig for edge, Redis, and React Query caching

    BREAKING CHANGES:

    • Removed cachedSdkCall and getCacheStats from augur-server (replaced by withCache in augur-hooks)
    • Removed all *_CACHE_OPTIONS exports (PRICE_CACHE_OPTIONS, INV_MAST_CACHE_OPTIONS, etc.)
    • Removed SEARCH_SUGGESTIONS_CACHE_OPTIONS export
    • Query options no longer set default staleTime/gcTime — React Query defaults apply
    • CacheTierConfig field renamed from edge to edgeCache to match SDK

    New:

    • CacheConfig type with provider, static, and semiStatic tiers
    • CacheTierConfig with edgeCache, redis, staleTime, gcTime
    • CacheProvider interface for injectable Redis
    • withCache helper for cross-platform Redis caching
    • useAugurCache hook and provider context
    • createSiteHooks accepts cache config
    • All query options accept CacheConfig — works on client and server

Patch Changes

0.1.9

Patch Changes

  • fix: pass missing SDK params in inv-mast-doc and search-suggestions queries; feat: add createSiteHooks factory, Joomla content hooks, NextAuth type augmentations, React cache() for server query client, and cachedSdkCall type overloads

0.1.8

Patch Changes

  • fix(augur-hooks): add queryKeyFn to usePaginationPrefetch, stable JSON serialization for infinite query keys, normalize itemId in getItemDetailsKey (#28) fix(augur-server): add client-safe ./query export, fix queryKey format to key:value sorted (#28)

0.1.7

Patch Changes

  • feat(augur-server): internalize auth SDK calls — accept augurClient directly, add AugurJWT type, defaultContactId option (#27) feat(augur-web): add getMDXComponents() for styled MDX content rendering

0.1.6

Patch Changes

0.1.3

Patch Changes

  • fix: resolve type incompatibilities reported by ampro team
  • Updated dependencies

0.1.2

Patch Changes

0.1.1

Patch Changes

  • Add @simpleapps-com/augur-config package with shared ESLint, Prettier, and TypeScript configs. Fix augur-tailwind preset typing. Add missing Augur API types to augur-utils.
  • Updated dependencies

0.1.0

Minor Changes

  • 46f0687: Initial release of the Augur shared package ecosystem.
    • augur-utils: 15 type definitions, 5-tier cache config, formatPrice, cn()
    • augur-tailwind: Tailwind v3 preset with HSL CSS variables and animations
    • augur-web: 22 UI components (Radix + Tailwind + react-icons/lu)
    • augur-hooks: 14 React Query hooks, 2 Zustand stores, utility hooks
    • augur-server: Redis caching with circuit breaker, SDK call helpers, server query client

Patch Changes


@simpleapps-com/augur-mobile

1.0.18

Patch Changes

1.0.17

Patch Changes

1.0.16

Patch Changes

1.0.15

Patch Changes

1.0.14

Patch Changes

1.0.13

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Patch Changes

0.5.1

Patch Changes

0.2.14

Patch Changes

0.2.13

Patch Changes

0.2.12

Patch Changes

0.2.11

Patch Changes

0.2.10

Patch Changes

0.2.9

Patch Changes

0.2.8

Patch Changes

0.2.7

Patch Changes

0.2.6

Patch Changes

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Patch Changes

0.1.9

Patch Changes

0.1.8

Patch Changes

0.1.7

Patch Changes

0.1.6

Patch Changes

0.1.3

Patch Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

  • Add @simpleapps-com/augur-config package with shared ESLint, Prettier, and TypeScript configs. Fix augur-tailwind preset typing. Add missing Augur API types to augur-utils.
  • Updated dependencies

0.1.0

Patch Changes


@simpleapps-com/augur-tailwind

1.0.18

1.0.17

1.0.16

1.0.15

1.0.14

1.0.13

1.0.12

1.0.11

1.0.10

1.0.9

1.0.8

1.0.7

1.0.6

1.0.5

1.0.4

1.0.3

1.0.2

1.0.1

1.0.0

0.5.1

0.2.14

0.2.13

0.2.12

0.2.11

0.2.10

0.2.9

0.2.8

0.2.7

0.2.6

0.2.5

0.2.4

0.2.3

0.2.2

0.2.1

0.2.0

0.1.9

0.1.8

0.1.7

0.1.6

0.1.3

Patch Changes

  • fix: resolve type incompatibilities reported by ampro team

0.1.2

0.1.1

Patch Changes

  • Add @simpleapps-com/augur-config package with shared ESLint, Prettier, and TypeScript configs. Fix augur-tailwind preset typing. Add missing Augur API types to augur-utils.

0.1.0

Minor Changes

  • 46f0687: Initial release of the Augur shared package ecosystem.
    • augur-utils: 15 type definitions, 5-tier cache config, formatPrice, cn()
    • augur-tailwind: Tailwind v3 preset with HSL CSS variables and animations
    • augur-web: 22 UI components (Radix + Tailwind + react-icons/lu)
    • augur-hooks: 14 React Query hooks, 2 Zustand stores, utility hooks
    • augur-server: Redis caching with circuit breaker, SDK call helpers, server query client

@simpleapps-com/augur-config

1.0.18

1.0.17

1.0.16

1.0.15

1.0.14

1.0.13

1.0.12

1.0.11

1.0.10

1.0.9

1.0.8

1.0.7

1.0.6

1.0.5

1.0.4

1.0.3

1.0.2

1.0.1

1.0.0

0.5.1

Patch Changes

  • #95 72679d6 Thanks @simpleapps-io! - Switch changelog preset to @changesets/changelog-github for auto-linked PR references in release notes

0.2.14

0.2.13

0.2.12

0.2.11

0.2.10

0.2.9

0.2.8

0.2.7

0.2.6

0.2.5

0.2.4

0.2.3

0.2.2

0.2.1

0.2.0

0.1.9

0.1.8

0.1.7

0.1.6

0.1.3

0.1.2

0.1.1

Patch Changes

  • Add @simpleapps-com/augur-config package with shared ESLint, Prettier, and TypeScript configs. Fix augur-tailwind preset typing. Add missing Augur API types to augur-utils.

@simpleapps-com/augur-utils

1.0.18

1.0.17

1.0.16

1.0.15

1.0.14

1.0.13

1.0.12

1.0.11

1.0.10

1.0.9

Patch Changes

  • #145 32ddf00 Thanks @simpleapps-io! - Add useStock hook, resolveStock utility, and StockLabel component for reusable stock display across ecommerce sites

1.0.8

1.0.7

1.0.6

Patch Changes

1.0.5

1.0.4

1.0.3

1.0.2

1.0.1

1.0.0

0.5.1

0.2.14

0.2.13

0.2.12

0.2.11

0.2.10

0.2.9

0.2.8

0.2.7

0.2.6

Patch Changes

  • feat(augur-utils): add isAddressDifferent helper for SmartyStreets validation feat(augur-server): sort category children by sequenceNo (default true) feat(augur-server): add includePricing param to getInvMastDoc

0.2.5

0.2.4

0.2.3

0.2.2

0.2.1

0.2.0

0.1.9

0.1.8

0.1.7

0.1.6

0.1.3

Patch Changes

  • fix: resolve type incompatibilities reported by ampro team

0.1.2

0.1.1

Patch Changes

  • Add @simpleapps-com/augur-config package with shared ESLint, Prettier, and TypeScript configs. Fix augur-tailwind preset typing. Add missing Augur API types to augur-utils.

0.1.0

Minor Changes

  • 46f0687: Initial release of the Augur shared package ecosystem.
    • augur-utils: 15 type definitions, 5-tier cache config, formatPrice, cn()
    • augur-tailwind: Tailwind v3 preset with HSL CSS variables and animations
    • augur-web: 22 UI components (Radix + Tailwind + react-icons/lu)
    • augur-hooks: 14 React Query hooks, 2 Zustand stores, utility hooks
    • augur-server: Redis caching with circuit breaker, SDK call helpers, server query client

On this page

Changelog@simpleapps-com/augur-web1.0.18Patch Changes1.0.17Patch Changes1.0.16Patch Changes1.0.15Patch Changes1.0.14Patch Changes1.0.13Patch Changes1.0.12Patch Changes1.0.11Patch Changes1.0.10Patch Changes1.0.9Patch Changes1.0.8Patch Changes1.0.7Patch Changes1.0.6Patch Changes1.0.5Patch Changes1.0.4Patch Changes1.0.3Patch Changes1.0.2Patch Changes1.0.1Patch Changes1.0.0Patch Changes0.5.1Patch Changes0.2.14Patch Changes0.2.13Patch Changes0.2.12Patch Changes0.2.11Patch Changes0.2.10Patch Changes0.2.9Patch Changes0.2.8Patch Changes0.2.7Patch Changes0.2.6Patch Changes0.2.5Patch Changes0.2.4Patch Changes0.2.3Patch Changes0.2.2Patch Changes0.2.1Patch Changes0.2.0Patch Changes0.1.9Patch Changes0.1.8Patch Changes0.1.7Patch Changes0.1.6Patch Changes0.1.3Patch Changes0.1.2Patch Changes0.1.1Patch Changes0.1.0Minor ChangesPatch Changes@simpleapps-com/augur-hooks1.0.18Patch Changes1.0.17Patch Changes1.0.16Patch Changes1.0.15Patch Changes1.0.14Patch Changes1.0.13Patch Changes1.0.12Patch Changes1.0.11Patch Changes1.0.10Patch Changes1.0.9Patch Changes1.0.8Patch Changes1.0.7Patch Changes1.0.6Patch Changes1.0.5Patch Changes1.0.4Patch Changes1.0.3Patch Changes1.0.2Patch Changes1.0.1Patch Changes1.0.0Major ChangesPatch Changes0.5.1Patch Changes0.2.14Patch Changes0.2.13Patch Changes0.2.12Patch Changes0.2.11Patch Changes0.2.10Patch Changes0.2.9Patch Changes0.2.8Patch Changes0.2.7Patch Changes0.2.6Patch Changes0.2.5Patch Changes0.2.4Patch Changes0.2.3Patch Changes0.2.2Patch Changes0.2.1Patch Changes0.2.0Minor ChangesPatch Changes0.1.9Patch Changes0.1.8Patch Changes0.1.7Patch Changes0.1.6Patch Changes0.1.3Patch Changes0.1.2Patch Changes0.1.1Patch Changes0.1.0Minor ChangesPatch Changes@simpleapps-com/augur-server1.0.18Patch Changes1.0.17Patch Changes1.0.16Patch Changes1.0.15Patch Changes1.0.14Patch Changes1.0.13Patch Changes1.0.12Patch Changes1.0.11Patch Changes1.0.10Patch Changes1.0.9Patch Changes1.0.8Patch Changes1.0.7Patch Changes1.0.6Patch Changes1.0.5Patch Changes1.0.4Patch Changes1.0.3Patch Changes1.0.2Patch Changes1.0.1Patch Changes1.0.0Major ChangesPatch Changes0.5.1Patch Changes0.2.14Patch Changes0.2.13Patch Changes0.2.12Patch Changes0.2.11Patch Changes0.2.10Patch Changes0.2.9Patch Changes0.2.8Patch Changes0.2.7Patch Changes0.2.6Patch Changes0.2.5Patch Changes0.2.4Patch Changes0.2.3Patch Changes0.2.2Patch Changes0.2.1Patch Changes0.2.0Minor ChangesPatch Changes0.1.9Patch Changes0.1.8Patch Changes0.1.7Patch Changes0.1.6Patch Changes0.1.3Patch Changes0.1.2Patch Changes0.1.1Patch Changes0.1.0Minor ChangesPatch Changes@simpleapps-com/augur-mobile1.0.18Patch Changes1.0.17Patch Changes1.0.16Patch Changes1.0.15Patch Changes1.0.14Patch Changes1.0.13Patch Changes1.0.12Patch Changes1.0.11Patch Changes1.0.10Patch Changes1.0.9Patch Changes1.0.8Patch Changes1.0.7Patch Changes1.0.6Patch Changes1.0.5Patch Changes1.0.4Patch Changes1.0.3Patch Changes1.0.2Patch Changes1.0.1Patch Changes1.0.0Patch Changes0.5.1Patch Changes0.2.14Patch Changes0.2.13Patch Changes0.2.12Patch Changes0.2.11Patch Changes0.2.10Patch Changes0.2.9Patch Changes0.2.8Patch Changes0.2.7Patch Changes0.2.6Patch Changes0.2.5Patch Changes0.2.4Patch Changes0.2.3Patch Changes0.2.2Patch Changes0.2.1Patch Changes0.2.0Patch Changes0.1.9Patch Changes0.1.8Patch Changes0.1.7Patch Changes0.1.6Patch Changes0.1.3Patch Changes0.1.2Patch Changes0.1.1Patch Changes0.1.0Patch Changes@simpleapps-com/augur-tailwind1.0.181.0.171.0.161.0.151.0.141.0.131.0.121.0.111.0.101.0.91.0.81.0.71.0.61.0.51.0.41.0.31.0.21.0.11.0.00.5.10.2.140.2.130.2.120.2.110.2.100.2.90.2.80.2.70.2.60.2.50.2.40.2.30.2.20.2.10.2.00.1.90.1.80.1.70.1.60.1.3Patch Changes0.1.20.1.1Patch Changes0.1.0Minor Changes@simpleapps-com/augur-config1.0.181.0.171.0.161.0.151.0.141.0.131.0.121.0.111.0.101.0.91.0.81.0.71.0.61.0.51.0.41.0.31.0.21.0.11.0.00.5.1Patch Changes0.2.140.2.130.2.120.2.110.2.100.2.90.2.80.2.70.2.60.2.50.2.40.2.30.2.20.2.10.2.00.1.90.1.80.1.70.1.60.1.30.1.20.1.1Patch Changes@simpleapps-com/augur-utils1.0.181.0.171.0.161.0.151.0.141.0.131.0.121.0.111.0.101.0.9Patch Changes1.0.81.0.71.0.6Patch Changes1.0.51.0.41.0.31.0.21.0.11.0.00.5.10.2.140.2.130.2.120.2.110.2.100.2.90.2.80.2.70.2.6Patch Changes0.2.50.2.40.2.30.2.20.2.10.2.00.1.90.1.80.1.70.1.60.1.3Patch Changes0.1.20.1.1Patch Changes0.1.0Minor Changes