diff --git a/Gemfile.lock b/Gemfile.lock index 7d3612062..49af84efe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (5.1.0) + ably-ui (5.2.0) view_component (~> 2.33.0) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index d1e47ce3a..5a010a0df 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '5.1.0' + VERSION = '5.2.0' end diff --git a/package.json b/package.json index a4cdd39e1..eb6d9d150 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "5.1.0", + "version": "5.2.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": { "type": "git", diff --git a/preview/Gemfile b/preview/Gemfile index a00ef2ef0..cc7f00b0d 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', '5.1.0', require: 'ably_ui' +gem 'ably-ui', '5.2.0', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index 5d7f9ebc8..acd7d34d8 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (5.1.0) + ably-ui (5.2.0) view_component (~> 2.33.0) actioncable (6.0.3.4) actionpack (= 6.0.3.4) @@ -169,7 +169,7 @@ PLATFORMS ruby DEPENDENCIES - ably-ui (= 5.1.0) + ably-ui (= 5.2.0) bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index 91bd8b23a..06ab84ff2 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "5.1.0", + "@ably/ui": "5.2.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 2988179f5..5bce9b30e 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@5.1.0": - version "5.1.0" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-5.1.0.tgz#7140a9035b38dce7d92038bdc9982f9a187b0462" - integrity sha512-3ZdOa9TNscTUUi2MYZgCvOMMorwtne/acxfGlrEV4UdXU3titTw7arr5apj3br0JohnFK4qeNk4rV36QId8E0Q== +"@ably/ui@5.2.0": + version "5.2.0" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-5.2.0.tgz#e4314450098ee5d1673576455042ba7379569e56" + integrity sha512-IJI+RxzWvUYPFXihx0TuZBGduHWEcMKCB13LDojD9Qu/fR1EdHFGT790Bnh5AWnjYGYl7GQOYkUnYAS11xYXqw== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"