Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Mar 14, 2024
1 parent bb6ec3f commit df525d8
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .changeset/proud-lies-bathe.md

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -19,10 +19,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- uses: moonrepo/setup-toolchain@v0
with:
version: 8
- run: pnpm i
auto-install: true
- run: moon setup
- name: Publish
id: changesets
uses: changesets/action@v1
Expand Down
10 changes: 5 additions & 5 deletions .moon/workspace.yml
@@ -1,5 +1,5 @@
# https://moonrepo.dev/docs/config/workspace
$schema: "https://moonrepo.dev/schemas/workspace.json"
$schema: 'https://moonrepo.dev/schemas/workspace.json'

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

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

# The default branch (master/main/trunk) in the repository for comparing the
# local branch against. For git, this is is typically "master" or "main",
# and must include the remote prefix (before /).
defaultBranch: "monorepo"
defaultBranch: 'main'
7 changes: 7 additions & 0 deletions docs/ui/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 1.4.5

### Patch Changes

- Updated dependencies [342c9ca]
- @adobe/leonardo-contrast-colors@1.0.0

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion docs/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "@adobe/leonardo-ui",
"private": true,
"version": "1.4.4",
"version": "1.4.5",
"description": "Demonstration UI for Leonardo",
"repository": "git@github.com:adobe/leonardo.git",
"author": "Nate Baldwin <nbaldwin@adobe.com>",
Expand Down
9 changes: 9 additions & 0 deletions packages/contrast-colors/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 1.0.0

### Patch Changes

- 342c9ca: \* Migrated from Lerna to Moon for monorepo management.
- Setting up Changeset for release management
- Setting up automated releases on NPM
- Migrate from Jest to Ava for better module support

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

Expand Down
2 changes: 1 addition & 1 deletion packages/contrast-colors/package.json
@@ -1,6 +1,6 @@
{
"name": "@adobe/leonardo-contrast-colors",
"version": "1.0.0-alpha.18",
"version": "1.0.0",
"description": "Generate colors based on a desired contrast ratio",
"repository": "git@github.com:adobe/leonardo.git",
"main": "./index.js",
Expand Down

0 comments on commit df525d8

Please sign in to comment.