revert: ci(release): 1.0.1 [skip ci] (#175)

This reverts commit ee1ea206ec.
This commit is contained in:
Jacob
2023-02-04 14:05:40 +01:00
committed by GitHub
parent ee1ea206ec
commit 161a04647e
15 changed files with 15 additions and 70 deletions

View File

@@ -30,6 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: git config --global user.name "github-actions[bot]"

View File

@@ -1,8 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/motion-canvas/motion-canvas/compare/v0.1.0...v1.0.1) (2023-02-04)
**Note:** Version bump only for package motion-canvas

View File

@@ -3,7 +3,7 @@
"useNx": true,
"useWorkspaces": true,
"private": false,
"version": "1.0.1",
"version": "1.0.0",
"ignoreChanges": [
"**/*.test.ts",
"**/*.md"

View File

@@ -1,8 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/motion-canvas/motion-canvas/compare/v0.1.0...v1.0.1) (2023-02-04)
**Note:** Version bump only for package @motion-canvas/2d

View File

@@ -1,6 +1,6 @@
{
"name": "@motion-canvas/2d",
"version": "1.0.1",
"version": "1.0.0",
"description": "A 2D renderer for Motion Canvas",
"author": "motion-canvas",
"homepage": "https://motion-canvas.github.io/",
@@ -27,7 +27,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@motion-canvas/core": "^1.0.1",
"@motion-canvas/core": "*",
"code-fns": "^0.7.0"
}
}

View File

@@ -1,8 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/motion-canvas/motion-canvas/compare/v0.1.0...v1.0.1) (2023-02-04)
**Note:** Version bump only for package @motion-canvas/core

View File

@@ -1,6 +1,6 @@
{
"name": "@motion-canvas/core",
"version": "1.0.1",
"version": "1.0.0",
"description": "Web-based tool for creating animations programmatically",
"main": "lib/index.js",
"author": "motion-canvas",

View File

@@ -1,8 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/motion-canvas/motion-canvas/compare/v0.1.0...v1.0.1) (2023-02-04)
**Note:** Version bump only for package @motion-canvas/create

View File

@@ -1,6 +1,6 @@
{
"name": "@motion-canvas/create",
"version": "1.0.1",
"version": "1.0.0",
"description": "Quickly scaffold Motion Canvas projects",
"main": "index.js",
"author": "motion-canvas",
@@ -20,10 +20,10 @@
"url": "https://github.com/motion-canvas/motion-canvas.git"
},
"devDependencies": {
"@motion-canvas/2d": "^1.0.1",
"@motion-canvas/core": "^1.0.1",
"@motion-canvas/ui": "^1.0.1",
"@motion-canvas/vite-plugin": "^1.0.1"
"@motion-canvas/2d": "*",
"@motion-canvas/core": "*",
"@motion-canvas/ui": "*",
"@motion-canvas/vite-plugin": "*"
},
"dependencies": {
"prompts": "^2.4.2"

View File

@@ -1,8 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/motion-canvas/motion-canvas/compare/v0.1.0...v1.0.1) (2023-02-04)
**Note:** Version bump only for package @motion-canvas/player

View File

@@ -1,6 +1,6 @@
{
"name": "@motion-canvas/player",
"version": "1.0.1",
"version": "1.0.0",
"description": "A custom element for displaying animations made with Motion Canvas",
"main": "dist/main.js",
"types": "types/main.d.ts",
@@ -22,7 +22,7 @@
"types"
],
"devDependencies": {
"@motion-canvas/core": "^1.0.1",
"@motion-canvas/core": "*",
"terser": "^5.16.1",
"typescript": "^4.6.4",
"vite": "^3.0.4"

View File

@@ -1,8 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/motion-canvas/motion-canvas/compare/v0.1.0...v1.0.1) (2023-02-04)
**Note:** Version bump only for package @motion-canvas/ui

View File

@@ -1,6 +1,6 @@
{
"name": "@motion-canvas/ui",
"version": "1.0.1",
"version": "1.0.0",
"description": "A visual editor for Motion Canvas",
"main": "dist/main.js",
"types": "types/main.d.ts",
@@ -24,7 +24,7 @@
"types"
],
"dependencies": {
"@motion-canvas/core": "^1.0.1"
"@motion-canvas/core": "*"
},
"devDependencies": {
"@preact/preset-vite": "^2.3.0",

View File

@@ -1,8 +0,0 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://github.com/motion-canvas/motion-canvas/compare/v0.1.0...v1.0.1) (2023-02-04)
**Note:** Version bump only for package @motion-canvas/vite-plugin

View File

@@ -1,6 +1,6 @@
{
"name": "@motion-canvas/vite-plugin",
"version": "1.0.1",
"version": "1.0.0",
"description": "A Vite plugin for Motion Canvas projects",
"main": "lib/main.js",
"author": "motion-canvas",