mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-11 14:57:56 -05:00
revert: ci(release): 1.0.1 [skip ci] (#175)
This reverts commit ee1ea206ec.
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -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]"
|
||||
|
||||
@@ -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
|
||||
@@ -3,7 +3,7 @@
|
||||
"useNx": true,
|
||||
"useWorkspaces": true,
|
||||
"private": false,
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.0",
|
||||
"ignoreChanges": [
|
||||
"**/*.test.ts",
|
||||
"**/*.md"
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user