Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
 - @jobber/components@6.2.0
 - @jobber/atlantis-site@0.5.1
  • Loading branch information
walter-harriman-bot committed Nov 15, 2024
1 parent 1126fbc commit 401d74e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.2.0](https://github.com/GetJobber/atlantis/compare/@jobber/components@6.1.0...@jobber/components@6.2.0) (2024-11-15)


### Features

* **components:** Add size prop to SegmentedControl ([#2120](https://github.com/GetJobber/atlantis/issues/2120)) ([1126fbc](https://github.com/GetJobber/atlantis/commit/1126fbcb74c0af84679717849970fc5258552b0d))





# [6.1.0](https://github.com/GetJobber/atlantis/compare/@jobber/components@5.50.0...@jobber/components@6.1.0) (2024-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jobber/components",
"version": "6.1.0",
"version": "6.2.0",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.5.1](https://github.com/GetJobber/atlantis/compare/@jobber/atlantis-site@0.5.0...@jobber/atlantis-site@0.5.1) (2024-11-15)

**Note:** Version bump only for package @jobber/atlantis-site





# [0.5.0](https://github.com/GetJobber/atlantis/compare/@jobber/atlantis-site@0.4.4...@jobber/atlantis-site@0.5.0) (2024-11-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jobber/atlantis-site",
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -11,7 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"@jobber/components": "^6.1.0",
"@jobber/components": "^6.2.0",
"@jobber/hooks": "*",
"prismjs": "^1.29.0",
"react": "18.2.0",
Expand Down

0 comments on commit 401d74e

Please sign in to comment.