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 Oct 14, 2021
1 parent b64a575 commit fedc2ad
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 (4.1.0.dev.5a3c660)
ably-ui (4.2.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 = '4.1.0.dev.5a3c660'
VERSION = '4.2.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/ably-ui",
"version": "4.1.0-dev.5a3c660",
"version": "4.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": "[email protected]:ably/ably-ui.git",
"license": "Apache-2.0",
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', '4.1.0.dev.5a3c660', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably'
gem 'ably-ui', '4.2.0', require: 'ably_ui', source: 'https://rubygems.pkg.github.com/ably'
4 changes: 2 additions & 2 deletions preview/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
remote: https://rubygems.pkg.github.com/ably/
specs:
ably-ui (4.1.0.dev.5a3c660)
ably-ui (4.2.0)
view_component (~> 2.33.0)
actioncable (6.0.3.4)
actionpack (= 6.0.3.4)
Expand Down Expand Up @@ -168,7 +168,7 @@ PLATFORMS
ruby

DEPENDENCIES
ably-ui (= 4.1.0.dev.5a3c660)!
ably-ui (= 4.2.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/ably-ui": "4.1.0-dev.5a3c660",
"@ably/ably-ui": "4.2.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/ably-ui@4.1.0-dev.5a3c660":
version "4.1.0-dev.5a3c660"
resolved "https://npm.pkg.github.com/download/@ably/ably-ui/4.1.0-dev.5a3c660/508094a5523732595537241eeb5dd67b2bdb453fb90004923ee49fc1daeaff32#6b79efac1583143aac1b371b017f868e3559a47c"
integrity sha512-Hj6Y2/uYKhigo7Z2zMYjXMvpGKP3QREB1D+NpPdjnztgc330gFqo2wradKdqLZXXgBE0cH9fZvhTjQXuLOGbAg==
"@ably/ably-ui@4.2.0":
version "4.2.0"
resolved "https://npm.pkg.github.com/download/@ably/ably-ui/4.2.0/704f4d685d75d41eb804f874baea2a5c6adb8911fdd86742806a95a4dd320208#4ef4b08985e1fc9cfd4a62c74591dd6a1e34d248"
integrity sha512-547dPfPISGfNUq6wz0WehHCTYR0Fq/itR4ONtsCtJGdydL87MJ2hWC3q38qP4u+1Y03WE11kfxjKTX4W+oAT8w==
dependencies:
array-flat-polyfill "^1.0.1"
deepmerge "^4.2.2"
Expand Down

0 comments on commit fedc2ad

Please sign in to comment.