Skip to content

Commit

Permalink
Merge pull request #7 from thuliteio/next
Browse files Browse the repository at this point in the history
Update for migration from Hyas to Thulite
  • Loading branch information
h-enk authored Aug 23, 2024
2 parents c37dc12 + 10fcd61 commit 80e650a
Show file tree
Hide file tree
Showing 9 changed files with 193 additions and 2,197 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "gethyas/bolt-core" }],
"changelog": ["@changesets/changelog-github", { "repo": "thuliteio/bolt-core" }],
"commit": false,
"fixed": [],
"linked": [],
Expand Down
5 changes: 5 additions & 0 deletions .changeset/unlucky-pears-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@thulite/bolt-core": minor
---

Update for migration from Hyas to Thulite
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @hyas/bolt-core
# @thulite/bolt-core

## 1.3.0

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2024 Hyas
Copyright (c) 2020-2024 Thulite

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Official Bolt core integration for the Bolt theme.

See the Bolt documentation:

- [Bolt](https://docs.gethyas.com/guides/integrations/bolt-core/)
- [Bolt](https://docs.thulite.io/guides/integrations/bolt-core/)
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'use strict';

// import core.js
import '@hyas/core/assets/js/core.js';
import '@thulite/core/assets/js/core.js';

// Import mode.js
import 'js/mode.js';
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/footer/footer.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<footer>
<p class="text-center">Brought to you by Hyas</p>
<p class="text-center">Brought to you by Thulite</p>
</footer>
Loading

0 comments on commit 80e650a

Please sign in to comment.