pages_core 3.8.0 → 3.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,3 +31,7 @@ export default function startPages () {
31
31
 
32
32
  export * from "./components";
33
33
  export * from "./hooks";
34
+
35
+ export * from "./lib/request.js";
36
+ export { default as copyToClipboard,
37
+ copySupported } from "./lib/copyToClipboard";
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PagesCore
4
- VERSION = "3.8.0" unless PagesCore.const_defined?("VERSION")
4
+ VERSION = "3.8.1" unless PagesCore.const_defined?("VERSION")
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pages_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Inge Jørgensen