Skip to content

Commit

Permalink
Merge pull request #2361 from coingaming/develop
Browse files Browse the repository at this point in the history
Deploy 10.7.1
  • Loading branch information
dkireev authored Sep 8, 2023
2 parents 1903cf3 + 3cfbcb2 commit 0297863
Show file tree
Hide file tree
Showing 62 changed files with 537 additions and 348 deletions.
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# docs

## 0.5.1

### Patch Changes

- Deploy 10.7.1
- Updated dependencies
- @heathmont/moon-base-tw@10.7.1
- @heathmont/moon-core-tw@10.7.1

## 0.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,8 +9,8 @@
"lint": "next lint"
},
"dependencies": {
"@heathmont/moon-base-tw": "workspace:^10.7.0",
"@heathmont/moon-core-tw": "workspace:^10.7.0",
"@heathmont/moon-base-tw": "workspace:^10.7.1",
"@heathmont/moon-core-tw": "workspace:^10.7.1",
"@heathmont/moon-icons-tw": "9.28.4",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
Expand Down
26 changes: 26 additions & 0 deletions next-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Change Log

## 10.7.1

### Patch Changes

- Deploy 10.7.1
- Updated dependencies
- @heathmont/moon-accordion@10.7.1
- @heathmont/moon-assets@10.7.1
- @heathmont/moon-charts@10.7.1
- @heathmont/moon-components@10.7.1
- @heathmont/moon-core@10.7.1
- @heathmont/moon-datepicker@10.7.1
- @heathmont/moon-draggabletable@10.7.1
- @heathmont/moon-icons@10.7.1
- @heathmont/moon-pagination@10.7.1
- @heathmont/moon-popover@10.7.1
- @heathmont/moon-select@10.7.1
- @heathmont/moon-sidebar@10.7.1
- @heathmont/moon-table@10.7.1
- @heathmont/moon-themes@10.7.1
- @heathmont/moon-utils@10.7.1
- @heathmont/moon-cmdk-tw@10.7.1
- @heathmont/moon-core-tw@10.7.1
- @heathmont/moon-table-tw@10.7.1
- @heathmont/moon-themes-tw@10.7.1

## 10.7.0

### Minor Changes
Expand Down
40 changes: 20 additions & 20 deletions next-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-docs",
"version": "10.7.0",
"version": "10.7.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -15,25 +15,25 @@
},
"dependencies": {
"@headlessui/react": "1.7.16",
"@heathmont/moon-accordion": "workspace:^10.7.0",
"@heathmont/moon-assets": "workspace:^10.7.0",
"@heathmont/moon-charts": "workspace:^10.7.0",
"@heathmont/moon-components": "workspace:^10.7.0",
"@heathmont/moon-cmdk-tw": "workspace:^10.7.0",
"@heathmont/moon-core": "workspace:^10.7.0",
"@heathmont/moon-core-tw": "workspace:^10.7.0",
"@heathmont/moon-datepicker": "workspace:^10.7.0",
"@heathmont/moon-draggabletable": "workspace:^10.7.0",
"@heathmont/moon-icons": "workspace:^10.7.0",
"@heathmont/moon-pagination": "workspace:^10.7.0",
"@heathmont/moon-popover": "workspace:^10.7.0",
"@heathmont/moon-select": "workspace:^10.7.0",
"@heathmont/moon-sidebar": "workspace:^10.7.0",
"@heathmont/moon-table": "workspace:^10.7.0",
"@heathmont/moon-table-tw": "workspace:^10.7.0",
"@heathmont/moon-themes": "workspace:^10.7.0",
"@heathmont/moon-themes-tw": "workspace:^10.7.0",
"@heathmont/moon-utils": "workspace:^10.7.0",
"@heathmont/moon-accordion": "workspace:^10.7.1",
"@heathmont/moon-assets": "workspace:^10.7.1",
"@heathmont/moon-charts": "workspace:^10.7.1",
"@heathmont/moon-components": "workspace:^10.7.1",
"@heathmont/moon-cmdk-tw": "workspace:^10.7.1",
"@heathmont/moon-core": "workspace:^10.7.1",
"@heathmont/moon-core-tw": "workspace:^10.7.1",
"@heathmont/moon-datepicker": "workspace:^10.7.1",
"@heathmont/moon-draggabletable": "workspace:^10.7.1",
"@heathmont/moon-icons": "workspace:^10.7.1",
"@heathmont/moon-pagination": "workspace:^10.7.1",
"@heathmont/moon-popover": "workspace:^10.7.1",
"@heathmont/moon-select": "workspace:^10.7.1",
"@heathmont/moon-sidebar": "workspace:^10.7.1",
"@heathmont/moon-table": "workspace:^10.7.1",
"@heathmont/moon-table-tw": "workspace:^10.7.1",
"@heathmont/moon-themes": "workspace:^10.7.1",
"@heathmont/moon-themes-tw": "workspace:^10.7.1",
"@heathmont/moon-utils": "workspace:^10.7.1",
"@heathmont/moon-icons-tw": "9.28.5",
"@hookform/resolvers": "3.2.0",
"@jest/globals": "27.5.1",
Expand Down
2 changes: 1 addition & 1 deletion next-docs/public/examples/combobox/Default.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Combobox, MenuItem } from '@heathmont/moon-core-tw';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw';

const people = [
{ id: 1, label: 'Wade Cooper', value: 'Wade Cooper' },
Expand Down
2 changes: 1 addition & 1 deletion next-docs/public/examples/combobox/InsetMultiSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useCallback, useState } from 'react';
import { Combobox, MenuItem } from '@heathmont/moon-core-tw';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw';

const people = [
{ id: 1, label: 'Wade Cooper', value: 'Wade Cooper' },
Expand Down
2 changes: 1 addition & 1 deletion next-docs/public/examples/combobox/InsetSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Combobox, MenuItem } from '@heathmont/moon-core-tw';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw';

const people = [
{ id: 1, label: 'Wade Cooper', value: 'Wade Cooper' },
Expand Down
2 changes: 1 addition & 1 deletion next-docs/public/examples/combobox/InsetSelectStates.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Combobox, MenuItem } from '@heathmont/moon-core-tw';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw';

const people = [
{ id: 1, label: 'Wade Cooper', value: 'Wade Cooper' },
Expand Down
2 changes: 1 addition & 1 deletion next-docs/public/examples/combobox/MultiSelect.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useCallback, useState } from 'react';
import { Combobox, MenuItem } from '@heathmont/moon-core-tw';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw';

const people = [
{ id: 1, label: 'Wade Cooper', value: 'Wade Cooper' },
Expand Down
2 changes: 1 addition & 1 deletion next-docs/public/examples/combobox/Select.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Combobox, MenuItem } from '@heathmont/moon-core-tw';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw';

const people = [
{ id: 1, label: 'Wade Cooper', value: 'Wade Cooper' },
Expand Down
2 changes: 1 addition & 1 deletion next-docs/public/examples/combobox/SelectStates.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';
import { Combobox, MenuItem } from '@heathmont/moon-core-tw';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons';
import { ControlsChevronDownSmall } from '@heathmont/moon-icons-tw';

const people = [
{ id: 1, label: 'Wade Cooper', value: 'Wade Cooper' },
Expand Down
Loading

0 comments on commit 0297863

Please sign in to comment.