diff --git a/Gemfile.lock b/Gemfile.lock index 3240779f7..0bc2f22d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (3.0.0) + ably-ui (3.1.0) view_component (~> 2.33.0) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 0432d9374..f62149648 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '3.0.0' + VERSION = '3.1.0' end diff --git a/package.json b/package.json index 9104ecfe2..c9cac248b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ably-ui", - "version": "3.0.0", + "version": "3.1.0", "description": "Home of the Ably design system library ([design.ably.com](https://design.ably.com)). It provides a showcase, development/test environment and a publishing pipeline for different distributables.", "repository": "git@github.com:ably/ably-ui.git", "license": "Apache-2.0", diff --git a/preview/Gemfile b/preview/Gemfile index 9515802f8..b049462a8 100644 --- a/preview/Gemfile +++ b/preview/Gemfile @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine' gem 'responders' -gem 'ably-ui', '3.0.0', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably' +gem 'ably-ui', '3.1.0', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index 741d7eea2..94afe6a75 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ remote: https://rubygems.pkg.github.com/ably/ specs: - ably-ui (3.0.0) + ably-ui (3.1.0) view_component (~> 2.33.0) actioncable (6.0.3.4) actionpack (= 6.0.3.4) @@ -168,7 +168,7 @@ PLATFORMS ruby DEPENDENCIES - ably-ui (= 3.0.0)! + ably-ui (= 3.1.0)! bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index 8763ac3e2..242a692e1 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ably-ui": "3.0.0", + "@ably/ably-ui": "3.1.0", "@babel/preset-react": "^7.12.5", "@rails/ujs": "^6.0.0", "@rails/webpacker": "4.3.0", diff --git a/preview/yarn.lock b/preview/yarn.lock index 4efe2de0d..8def7b760 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ably-ui@3.0.0": - version "3.0.0" - resolved "https://npm.pkg.github.com/download/@ably/ably-ui/3.0.0/363099632d12a74ea4a686751cc338b7482d31ae8e35f9be7f3d0641933f7fa3#f6362ed48887b2e9bbc14483ca8894c084608250" - integrity sha512-oTMoXRIv5LvA0WnfGCDfyYN7dvktUBaJx/S6SoNDisnJbqBmtHzEOCBZKBeXIPI27W/9Ubi74k2vFxmho1SK7w== +"@ably/ably-ui@3.1.0": + version "3.1.0" + resolved "https://npm.pkg.github.com/download/@ably/ably-ui/3.1.0/c63dee9b559870fb942793de289f4a4f2fffdc365224eb96bc674ae8c679bae3#59e58885d47243cdbfc6a699ac8932a8a486550e" + integrity sha512-dKcvwMvAWVGxQi/qIFvdlwPGGO4fLD5sKl8fecckUrdDxxccRC06FC3e/rXTF1cOS2iuDJN98bx6bA04WzEZ0A== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"