Skip to content

Commit

Permalink
Create CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jan 17, 2022
1 parent 4b28c88 commit 2fe9b4e
Show file tree
Hide file tree
Showing 19 changed files with 712 additions and 2,943 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
19 changes: 19 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"linked": [
[
"@shopify/cli",
"@shopify/cli-app",
"@shopify/cli-core",
"@shopify/cli-support",
"@shopify/cli-theme",
"@shopify/create-app"
]
],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
Expand Down Expand Up @@ -142,4 +141,4 @@ dist
# SvelteKit build / generate output
.svelte-kit

# End of https://www.toptal.com/developers/gitignore/api/node
# End of https://www.toptal.com/developers/gitignore/api/node
14 changes: 0 additions & 14 deletions lerna.json

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"private": true,
"scripts": {
"build": "lerna run build",
"release": "lerna version --conventional-commits",
"prerelease": "bin/prerelease.mjs",
"upload-sourcemaps": "bin/upload-sourcemaps.mjs",
"features": "cucumber-js -p default"
Expand Down Expand Up @@ -30,7 +28,6 @@
"eslint-plugin-unicorn": "^40.0.0",
"fast-glob": "^3.2.10",
"jest": "^27.0.6",
"lerna": "^4.0.0",
"pathe": "^0.2.0",
"picocolors": "^1.0.0",
"prettier": "^2.5.1",
Expand Down Expand Up @@ -80,5 +77,8 @@
]
}
},
"prettier": "@shopify/prettier-config"
"prettier": "@shopify/prettier-config",
"dependencies": {
"@changesets/cli": "^2.19.0"
}
}
28 changes: 8 additions & 20 deletions packages/cli-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
# Change Log
# @shopify/cli-app

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

## [0.1.3](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)
- Move from Lerna to changeset

**Note:** Version bump only for package @shopify/cli-app
### Patch Changes





## [0.1.2](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/cli-app





## 0.1.1 (2022-01-14)

**Note:** Version bump only for package @shopify/cli-app
- Updated dependencies
- @shopify/cli-core@0.2.0
- @shopify/cli-support@0.2.0
6 changes: 3 additions & 3 deletions packages/cli-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-app",
"version": "0.1.3",
"version": "0.2.0",
"private": false,
"description": "Utilities for loading, building, and publishing apps.",
"keywords": [
Expand Down Expand Up @@ -33,8 +33,8 @@
]
},
"dependencies": {
"@shopify/cli-core": "^0.1.3",
"@shopify/cli-support": "^0.1.3"
"@shopify/cli-core": "^0.2.0",
"@shopify/cli-support": "^0.2.0"
},
"engine-strict": true,
"engines": {
Expand Down
27 changes: 7 additions & 20 deletions packages/cli-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
# Change Log
# @shopify/cli-core

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

## [0.1.3](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)
- Move from Lerna to changeset

**Note:** Version bump only for package @shopify/cli-core
### Patch Changes





## [0.1.2](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/cli-core





## 0.1.1 (2022-01-14)

**Note:** Version bump only for package @shopify/cli-core
- Updated dependencies
- @shopify/cli-support@0.2.0
4 changes: 2 additions & 2 deletions packages/cli-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-core",
"version": "0.1.3",
"version": "0.2.0",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
]
},
"dependencies": {
"@shopify/cli-support": "^0.1.3"
"@shopify/cli-support": "^0.2.0"
},
"engine-strict": true,
"engines": {
Expand Down
26 changes: 4 additions & 22 deletions packages/cli-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# Change Log
# @shopify/cli-support

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

## [0.1.3](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/cli-support





## [0.1.2](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/cli-support





## 0.1.1 (2022-01-14)

**Note:** Version bump only for package @shopify/cli-support
- Move from Lerna to changeset
2 changes: 1 addition & 1 deletion packages/cli-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-support",
"version": "0.1.3",
"version": "0.2.0",
"private": false,
"description": "A set of Shopify-agnostic utilities",
"keywords": [
Expand Down
28 changes: 8 additions & 20 deletions packages/cli-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
# Change Log
# @shopify/cli-theme

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

## [0.1.3](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)
- Move from Lerna to changeset

**Note:** Version bump only for package @shopify/cli-theme
### Patch Changes





## [0.1.2](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/cli-theme





## 0.1.1 (2022-01-14)

**Note:** Version bump only for package @shopify/cli-theme
- Updated dependencies
- @shopify/cli-core@0.2.0
- @shopify/cli-support@0.2.0
6 changes: 3 additions & 3 deletions packages/cli-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-theme",
"version": "0.1.3",
"version": "0.2.0",
"private": false,
"description": "Utilities building and publishing themes",
"keywords": [
Expand Down Expand Up @@ -33,8 +33,8 @@
]
},
"dependencies": {
"@shopify/cli-core": "^0.1.3",
"@shopify/cli-support": "^0.1.3"
"@shopify/cli-core": "^0.2.0",
"@shopify/cli-support": "^0.2.0"
},
"engine-strict": true,
"engines": {
Expand Down
30 changes: 10 additions & 20 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
# Change Log
# @shopify/cli

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

## [0.1.3](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)
- Move from Lerna to changeset

**Note:** Version bump only for package @shopify/cli
### Patch Changes





## [0.1.2](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/cli





## 0.1.1 (2022-01-14)

**Note:** Version bump only for package @shopify/cli
- Updated dependencies
- @shopify/cli-app@0.2.0
- @shopify/cli-core@0.2.0
- @shopify/cli-support@0.2.0
- @shopify/cli-theme@0.2.0
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli",
"version": "0.1.3",
"version": "0.2.0",
"private": false,
"description": "A CLI tool to build for the Shopify platform",
"keywords": [
Expand Down Expand Up @@ -42,10 +42,10 @@
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"@shopify/cli-app": "^0.1.3",
"@shopify/cli-core": "^0.1.3",
"@shopify/cli-support": "^0.1.3",
"@shopify/cli-theme": "^0.1.3"
"@shopify/cli-app": "^0.2.0",
"@shopify/cli-core": "^0.2.0",
"@shopify/cli-support": "^0.2.0",
"@shopify/cli-theme": "^0.2.0"
},
"devDependencies": {
"@oclif/test": "^2"
Expand Down
27 changes: 7 additions & 20 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,11 @@
# Change Log
# @shopify/create-app

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

## [0.1.6](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)
- Move from Lerna to changeset

**Note:** Version bump only for package @shopify/create-app
### Patch Changes





## [0.1.5](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/create-app





## [0.1.4](https://github.com/Shopify/shopify-cli-next/compare/@shopify/[email protected]...@shopify/[email protected]) (2022-01-14)

**Note:** Version bump only for package @shopify/create-app
- Updated dependencies
- @shopify/cli-support@0.2.0
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/create-app",
"version": "0.1.6",
"version": "0.2.0",
"private": false,
"description": "A CLI tool to create a new Shopify app.",
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"@oclif/core": "^1",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.0.1",
"@shopify/cli-support": "^0.1.3",
"@shopify/cli-support": "^0.2.0",
"@types/listr": "^0.14.4",
"listr": "^0.14.3"
},
Expand Down
2 changes: 1 addition & 1 deletion shipit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ deploy:
pre:
- yarn run build
override:
- yarn run lerna publish from-package --yes
- yarn run changeset publish
- yarn run upload-sourcemaps
Loading

0 comments on commit 2fe9b4e

Please sign in to comment.