Skip to content

Commit

Permalink
Bump version to: v9.3.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Jan 25, 2020
1 parent e936ab7 commit 0a278ae
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.3.2",
"version": "9.3.3",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "auto",
"bin": "dist/bin/auto.js",
"description": "CLI tools to help facilitate semantic versioning based on GitHub PR labels",
"version": "9.3.2",
"version": "9.3.3",
"author": {
"name": "Andrew Lisowski",
"email": "lisowski54@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/core",
"version": "9.3.2",
"version": "9.3.3",
"description": "Node API for using auto.",
"main": "dist/auto.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/all-contributors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/all-contributors",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Automatically add contributors as changelogs are produced.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/chrome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/chrome",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Chrome publishing plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/conventional-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/conventional-commits",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Conventional commit plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/crates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/crates",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Deploy Rust crates to crates.io",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/first-time-contributor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/first-time-contributor",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Thank first time contributors for their work right in your release notes.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/git-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/git-tag",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Manage your projects version through just a git tag",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/jira/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/jira",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Jira plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/maven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/maven",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Maven publishing plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/npm",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "NPM publishing plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/omit-commits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-commits",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Omit commits plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/omit-release-notes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/omit-release-notes",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Omit release notes plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/released/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/released",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Released plugin for auto. Comments with version + extra",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/s3",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Post your built artifacts to s3",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/slack",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Slack plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/twitter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/twitter",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Twitter plugin for auto",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/upload-assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auto-it/upload-assets",
"version": "9.3.2",
"version": "9.3.3",
"main": "dist/index.js",
"description": "Upload assets plugin for auto",
"author": {
Expand Down

0 comments on commit 0a278ae

Please sign in to comment.