diff --git a/Gemfile.lock b/Gemfile.lock index 5df1131ad..bdc7a5958 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (6.1.0.dev.c60d872) + ably-ui (6.2.0) view_component (~> 2.33.0) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 508b73d66..a03e33972 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '6.1.0.dev.c60d872' + VERSION = '6.2.0' end diff --git a/package.json b/package.json index a7d07b980..364b0e0f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "6.1.0-dev.c60d872", + "version": "6.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 f6491fd10..91cc8ddbb 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', '6.1.0.dev.c60d872', require: 'ably_ui' +gem 'ably-ui', '6.2.0', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index 153fa45c2..49facb148 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (6.1.0.dev.c60d872) + ably-ui (6.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 (= 6.1.0.dev.c60d872) + ably-ui (= 6.2.0) bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index 83be112f9..937328ae2 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "6.1.0-dev.c60d872", + "@ably/ui": "6.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 0518817b2..30fdf269b 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@6.1.0-dev.c60d872": - version "6.1.0-dev.c60d872" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.1.0-dev.c60d872.tgz#807d5ad676777bbc226b1c3c835254ae0b45ee9c" - integrity sha512-ogBcpUl5oIhQUbyFijp+PjSADsro5zsk9rWappyrONJMWyOeycmtZTFBxLrEf9ImC5JYEIrL1x8rQHrdJ2m2yw== +"@ably/ui@6.2.0": + version "6.2.0" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.2.0.tgz#53a1d95979bd5ce00f4ba1769464ba3557ffc489" + integrity sha512-tki9lSRDw/K+8ysqw9Pu6uxBMs8O9nOyggYXctrYfNH2VZFZg7Xa4L+adyRpZp+TbagS2XJR8toP7gaD4/KFTQ== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"