motion-v 2.0.0-beta.5 → 2.0.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.
@@ -111,7 +111,6 @@ function createMotionDirective(featureBundle, defaultOptions) {
111
111
  created(el, binding, vnode) {
112
112
  const provides = resolveProvides(vnode, binding);
113
113
  const { options, parentState } = buildMotionOptions(mergeMotionProps(vnode, binding.value), provides, resolveTag(el));
114
- console.log("options", options);
115
114
  const state = new MotionState(options, parentState);
116
115
  state.initVisualElement(renderer);
117
116
  mountedStates.set(el, state);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "motion-v",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.5",
4
+ "version": "2.0.0",
5
5
  "description": "",
6
6
  "author": "",
7
7
  "license": "MIT",