Skip to content

Commit

Permalink
revert to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
cirdes committed Aug 25, 2024
1 parent 6552de7 commit 052737e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ group :test do
end

gem "phlex-rails"
gem "phlex_ui", github: "PhlexUI/phlex_ui", branch: "ch/migrate-typography"
gem "phlex_ui", github: "PhlexUI/phlex_ui", branch: "v1"
# gem "phlex_ui", path: "../phlex_ui"

gem "pry"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/PhlexUI/phlex_ui.git
revision: 99830935a1af73d6bc8fe9fe2fc1148fa3e4c581
branch: ch/migrate-typography
revision: e85541ea5cdddd9890486ad1a54ef8e7ad2e49fb
branch: v1
specs:
phlex_ui (0.1.10)
phlex (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lottie-web": "5.12.2",
"phlex_ui": "https://github.com/PhlexUI/phlex_ui_stimulus.git",
"postcss": "8.4.40",
"rbui-js": "https://github.com/PhlexUI/phlex_ui.git#ch/migrate-typography",
"rbui-js": "https://github.com/PhlexUI/phlex_ui.git#v1",
"tailwindcss": "3.4.7",
"tailwindcss-animate": "1.0.7"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -831,9 +831,9 @@ queue-microtask@^1.2.2:
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

"rbui-js@https://github.com/PhlexUI/phlex_ui.git#ch/migrate-typography":
"rbui-js@https://github.com/PhlexUI/phlex_ui.git#v1":
version "0.0.1-alpha.0"
resolved "https://github.com/PhlexUI/phlex_ui.git#99830935a1af73d6bc8fe9fe2fc1148fa3e4c581"
resolved "https://github.com/PhlexUI/phlex_ui.git#e85541ea5cdddd9890486ad1a54ef8e7ad2e49fb"
dependencies:
"@floating-ui/dom" "^1.6.8"
"@hotwired/stimulus" "^3.2.2"
Expand Down

0 comments on commit 052737e

Please sign in to comment.