@egjs/flicking 4.10.7 → 4.10.8-beta.1

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/README.md CHANGED
@@ -141,7 +141,7 @@ var flicking = new Flicking("#my-flicking", { circular: true });
141
141
  Check our [Demos](https://naver.github.io/egjs-flicking/).
142
142
 
143
143
  ## 📖 Documentation
144
- See [Documentation](https://naver.github.io/egjs-flicking/release/latest/doc/index.html) page.
144
+ See [Documentation](https://naver.github.io/egjs-flicking/docs/api/Flicking) page.
145
145
 
146
146
  ## 🙌 Contributing
147
147
  See [CONTRIBUTING.md](https://github.com/naver/egjs-flicking/blob/master/CONTRIBUTING.md).
@@ -4,7 +4,7 @@ name: @egjs/flicking
4
4
  license: MIT
5
5
  author: NAVER Corp.
6
6
  repository: https://github.com/naver/egjs-flicking
7
- version: 4.10.7
7
+ version: 4.10.8-beta.1
8
8
  */
9
9
  import Component, { ComponentEvent } from '@egjs/component';
10
10
  import Axes, { PanInput } from '@egjs/axes';
@@ -7748,7 +7748,7 @@ var Flicking = /*#__PURE__*/function (_super) {
7748
7748
  * Flicking.VERSION; // ex) 4.0.0
7749
7749
  * ```
7750
7750
  */
7751
- Flicking.VERSION = "4.10.7";
7751
+ Flicking.VERSION = "4.10.8-beta.1";
7752
7752
  return Flicking;
7753
7753
  }(Component);
7754
7754