Skip to content

Commit f7a4025

Browse files
Version Packages (#235)
* chore: release --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e07d19 commit f7a4025

File tree

7 files changed

+25
-18
lines changed

7 files changed

+25
-18
lines changed

Diff for: .changeset/proud-lies-bathe.md

-8
This file was deleted.

Diff for: .github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
22-
- uses: pnpm/action-setup@v3
22+
- uses: moonrepo/setup-toolchain@v0
2323
with:
24-
version: 8
25-
- run: pnpm i
24+
auto-install: true
2625
- name: Publish
2726
id: changesets
2827
uses: changesets/action@v1

Diff for: .moon/workspace.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://moonrepo.dev/docs/config/workspace
2-
$schema: "https://moonrepo.dev/schemas/workspace.json"
2+
$schema: 'https://moonrepo.dev/schemas/workspace.json'
33

44
# Require a specific version of moon while running commands, otherwise fail.
55
# versionConstraint: '>=1.0.0'
@@ -12,18 +12,18 @@ $schema: "https://moonrepo.dev/schemas/workspace.json"
1212
# path to the project folder as the map value. File paths are relative from the workspace root,
1313
# and cannot reference projects located outside the workspace boundary.
1414
projects:
15-
- "docs/*"
16-
- "packages/*"
15+
- 'docs/*'
16+
- 'packages/*'
1717

1818
# Configures the version control system to utilize within the workspace. A VCS
1919
# is required for determining touched (added, modified, etc) files, calculating file hashes,
2020
# computing affected files, and much more.
2121
vcs:
2222
# The client to use when managing the repository.
2323
# Accepts "git". Defaults to "git".
24-
manager: "git"
24+
manager: 'git'
2525

2626
# The default branch (master/main/trunk) in the repository for comparing the
2727
# local branch against. For git, this is is typically "master" or "main",
2828
# and must include the remote prefix (before /).
29-
defaultBranch: "monorepo"
29+
defaultBranch: 'main'

Diff for: docs/ui/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 1.4.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [342c9ca]
8+
- @adobe/leonardo-contrast-colors@1.0.0
9+
310
All notable changes to this project will be documented in this file.
411
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
512

Diff for: docs/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@adobe/leonardo-ui",
33
"private": true,
4-
"version": "1.4.4",
4+
"version": "1.4.5",
55
"description": "Demonstration UI for Leonardo",
66
"repository": "[email protected]:adobe/leonardo.git",
77
"author": "Nate Baldwin <[email protected]>",

Diff for: packages/contrast-colors/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- 342c9ca: \* Migrated from Lerna to Moon for monorepo management.
8+
- Setting up Changeset for release management
9+
- Setting up automated releases on NPM
10+
- Migrate from Jest to Ava for better module support
11+
312
All notable changes to this project will be documented in this file.
413
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
514

Diff for: packages/contrast-colors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/leonardo-contrast-colors",
3-
"version": "1.0.0-alpha.18",
3+
"version": "1.0.0",
44
"description": "Generate colors based on a desired contrast ratio",
55
"repository": "[email protected]:adobe/leonardo.git",
66
"main": "./index.js",

0 commit comments

Comments
 (0)