@medyll/idae-cadenzia 0.80.0 → 0.81.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @medyll/idae-cadenzia
2
2
 
3
+ ## 0.81.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 92c28b9: Version bump
8
+
3
9
  ## 0.80.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medyll/idae-cadenzia",
3
- "version": "0.80.0",
3
+ "version": "0.81.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
package/src/lib/index.ts CHANGED
@@ -1,9 +1,9 @@
1
- // auto exports of entry components
2
- export * from '$lib/types/types.js';
3
- export * from '$lib/functions/rules.js';
4
- export * from '$lib/functions/functions.svelte.js';
5
- export * from '$lib/constants/constants.js';
6
- export { default as ChordVisualization } from '$lib/components/ChordVisualization.svelte';
7
- export { default as ChordTable } from '$lib/components/ChordTable.svelte';
8
- export { default as CadencePanel } from '$lib/components/CadencePanel.svelte';
9
- export { default as App } from '$lib/components/App.svelte';
1
+ // auto exports of entry components
2
+ export * from '$lib/types/types.js';
3
+ export * from '$lib/functions/rules.js';
4
+ export * from '$lib/functions/functions.svelte.js';
5
+ export * from '$lib/constants/constants.js';
6
+ export { default as ChordVisualization } from '$lib/components/ChordVisualization.svelte';
7
+ export { default as ChordTable } from '$lib/components/ChordTable.svelte';
8
+ export { default as CadencePanel } from '$lib/components/CadencePanel.svelte';
9
+ export { default as App } from '$lib/components/App.svelte';