@magmamath/students-features 0.9.106-rc.0 → 0.9.106

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/.idea/workspace.xml +11 -12
  2. package/package.json +1 -1
@@ -5,8 +5,7 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="ce1b67e5-e42c-4dab-8d84-832433eb9fe4" name="Changes" comment="chore: code refactoring">
8
- <change beforePath="$PROJECT_DIR$/src/features/keyboard/components/Keyboard.tsx" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/components/Keyboard.tsx" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/features/keyboard/helpers.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/features/keyboard/helpers.ts" afterDir="false" />
8
+ <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
10
9
  </list>
11
10
  <option name="SHOW_DIALOG" value="false" />
12
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -197,15 +196,7 @@
197
196
  <workItem from="1766487717021" duration="4617000" />
198
197
  <workItem from="1766498143970" duration="8795000" />
199
198
  <workItem from="1766571521865" duration="35531000" />
200
- <workItem from="1767615561497" duration="6343000" />
201
- </task>
202
- <task id="LOCAL-00062" summary="chore: code refactoring">
203
- <option name="closed" value="true" />
204
- <created>1759867938966</created>
205
- <option name="number" value="00062" />
206
- <option name="presentableId" value="LOCAL-00062" />
207
- <option name="project" value="LOCAL" />
208
- <updated>1759867938966</updated>
199
+ <workItem from="1767615561497" duration="7561000" />
209
200
  </task>
210
201
  <task id="LOCAL-00063" summary="chore: code refactoring">
211
202
  <option name="closed" value="true" />
@@ -591,7 +582,15 @@
591
582
  <option name="project" value="LOCAL" />
592
583
  <updated>1767622017972</updated>
593
584
  </task>
594
- <option name="localTasksCounter" value="111" />
585
+ <task id="LOCAL-00111" summary="chore: code refactoring">
586
+ <option name="closed" value="true" />
587
+ <created>1767622183374</created>
588
+ <option name="number" value="00111" />
589
+ <option name="presentableId" value="LOCAL-00111" />
590
+ <option name="project" value="LOCAL" />
591
+ <updated>1767622183374</updated>
592
+ </task>
593
+ <option name="localTasksCounter" value="112" />
595
594
  <servers />
596
595
  </component>
597
596
  <component name="TypeScriptGeneratedFilesManager">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.9.106-rc.0",
3
+ "version": "0.9.106",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",