From 9e36d85727cab4c3c4cce6d94c2510bc7ef1db31 Mon Sep 17 00:00:00 2001 From: Dominik Piatek Date: Mon, 14 Mar 2022 12:54:18 +0000 Subject: [PATCH] Publish v6.5.3-dev.0ab7c2f and update preview app --- Gemfile.lock | 2 +- lib/ably_ui/version.rb | 2 +- package.json | 2 +- preview/Gemfile | 2 +- preview/Gemfile.lock | 4 ++-- preview/package.json | 2 +- preview/yarn.lock | 8 ++++---- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 350c4bfd5..50d7c3cbf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ably-ui (6.5.3.dev.2809e82) + ably-ui (6.5.3.dev.0ab7c2f) view_component (>= 2.33, < 2.50) GEM diff --git a/lib/ably_ui/version.rb b/lib/ably_ui/version.rb index 5c615399e..dc5aed7e0 100644 --- a/lib/ably_ui/version.rb +++ b/lib/ably_ui/version.rb @@ -1,3 +1,3 @@ module AblyUi - VERSION = '6.5.3.dev.2809e82' + VERSION = '6.5.3.dev.0ab7c2f' end diff --git a/package.json b/package.json index 1cffac875..eb2690d50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ably/ui", - "version": "6.5.3-dev.2809e82", + "version": "6.5.3-dev.0ab7c2f", "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 bb6bcda30..4bffacefd 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.5.3.dev.2809e82', require: 'ably_ui' +gem 'ably-ui', '6.5.3.dev.0ab7c2f', require: 'ably_ui' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index a9f10ea82..8a4e9b2bd 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ably-ui (6.5.3.dev.2809e82) + ably-ui (6.5.3.dev.0ab7c2f) view_component (>= 2.33, < 2.50) actioncable (6.0.3.4) actionpack (= 6.0.3.4) @@ -169,7 +169,7 @@ PLATFORMS ruby DEPENDENCIES - ably-ui (= 6.5.3.dev.2809e82) + ably-ui (= 6.5.3.dev.0ab7c2f) bootsnap (>= 1.4.2) byebug listen (~> 3.2) diff --git a/preview/package.json b/preview/package.json index 0ae3d14a4..6692ad4c5 100644 --- a/preview/package.json +++ b/preview/package.json @@ -2,7 +2,7 @@ "name": "preview", "private": true, "dependencies": { - "@ably/ui": "6.5.3-dev.2809e82", + "@ably/ui": "6.5.3-dev.0ab7c2f", "@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 52cc790f2..681c975df 100644 --- a/preview/yarn.lock +++ b/preview/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@ably/ui@6.5.3-dev.2809e82": - version "6.5.3-dev.2809e82" - resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.3-dev.2809e82.tgz#ca92fbe98625347c3b6fe7e09f2b78f8ee458774" - integrity sha512-GRfL/d6TUgrc2NqY/AHk2rQEeozhwjtTUHkpYCnLVtNwirOCd2YagArDnUiQQfR9PGFGDaOp/19a7mS8tpGFhg== +"@ably/ui@6.5.3-dev.0ab7c2f": + version "6.5.3-dev.0ab7c2f" + resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-6.5.3-dev.0ab7c2f.tgz#b7fedca2cf81355dd7c0f6615fb2536f6c811b18" + integrity sha512-qVFPkvnEJqd0MpiZzThxwX3L/fNVg66kXn2+wmdQt2aEx+8gTa3nqDSOF11NMTfqGqx4mF6WuBbMbhhwaESKJg== dependencies: array-flat-polyfill "^1.0.1" deepmerge "^4.2.2"