Skip to content

Commit

Permalink
Update preview app
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Action committed Nov 18, 2021
1 parent 2170bcc commit 77901a1
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ably-ui (5.2.0.dev.a4067b7)
ably-ui (5.3.0)
view_component (~> 2.33.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/ably_ui/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AblyUi
VERSION = '5.2.0.dev.a4067b7'
VERSION = '5.3.0'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ably/ui",
"version": "5.2.0-dev.a4067b7",
"version": "5.3.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",
Expand Down
2 changes: 1 addition & 1 deletion preview/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '5.2.0.dev.a4067b7', require: 'ably_ui'
gem 'ably-ui', '5.3.0', require: 'ably_ui'
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
ably-ui (5.2.0.dev.a4067b7)
ably-ui (5.3.0)
view_component (~> 2.33.0)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -169,7 +169,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 5.2.0.dev.a4067b7)
ably-ui (= 5.3.0)
bootsnap (>= 1.4.2)
byebug
listen (~> 3.2)
Expand Down
2 changes: 1 addition & 1 deletion preview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "preview",
"private": true,
"dependencies": {
"@ably/ui": "5.2.0-dev.a4067b7",
"@ably/ui": "5.3.0",
"@babel/preset-react": "^7.12.5",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
Expand Down
8 changes: 4 additions & 4 deletions preview/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@ably/ui@5.2.0-dev.a4067b7":
version "5.2.0-dev.a4067b7"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-5.2.0-dev.a4067b7.tgz#589002855600475a5f58d68fdca3262ada167bea"
integrity sha512-7me7RYx+KEga4jB/9hDoqUib7VhsLZT47ivmwMIkFqvZBE/hY4Sb90oJkX0VboZucP3A5HTZgIOT4UlJ2Xr2Og==
"@ably/ui@5.3.0":
version "5.3.0"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-5.3.0.tgz#9c6791fa95994063fcad65c5ad0e16bb7da9821a"
integrity sha512-Oub2JyHkjsehVwmrYmBrDYSDHn6qlef+jwhlzaXjmrzE72Et5VcHi+0UYe08vLJhZHRti9b/B3MqT265KnTdbQ==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down

0 comments on commit 77901a1

Please sign in to comment.