Compare commits

...

3 Commits

Author SHA1 Message Date
CI
832d874a0e chore: release version v1.12.8 2024-10-24 19:18:49 +00:00
Dmitry Popov
6a133d4dbd Merge branch 'main' of github.com:wanderer-industries/wanderer 2024-10-24 21:18:07 +02:00
Dmitry Popov
d96dfa63c9 chore: release version v1.12.6 2024-10-24 21:18:03 +02:00
3 changed files with 7 additions and 9 deletions

View File

@@ -2,6 +2,11 @@
<!-- changelog -->
## [v1.12.8](https://github.com/wanderer-industries/wanderer/compare/v1.12.7...v1.12.8) (2024-10-24)
## [v1.12.7](https://github.com/wanderer-industries/wanderer/compare/v1.12.6...v1.12.7) (2024-10-24)

View File

@@ -1,17 +1,10 @@
import { Node, useReactFlow } from 'reactflow';
import { useCallback, useRef } from 'react';
import { useCallback } from 'react';
import { CommandAddSystems } from '@/hooks/Mapper/types/mapHandlers.ts';
import { convertSystem2Node } from '../../helpers';
import { useMapRootState } from '@/hooks/Mapper/mapRootProvider';
export const useMapAddSystems = () => {
const rf = useReactFlow();
const {
data: { systems },
} = useMapRootState();
const ref = useRef({ rf, systems });
ref.current = { systems, rf };
return useCallback(
(systems: CommandAddSystems) => {

View File

@@ -2,7 +2,7 @@ defmodule WandererApp.MixProject do
use Mix.Project
@source_url "https://github.com/wanderer-industries/wanderer"
@version "1.12.7"
@version "1.12.8"
def project do
[