Skip to content

Commit

Permalink
Merge pull request #242 from ably/maw-397-meganav
Browse files Browse the repository at this point in the history
feat: Renames Meganav section to Solutions
  • Loading branch information
artismarti authored Dec 2, 2022
2 parents e193f50 + 0f339e0 commit 94ec0a6
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 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 (8.7.0.dev.0ce5893)
ably-ui (8.7.0.dev.6c8bb4b)
view_component (>= 2.33, < 2.50)

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 = '8.7.0.dev.0ce5893'
VERSION = '8.7.0.dev.6c8bb4b'
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": "8.7.0-dev.0ce5893",
"version": "8.7.0-dev.6c8bb4b",
"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 @@ -37,7 +37,7 @@ gem 'view_component', '~> 2.33.0', require: 'view_component/engine'

gem 'responders'

gem 'ably-ui', '8.7.0.dev.0ce5893', require: 'ably_ui'
gem 'ably-ui', '8.7.0.dev.6c8bb4b', require: 'ably_ui'

# https://stackoverflow.com/questions/71191685/visit-psych-nodes-alias-unknown-alias-default-psychbadalias
gem 'psych', '< 4'
Expand Down
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 (8.7.0.dev.0ce5893)
ably-ui (8.7.0.dev.6c8bb4b)
view_component (>= 2.33, < 2.50)
actioncable (6.0.5.1)
actionpack (= 6.0.5.1)
Expand Down Expand Up @@ -175,7 +175,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
ably-ui (= 8.7.0.dev.0ce5893)
ably-ui (= 8.7.0.dev.6c8bb4b)
bootsnap (>= 1.4.2)
byebug
dotenv-rails
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": "8.7.0-dev.0ce5893",
"@ably/ui": "8.7.0-dev.6c8bb4b",
"@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/[email protected].0ce5893":
version "8.7.0-dev.0ce5893"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.0ce5893.tgz#655da6a848a4018001ac0cb60d4a797559469bd5"
integrity sha512-4MJeSSzLFK+diPDdUCyO+rcTnvyJIaxkSdmrHiLJE9lUE58Z7zxSwS3nN3BwPmcyYddWtF63kcFU1tnCaZaZNQ==
"@ably/[email protected].6c8bb4b":
version "8.7.0-dev.6c8bb4b"
resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-8.7.0-dev.6c8bb4b.tgz#015daf0a1097cfa451331dc5be4d377f58321a7f"
integrity sha512-5BctlTNLwuQegXChq/3z0S1pzB2ntfjrbYZFC55kKLlv89LCFlWkTaZ1HYw4CPa/3SIxZxHXpyJXcDm0WX4eGw==
dependencies:
addsearch-js-client "^0.7.0"
array-flat-polyfill "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/core/Meganav/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"panels": [
{ "label": "Platform", "shortLabel": "Platform", "id": "platform-panel", "component": "MeganavContentPlatform" },
{ "label": "Use Cases & Solutions", "shortLabel": "Use Cases", "id": "use-cases-panel", "component": "MeganavContentUseCases" },
{ "label": "Solutions", "shortLabel": "Solutions", "id": "use-cases-panel", "component": "MeganavContentUseCases" },
{ "label": "Company", "shortLabel": "Company", "id": "company-panel", "component": "MeganavContentCompany" },
{ "label": "Developers", "shortLabel": "Developers", "id": "developers-panel", "component": "MeganavContentDevelopers" }
]
Expand Down
4 changes: 2 additions & 2 deletions src/core/Meganav/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def panels
class: 'AblyUi::Core::MeganavContentPlatform'
},
{
label: 'Use Cases & Solutions',
short_label: 'Use Cases',
label: 'Solutions',
short_label: 'Solutions',
id: 'use-cases-panel',
class: 'AblyUi::Core::MeganavContentUseCases'
},
Expand Down

0 comments on commit 94ec0a6

Please sign in to comment.